Sujet : Re: Changing the font w/ lpr?
De : a_eder_muc (at) *nospam* web.de (Andreas Eder)
Groupes : comp.os.linux.miscDate : 17. Dec 2024, 13:32:25
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <87ed264hie.fsf@eder.anydns.info>
References : 1 2 3
User-Agent : Gnus/5.13 (Gnus v5.13)
On Mo 16 Dez 2024 at 22:09, pH <
wNOSPAMp@gmail.org> wrote:
On 2024-12-16, Chris Ahlstrom <OFeem1987@teleworm.us> wrote:
pH wrote this post while blinking in Morse code:
>
Hi folks.
>
I like to write my letters using jstar and then print them
like so:
>
pr -o4 -t myfile | lpr
>
After I see the pretty print I can do w/ libreoffice the plain old
10 pitch lineprinter font is kind of clunky.
>
I'd really like to change it to 12 pitch at the least. I'm a long time
WordStar devotee and want to stick w/ good old jstar.
>
I use LO when it seems the thing to do as when I want to embed photos in the
text but....
>
I've not see how/where to change the default pitch for lpr to use.
>
Thanks.
>
Pureheart in Aptos
>
Check out the command-line program "enscript". Here's a line from a script I
wrote years ago, to print out a C/C++ file:
>
enscript -P lp0 --media=Letter --landscape --truncate-lines
--font="LucidaTypewriter7" --columns=2 $1
>
That's for a basic plaintext file, though.
>
>
Yes, it looks like "enscript" will be my saviour. I now have to experiment
with the font names I have available...the one I was thinking of has spaces
in the name so I tried the double quotes and got a NULL result, printed fine
w/ the default type . I was using the -f toggle, perhaps I'll try the
--font=.
>
In any case, looks like enscript will do the trick for me.
>
pH in Aptos
You could also test a2ps or paps. Both are similar to enscript, but have
different options.
'Andreas
-- ceterum censeo redmondinem esse delendam