groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] Accents in output


From: Werner LEMBERG
Subject: Re: [Groff] Accents in output
Date: Thu, 29 Jan 2004 16:21:33 +0100 (CET)

> Once you've got a font installed into groff, you can define your own
> names for the characters using the .char request (so you can call
> them, as before, \[c^], \[g^], \[h^], \[j^], \[ub], ... ), on the
> lines of
>
> .char \[c^] \N'nnn'

Uh, oh, this is a bad suggestion.  Using \N'...' makes the definition
dependent on a particular font.  The right solution, as mentioned in
another mail, is

  .char \[c^] \[c ^]


    Werner


reply via email to

[Prev in Thread] Current Thread [Next in Thread]