* [gentoo-user] "Print to File" US letter size (default)
@ 2020-12-04 20:33 thelma
2020-12-04 23:36 ` Michael
2020-12-06 12:29 ` karl
0 siblings, 2 replies; 4+ messages in thread
From: thelma @ 2020-12-04 20:33 UTC (permalink / raw
To: Gentoo mailing list
Is there a use flag or setting in make.conf to instruct all up to
default to "US Letter" size paper.
Changing the defaults is not easy on gentoo. I have some notes but the
configuration files and setting keep changing so hunting all the config
files is time taking.
When the Print windows pops-up there is an option "Print to File"
How to change setting to default to US Letter size paper (the default is A4)
--
Thelma
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] "Print to File" US letter size (default)
2020-12-04 20:33 [gentoo-user] "Print to File" US letter size (default) thelma
@ 2020-12-04 23:36 ` Michael
2020-12-06 12:29 ` karl
1 sibling, 0 replies; 4+ messages in thread
From: Michael @ 2020-12-04 23:36 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 961 bytes --]
On Friday, 4 December 2020 20:33:35 GMT thelma@sys-concept.com wrote:
> Is there a use flag or setting in make.conf to instruct all up to
> default to "US Letter" size paper.
>
> Changing the defaults is not easy on gentoo. I have some notes but the
> configuration files and setting keep changing so hunting all the config
> files is time taking.
>
> When the Print windows pops-up there is an option "Print to File"
> How to change setting to default to US Letter size paper (the default is A4)
I am not aware of a USE flag.
What printer and driver are you using?
lpoptions -l can show your defaults, and also there is the CUPS GUI:
http://localhost:631
Some Brother printer drivers are less compatible with Gentoo - ownership of
some directories is hardwired in the binary drivers and it does not align with
the directories these are installed in Gentoo. There are workarounds, but let
us know what your printer is and we can take it from there.
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] "Print to File" US letter size (default)
2020-12-04 20:33 [gentoo-user] "Print to File" US letter size (default) thelma
2020-12-04 23:36 ` Michael
@ 2020-12-06 12:29 ` karl
2020-12-06 17:40 ` [gentoo-user][SOLVED] " thelma
1 sibling, 1 reply; 4+ messages in thread
From: karl @ 2020-12-06 12:29 UTC (permalink / raw
To: gentoo-user
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user][SOLVED] "Print to File" US letter size (default)
2020-12-06 12:29 ` karl
@ 2020-12-06 17:40 ` thelma
0 siblings, 0 replies; 4+ messages in thread
From: thelma @ 2020-12-06 17:40 UTC (permalink / raw
To: gentoo-user
On 12/06/2020 05:29 AM, karl@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)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-12-06 17:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-04 20:33 [gentoo-user] "Print to File" US letter size (default) thelma
2020-12-04 23:36 ` Michael
2020-12-06 12:29 ` karl
2020-12-06 17:40 ` [gentoo-user][SOLVED] " thelma
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox