David Munger wrote:
Hi John,
John R. Culleton :
I need to insert some example pages from one document into another. Both are 8.5 x 11.
I have read the old posts about \startTEXpage etc. and looked at the source code. But I still have a few questions: 1. Can I select e.g., just page 2 from the external document to insert in my document? How?
I'm no expert, but here's the way I do it:
\externalfigure[filename][page=2]
Then, I adjust the clipping to -- for instance -- get rid of the page number of the inserted `figure', as well as of its top and left margins.
\clip [ voffset=1.25in, % clip the topmost part of the inserted page
Also can help to specify width and height and factor \externalfigure[filename][page=2,width..,height=.., factor=..] See http://texshow.contextgarden.net/ and search for \externalfigure Actually it seems to me that inclusion doesn't manage things like comments etc. luigi