On 12/06/2020 05:29 AM, k...@aspodata.se wrote:
> Thelma:
>> Is there a use flag or setting in make.conf to instruct all up to
>> default to "US Letter" size paper.
> ...
> 
> Try and see if this helps:
> 
>  man papersize
> 
> Regards,
> /Karl Hammar

I've done this one, but it didn't help.  I have few notes as to what to
change eg:

--------------------------------------------------
/usr/share/texmf-dist/dvips/config/config.ps (new system)
This has to be on the top, before other letter formats (the first one is
default)
...
@ letter 8.5in 11in
@+ ! %%DocumentPaperSizes: Letter
@+ %%BeginPaperSize: Letter
@+ /setpagedevice where
@+  { pop << /PageSize [612 792] >> setpagedevice }
@+  { /letter where { pop letter } if }
@+ ifelse
@+ %%EndPaperSize
...

------------------------------
/etc/papersize

letter

--------------
/etc/xpdfrc

psPaperSize             letter

-----------

What solved the problem is:  (I must have miss this part during
installation)

eselect locale set # (select to: en_US.utf8 )
env-update && source /etc/profile
(log-out, log-in)


Reply via email to