• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/bash-94.1.2/bash-3.2/doc/

Lines Matching +refs:ps +refs:header +refs:font +refs:size +refs:internal

54 %   dvips foo.dvi -o  # or whatever; this makes foo.ps.
222 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
533 % @: forces normal size whitespace following.
584 % \dimen0 is the vertical size of the group's box.
687 % Back up by the size of the box, whether we did a page break or not.
699 % @dots{} output an ellipsis using the current font.
701 % font as three actual period characters.
730 % outputs text on separate line in roman font, starting at standard page margin
759 % make the vbox yourself of the appropriate size.
891 \let\implicitmath = $%$ font-lock fix
1171 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1183 % Set the baselineskip to #1, and the lineskip and strut size
1201 % Set the font macro #1 to the font named #2, adding on the
1202 % specified font prefix (normally `cm').
1203 % #3 is the font's design size, #4 is a scale factor
1204 \def\setfont#1#2#3#4{\font#1=\fontprefix#2#3 scaled #4}
1206 % Use cm as the default font prefix.
1207 % To specify the font prefix, you must define \fontprefix
1212 % Support font families that don't use the same naming scheme as CM.
1241 % cmbx10 is a prettier font on its own, but cmb10
1250 \font\texti=cmmi10 scaled \mainmagstep
1251 \font\textsy=cmsy10 scaled \mainmagstep
1267 \font\smalli=cmmi9
1268 \font\smallsy=cmsy9
1279 \font\smalleri=cmmi8
1280 \font\smallersy=cmsy8
1291 \font\titlei=cmmi12 scaled \magstep3
1292 \font\titlesy=cmsy10 scaled \magstep4
1305 \font\chapi=cmmi12 scaled \magstep2
1306 \font\chapsy=cmsy10 scaled \magstep3
1317 \font\seci=cmmi12 scaled \magstep1
1318 \font\secsy=cmsy10 scaled \magstep2
1329 \font\sseci=cmmi12 scaled \magstephalf
1330 \font\ssecsy=cmsy10 scaled 1315
1334 % In order for the font changes to affect most math symbols and letters,
1346 % The font-changing commands redefine the meanings of \tenSTYLE, instead
1347 % of just \STYLE. We do this so that font changes will continue to work
1349 % cases, not the current font. Plain TeX does \def\bf{\fam=\bffam
1420 % Count depth in font-changes, for error checks
1429 %% Add scribe-like font environments, plus @l for inline lisp (usually sans
1451 \def\nohyphenation{\hyphenchar\font = -1 \aftergroup\restorehyphenation}
1452 \def\restorehyphenation{\hyphenchar\font = `- }
1472 \font\keysy=cmsy9
1488 % which makes spaces the same size as normal in the surrounding text.
1491 % Change normal interword space to be same as for the current font.
1492 \spaceskip = \fontdimen2\font
1552 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1554 % or `code' (@kbd uses normal tty font always).
1632 % Check if we are currently using a typewriter font. Since all the
1635 % this property, we can check that font parameter.
1637 \def\ifmonospace{\ifdim\fontdimen3\font=0pt }
1646 % @l was never documented to mean ``switch to the Lisp font'',
1651 % Explicit font changes: @r, @sc, undocumented @ii.
1652 \def\r#1{{\rm #1}} % roman font
1653 \def\sc#1{{\smallcaps#1}} % smallcaps font
1654 \def\ii#1{{\it #1}} % italic font
2672 %%%%%\font\nullfont=dummy\let\obstexwarn=\relax
2702 % Set the current font to be \nullfont, a TeX primitive, and define
2703 % all the font commands to also use \nullfont. We don't use
3046 % Although these internal commands shouldn't show up, sometimes they do.
3056 % Texinfo font commands.
3165 % Likewise with the other plain tex font commands.
3168 % Texinfo font commands.
3238 % Process the index entry with all font commands turned off, to
3246 % the original text, including any font commands. We write
3371 % Some minor font changes for the special characters.
3518 % Change the page size parameters. We could do this once outside this
4091 % Print any size section title.
4485 \font\circle=lcircle10
4578 % @lisp: indented, narrowed, typewriter font.
4601 % @display: same as @lisp except keep current font.
4691 % Disable Spanish ligatures ?` and !` of \tt font
4705 \tt % easiest (and conventionally used) font for verbatim
4736 % Easiest (and conventionally used) font for verbatim
4839 % typesetting commands (@smallbook, font changes, etc.) have to be done
4905 % Allow user to change definition object font (\df) internally
4991 \dimen0=\hsize \advance \dimen0 by -\wd0 % compute size for first line
4992 \dimen1=\hsize \advance \dimen1 by -\defargsindent % size for continuations
5017 % #3 is the control sequence to process the header, such as \defunheader.
5023 % header. But if there's nothing but headers, we want to allow a
5201 % Set the font temporarily and use \font in case \setfont made \tensl a macro.
5202 {\tensl\hyphenchar\font=0}%
5204 {\tensl\hyphenchar\font=45}%
6280 % \epsfbox itself resets \epsf?size at each figure.
6323 % Page size parameters.
6344 % \hsize. We call this whenever the paper size is set.
6539 \def\normaldollar{$}%$ font-lock fix
6548 % typewriter fonts to have this, we can check that font parameter.
6550 \def\ifusingtt#1#2{\ifdim \fontdimen3\font=0pt #1\else #2\fi}
6552 % Same as above, but check for italic font. Actually this also catches
6556 \def\ifusingit#1#2{\ifdim \fontdimen1\font>0pt #1\else #2\fi}
6560 % Most of these we simply print from the \tt font, but for some, we can
6588 \def${\ifusingit{{\sl\$}}\normaldollar}%$ font-lock fix
6605 % \rawbackslashxx outputs one backslash character in current font,
6620 % \normalbackslash outputs one backslash in fixed width font.
6637 @let$=@normaldollar %$ font-lock fix