5 Jan
2009
5 Jan
'09
1:46 p.m.
On Mon, 5 Jan 2009, Wolfgang Schuster wrote:
Am 05.01.2009 um 02:50 schrieb Aditya Mahajan:
On Mon, 5 Jan 2009, Mohamed Bana wrote:
I'am trying to convert a doc to ConTeXt, and I'm also trying to make it as close to the original as possible. How do the command below translate to ConTeXt?
1. \geometry{a4paper, textwidth=5.5in, textheight=8.5in, marginparsep=7pt, marginparwidth=.6in}
For a4 paper use
\setuppapersize[a4][a4]
Where do you got this information?
The correct setup is \setuppapersize[A4][A4].
Sorry. I always use letter paper, and was extrapolating in my head :-) Aditya