I want to print to "letter" size paper. I'm using Sql-Ledger to print invoices, program is set to print with command: lpr -P Printer Name Sql-Ledger is using latex forms to generate invoices. So to my understanding the program will be using "dvips" to convert latex to postscript and send it directly to printer, am I right? Is there any other utility that conversion goes through, that I've missed?
This is setting of: /usr/share/texmf/dvips/config/config.ps: % This shows how to add your own map file. % Remove the comment and adjust the name: % p +myfonts.map @ letterSize 8.5in 11in @ A4size 210mm 297mm @+ %%PaperSize: A4 @ letter 8.5in 11in @+ %%BeginPaperSize: Letter @+ letter @+ %%EndPaperSize Should the these two line be commented out: @ A4size 210mm 297mm @+ %%PaperSize: A4 Be default postscript is printing to "letter" size perer. How to check? Where else should I look? -- #Joseph -- gentoo-user@gentoo.org mailing list