Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

troff and latin2, devpost

0 views
Skip to first unread message

Pavel Klinkovsky

unread,
Nov 9, 2009, 12:38:36 PM11/9/09
to
I am a newbie in the troff world.
Trying to make a document in Czech I discovered a strange font
problem.

Searching in 9fans archive I found this topic already present, but
without useful (at least for me) feedback-hint:
http://9fans.net/archive/2004/03/1548

Can anyone provide me a help?

Thanks in advance.

Pavel

Steve Simon

unread,
Nov 9, 2009, 5:18:53 PM11/9/09
to
> Trying to make a document in Czech

This might help (I have not done this myself)

http://9fans.net/archive/2001/12/171
http://9fans.net/archive/2001/12/173
http://9fans.net/archive/2001/12/174

-Steve

Russ Cox

unread,
Nov 9, 2009, 10:07:17 PM11/9/09
to
On Mon, Nov 9, 2009 at 9:38 AM, Pavel Klinkovsky
<pavel.kl...@gmail.com> wrote:
> I am a newbie in the troff world.
> Trying to make a document in Czech I discovered a strange font
> problem.

Problem #1 - letters missing on other systems:
Add |addpsfonts to your pipeline to create a PS with
the local fonts added.

Problem #2 - half Times-Roman, half Lucida Sans documents:
Since only the Lucida fonts have the characters you want,
the solution is to write the whole document in Lucida.
If you are using -ms macros, add

.FP lucidasans

to the top of your document. If you are not using -ms macros
you can use the equivalent but longer

.fp 1 R LucidaSans
.fp 2 I LucidaSansI
.fp 3 B LucidaSansB
.fp 5 CW LucidaCW

Russ

Pavel Klinkovsky

unread,
Nov 10, 2009, 12:36:32 PM11/10/09
to
> Since only the Lucida fonts have the characters you want,
> the solution is to write the whole document in Lucida.

Yes, since I did not find any other way how to solve it, I am using
Lucida.

On the other hand, Times-Roman is more pleasant to read (especially
longer documents)...

Thanks.

Pavel

0 new messages