*
*   See config.lino for more info.
*   With a virtual machine, we can claim 1M of memory.
*
m 1000000
*
*   And send output by default to the printer.
*
o 
*
*   Default resolution.
*
D 300
*
*   Last resort sizes.
*
R 100 120 144 300 360 400 432 480
*
*   Paper size information.  First definition is the default.
*
*   If your default is a4 uncomment the following definition
*   and comment out the letterSize definition.
*
@ A4size 210mm 297mm
@+ %%PaperSize: A4

*@ letterSize 8.5in 11in
*@ letter 8.5in 11in
*@+ %%BeginPaperSize: Letter
*@+ letter
*@+ %%EndPaperSize

@ legal 8.5in 14in
@+ ! %%DocumentPaperSizes: Legal
@+ %%BeginPaperSize: Legal
@+ legal
@+ %%EndPaperSize

@ ledger 17in 11in
@+ ! %%DocumentPaperSizes: Ledger
@+ %%BeginPaperSize: Ledger
@+ ledger
@+ %%EndPaperSize

@ tabloid 11in 17in
@+ ! %%DocumentPaperSizes: Tabloid
@+ %%BeginPaperSize: Tabloid
@+ 11x17
@+ %%EndPaperSize

@ A4 210mm 297mm
@+ ! %%DocumentPaperSizes: A4
@+ %%BeginPaperSize: A4
@+ a4
@+ %%EndPaperSize

@ A3 297mm 420mm
@+ ! %%DocumentPaperSizes: A3
@+ %%BeginPaperSize: A3
@+ a3
@+ %%EndPaperSize
