I saw a book that besides its main content had the text from another book squeezed in the bottom margin. I'm wonder whether this is possible to do with LaTeX? More specifically I'm wondering whether it's possible to have two separate text and produce output such that one text goes in the main content area of the page and the other in the margin? Note that both texts may not fit on one page but needs to run over several pages.
|
A very rough approach, collecting the material for the other book in a vertical box, and using
|
|||||||||||
|
|
You can use Two things would have to be addressed: How are the 'two books' synchronized, i.e. where are the page breaks and what happens if your first book fits on the page, but the one in the margin does not. It would even be possible to float the second book in the margin across pages, lets say for a chapter. You could use the The second thing is the numbering. How are the figures and tables supposed to be numbered? Independently with a prefix, subsequently or something else? Please change the filename in the Also, it turns out that
|
|||||||||||
|
|
You may use the footnote to do this. If you squeeze an other text at the bottom of a page, you probably won't have additional footnotes as well anyhow or you could try using one of the packages that allow multiple footnotes. (Must admit I didn't try this...) Or you could use marginal notes instead. Check out this:
|
|||||||
|
pdfpagesor a page-wise\includegraphics. – Werner Oct 4 '11 at 7:15