diff options
author | Karl Berry <karl@gnu.org> | 1997-10-13 19:49:25 +0000 |
---|---|---|
committer | Karl Berry <karl@gnu.org> | 1997-10-13 19:49:25 +0000 |
commit | a3a7581c1a62f879ed42b6ecca19fd68ed9f9389 (patch) | |
tree | d1c362ae533441ced655a24f5d200c6b29a1bc62 | |
parent | 3e12cad198a91fb03fad2ecfc40753385c60319e (diff) | |
download | gunmake-a3a7581c1a62f879ed42b6ecca19fd68ed9f9389.tar.gz |
(\titlefont): Explicitly set \rm.
-rw-r--r-- | texinfo.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/texinfo.tex b/texinfo.tex index 45e190e..4af39bc 100644 --- a/texinfo.tex +++ b/texinfo.tex @@ -1236,7 +1236,7 @@ where each line of input produces a line of output.} \let\tensf=\titlesf \let\teni=\titlei \let\tensy=\titlesy \let\tenttsl=\titlettsl \resetmathfonts \setleading{25pt}} -\def\titlefont#1{{\titlefonts #1}} +\def\titlefont#1{{\titlefonts\rm #1}} \def\chapfonts{% \let\tenrm=\chaprm \let\tenit=\chapit \let\tensl=\chapsl \let\tenbf=\chapbf \let\tentt=\chaptt \let\smallcaps=\chapsc |