comparison build-aux/texinfo.tex @ 17040:2b2ed538a898

update from texinfo
author Karl Berry <karl@freefriends.org>
date Mon, 13 Aug 2012 15:48:24 -0700
parents bd249772f779
children 034fed908e7d
comparison
equal deleted inserted replaced
17039:e5d33904a8b2 17040:2b2ed538a898
3144 % is used for crude hacks anyway (like adding French and German 3144 % is used for crude hacks anyway (like adding French and German
3145 % quotes to documents typeset with CM, where we lose kerning), so 3145 % quotes to documents typeset with CM, where we lose kerning), so
3146 % hopefully nobody will notice/care. 3146 % hopefully nobody will notice/care.
3147 \edef\ecsize{\csname\curfontsize ecsize\endcsname}% 3147 \edef\ecsize{\csname\curfontsize ecsize\endcsname}%
3148 \edef\nominalsize{\csname\curfontsize nominalsize\endcsname}% 3148 \edef\nominalsize{\csname\curfontsize nominalsize\endcsname}%
3149 \ifx\curfontstyle\bfstylename 3149 \ifmonospace
3150 % bold: 3150 % typewriter:
3151 \font\thisecfont = ecb\ifusingit{i}{x}\ecsize \space at \nominalsize 3151 \font\thisecfont = ectt\ecsize \space at \nominalsize
3152 \else 3152 \else
3153 % regular: 3153 \ifx\curfontstyle\bfstylename
3154 \font\thisecfont = ec\ifusingit{ti}{rm}\ecsize \space at \nominalsize 3154 % bold:
3155 \font\thisecfont = ecb\ifusingit{i}{x}\ecsize \space at \nominalsize
3156 \else
3157 % regular:
3158 \font\thisecfont = ec\ifusingit{ti}{rm}\ecsize \space at \nominalsize
3159 \fi
3155 \fi 3160 \fi
3156 \thisecfont 3161 \thisecfont
3157 } 3162 }
3158 3163
3159 % @registeredsymbol - R in a circle. The font for the R should really 3164 % @registeredsymbol - R in a circle. The font for the R should really