On Sun, 2005-12-04 at 18:05 -0700, Joseph wrote:
> 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

Partial success. 
I can save in pdf file and print it using cups it works but I can not
set the right letter size in dvips.
I've tired the commands:
texconfig dvips paper letter 
texconfig xdvi us

It doesn't work.  Printer is still asking for A4 paper size.

-- 
#Joseph
-- 
gentoo-user@gentoo.org mailing list

Reply via email to