Now that I look at the PDF output more closely, I am seeing another issue with the display of highlighted code samples. Here is an example:
\input{texinfo}
@quotation
Some words to fill the page.
@end quotation
@example
Some words to fill the page.
@emph{Some words to fill the page.}
@i{Some words to fill the page.}
@strong{Some words to fill the page.}
@b{Some words to fill the page.}
@strong{@t{Some words to fill the page.}}
@b{@t{Some words to fill the page.}}
@t{@strong{Some words to fill the page.}}
@t{@b{Some words to fill the page.}}
@end example
@bye
As you can see from the attached output,
@strong and @b lose the monospace font.
I am not managing to get it back while
preserving the bold typeface: it seems
that whichever of @strong/@b and @t is
innermost wins. Am I doing it wrong?
Thanks,
Jean
test.pdf
Description: Adobe PDF document
