> From: a...@gnu.org (Alfred M. Szmidt)
> CC: help-texinfo@gnu.org
> Date: Sun, 27 Nov 2016 12:16:16 -0500
> 
>    > Couldnt find anything in the manual, but how do you underline a word?
> 
>    You don't, not in Texinfo.
> 
> I have no idea what that is supposed to mean.

Sorry, I thought it was clear.

What I meant is that there's no way in Texinfo to give some text the
underline typeface.  Texinfo only has @emph (typeset as slant),
@strong (typeset as bold), and @sc (typeset in small capitalized
letters).  You can also request specific fonts with @b (bold), @i
(italic), @r (roman), @sansserif (sans serif), @slanted (slanted), and
@t (fixed-width, a.k.a. "typewriter").

For anything else, you will have to escape to TeX, AFAIU.

Reply via email to