Many thanks! Wolfgang!
it seems that this is a mkiv only command.
what about the second and third question?
On Mon, Aug 29, 2011 at 12:41 PM, Wolfgang Schuster
Am 27.08.2011 um 05:40 schrieb Yue Wang:
Hi,
I have two questions related to margin:
- is it possible to move footnotes to margin?
\setupnote [footnote][location=none] \setupnotedefinition[footnote][location=serried,width=broad]
\setuptexttexts [margin] [] [{\framed[align=right,frame=off,height=\textheight,width=\rightmarginwidth]{\placenotes[footnote]}}]
\starttext \dorecurse{20}{\input knuth\reference[foo:#1]{#1}\footnote{Knuth #1}} \stoptext
- similar question: I want to have a list in the margin with all the indexes in the given page.
How to make these possible?
Third question is related to layout.
I know how to change page layout for a particular page. but how to change layout for a page whose number is unknown?
for example, I am writing a book that has several large pictures (imagine a portfolio, or a book introducing photography).
in order to fit the pictures I plan to set each pictures as page background or layers, that spans 3/2 pages, while leaving the remaining span (1/2 page) for text.
however, I don't know which page number the picture should be reside, but I know it should be put near some given text content.
it's not possible to manually give the page number according to the content because usually document context/formatting change all the time.
how to do that?
You can fix a float to a certain position with \placeFLOAT[force]{…}{…}.
TO shorten/enlarge a page you can put \adaptlayout in your document and context change the layout of the page where the command is seen.
Wolfgang