20 Dec
2009
20 Dec
'09
12:38 p.m.
Aditya Mahajan ha scritto:
Some quick examples: - How can I make a double-face document (right page, left page)?
\setuppagenumbering[alternative=doublesided]
- How can I separate the footer from the rest of the page with something like an \hairline?
\setupbackgrounds[footer][text][topframe=on]
- There is an equivalent for ConTeXt of LaTeX's lastpage? I want a footer like this: <page>/
\lastpage :)
\setupfootertexts[Page \pagenumber\ of \lastpage]
Aditya Wow, thank you Aditya.
Now it seems to me that I can use ConTeXt without much worries. I've skimmed a bit of cont-enp.pdf and read that Hans suggest to adjust the style only after writing the content to obtain a good separation content/presentation. I like the idea.