I'm looking for a convenient way to integrate standalone chapters in a main.tex (scrbook) file. More specifically, they will be already published papers within a thesis framework text and should
- each have their own counters for figures, tables, equations
- each have their own references with the references not showing up in the references of
main.tex(preferablynatbib) - inherit everthing else like formatting, header, footer, packages from
main.tex - preferably compile with
main.tex
I have looked at the standalone and subfiles packages, together with chapterbib or bibunits and with resetting the counters before each paper. Although I think I could somehow get this to work, this seems like an ugly workaround for something that has probably been encountered by someone else earlier.
pdfpagesto simply insert the papers as is. – suvayu Jun 19 '15 at 09:55pdfpageswithsubfilesorstandaloneso that the documentclass and packages are inherited from the main file? @suvayu – Leo Jun 19 '15 at 12:54