pdflatex - Including full LaTeX documents within others -


I am currently ending my dissertation, and want to be able to include some documents in my latex document I am

The weekly reports that I would like to include include my supervisor in latex. Obviously all document pages are counted separately, I would like to include them in the final document.

I can add all the final PDFs using GhostScript or any other tool, but I would like to keep continuously sorting in all the documents.

I have tried to include latex from each document in the main document, but the preface etc. causes problems, and in every report I have a small title, full page ...

In summary, I am looking for a way to include a full number of latex files of 1 or 2 pages in a bigger report, keeping my original layout, but the page numbering is changing. Not.

It will be difficult to maintain the original formatting per document if they are using different formats, for example It will be impossible to add different document sections.

I suggest you go with the GhostScript solution with a little turn. Latex allows you to set initial page numbers for example using \ setcounter {page} {13}. If you can get an epode that can see PDF document pages (pdfjam pdfjam pdfjam Ubuntu package is an example), you can do the following:

  • Next to PDF Compile document
  • Insert latest PDF with existing full PDF
  • Find full PDF page count
  • Press SAT in a set set {page} {N} Command into the next latex file
  • Back to the beginning

If you need to do any other processing, then use it again. You should (that you fix the infinite loop in the algorithm given above ;-)) end with the last PDF and end the row numbers with the final PDF.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -