Home | History | Annotate | Download | only in doc

Lines Matching refs:Font

706 % @dots{} output an ellipsis using the current font.
708 % font as three actual period characters.
736 % outputs text on separate line in roman font, starting at standard page margin
954 \let\implicitmath = $%$ font-lock fix
1261 % Font-change commands.
1263 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1293 % Set the font macro #1 to the font named #2, adding on the
1294 % specified font prefix (normally `cm').
1295 % #3 is the font's design size, #4 is a scale factor
1296 \def\setfont#1#2#3#4{\font#1=\fontprefix#2#3 scaled #4}
1298 % Use cm as the default font prefix.
1299 % To specify the font prefix, you must define \fontprefix
1304 % Support font families that don't use the same naming scheme as CM.
1333 % cmbx10 is a prettier font on its own, but cmb10
1342 \font\texti=cmmi10 scaled \mainmagstep
1343 \font\textsy=cmsy10 scaled \mainmagstep
1359 \font\smalli=cmmi9
1360 \font\smallsy=cmsy9
1371 \font\smalleri=cmmi8
1372 \font\smallersy=cmsy8
1383 \font\titlei=cmmi12 scaled \magstep3
1384 \font\titlesy=cmsy10 scaled \magstep4
1397 \font\chapi=cmmi12 scaled \magstep2
1398 \font\chapsy=cmsy10 scaled \magstep3
1409 \font\seci=cmmi12 scaled \magstep1
1410 \font\secsy=cmsy10 scaled \magstep2
1421 \font\sseci=cmmi12 scaled \magstephalf
1422 \font\ssecsy=cmsy10 scaled 1315
1426 % In order for the font changes to affect most math symbols and letters,
1438 % The font-changing commands redefine the meanings of \tenSTYLE, instead
1439 % of just \STYLE. We do this so that font changes will continue to work
1441 % cases, not the current font. Plain TeX does \def\bf{\fam=\bffam
1512 % Count depth in font-changes, for error checks
1521 %% Add scribe-like font environments, plus @l for inline lisp (usually sans
1544 \def\nohyphenation{\hyphenchar\font = -1 \aftergroup\restorehyphenation}
1545 \def\restorehyphenation{\hyphenchar\font = `- }
1565 \font\keysy=cmsy9
1584 % Change normal interword space to be same as for the current font.
1585 \spaceskip = \fontdimen2\font
1645 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1647 % or `code' (@kbd uses normal tty font always).
1725 % Check if we are currently using a typewriter font. Since all the
1728 % this property, we can check that font parameter.
1730 \def\ifmonospace{\ifdim\fontdimen3\font=0pt }
1739 % @l was never documented to mean ``switch to the Lisp font'',
1744 % Explicit font changes: @r, @sc, undocumented @ii.
1745 \def\r#1{{\rm #1}} % roman font
1746 \def\sc#1{{\smallcaps#1}} % smallcaps font
1747 \def\ii#1{{\it #1}} % italic font
1756 % we'd have to redo the font mechanism to change the \scriptstyle and
1757 % \scriptscriptstyle font sizes to make it look right in headings.
3001 % Texinfo font commands.
3111 % Likewise with the other plain tex font commands.
3114 % Texinfo font commands.
3192 % Process the index entry with all font commands turned off, to
3200 % the original text, including any font commands. We write
3348 % Some minor font changes for the special characters.
4539 \font\circle=lcircle10
4632 % @lisp: indented, narrowed, typewriter font.
4655 % @display: same as @lisp except keep current font.
4745 % Disable Spanish ligatures ?` and !` of \tt font
4759 \tt % easiest (and conventionally used) font for verbatim
4790 % Easiest (and conventionally used) font for verbatim
4893 % typesetting commands (@smallbook, font changes, etc.) have to be done
5257 % Set the font temporarily and use \font in case \setfont made \tensl a macro.
5258 {\tensl\hyphenchar\font=0}%
5260 {\tensl\hyphenchar\font=45}%
6595 \def\normaldollar{$}%$ font-lock fix
6604 % typewriter fonts to have this, we can check that font parameter.
6606 \def\ifusingtt#1#2{\ifdim \fontdimen3\font=0pt #1\else #2\fi}
6608 % Same as above, but check for italic font. Actually this also catches
6612 \def\ifusingit#1#2{\ifdim \fontdimen1\font>0pt #1\else #2\fi}
6616 % Most of these we simply print from the \tt font, but for some, we can
6644 \def${\ifusingit{{\sl\$}}\normaldollar}%$ font-lock fix
6661 % \rawbackslashxx outputs one backslash character in current font,
6676 % \normalbackslash outputs one backslash in fixed width font.
6693 @let$=@normaldollar %$ font-lock fix