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

53 %   dvips foo.dvi -o # or whatever, to process the dvi file; this makes foo.ps.
182 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
501 % @: forces normal size whitespace following.
633 % Back up by the size of the box, whether we did a page break or not.
645 % @dots{} output an ellipsis using the current font.
647 % font as three actual period characters.
676 % outputs text on separate line in roman font, starting at standard page margin
705 % make the vbox yourself of the appropriate size.
1066 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
1079 % Set the font macro #1 to the font named #2, adding on the
1080 % specified font prefix (normally `cm').
1081 % #3 is the font's design size, #4 is a scale factor
1082 \def\setfont#1#2#3#4{\font#1=\fontprefix#2#3 scaled #4}
1084 % Use cm as the default font prefix.
1085 % To specify the font prefix, you must define \fontprefix
1090 % Support font families that don't use the same naming scheme as CM.
1116 % cmbx10 is a prettier font on its own, but cmb10
1124 \font\texti=cmmi10 scaled \mainmagstep
1125 \font\textsy=cmsy10 scaled \mainmagstep
1141 \font\smalli=cmmi9
1142 \font\smallsy=cmsy9
1153 \font\titlei=cmmi12 scaled \magstep3
1154 \font\titlesy=cmsy10 scaled \magstep4
1166 \font\chapi=cmmi12 scaled \magstep2
1167 \font\chapsy=cmsy10 scaled \magstep3
1178 \font\seci=cmmi12 scaled \magstep1
1179 \font\secsy=cmsy10 scaled \magstep2
1181 % \setfont\ssecrm\bxshape{10}{\magstep1} % This size an font looked bad.
1188 %\setfont\ssecit\itshape{10}{1315} % Also, the size is a little larger than
1204 \font\sseci=cmmi12 scaled \magstephalf
1205 \font\ssecsy=cmsy10 scaled 1315
1209 % In order for the font changes to affect most math symbols and letters,
1222 % The font-changing commands redefine the meanings of \tenSTYLE, instead
1223 % of just \STYLE. We do this so that font changes will continue to work
1225 % cases, not the current font. Plain TeX does \def\bf{\fam=\bffam
1271 % Count depth in font-changes, for error checks
1279 %% Add scribe-like font environments, plus @l for inline lisp (usually sans
1301 \def\nohyphenation{\hyphenchar\font = -1 \aftergroup\restorehyphenation}
1302 \def\restorehyphenation{\hyphenchar\font = `- }
1311 \font\keysy=cmsy9
1327 % which makes spaces the same size as normal in the surrounding text.
1330 % Change normal interword space to be same as for the current font.
1331 \spaceskip = \fontdimen2\font
1383 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
1385 % or `code' (@kbd uses normal tty font always).
1461 % Check if we are currently using a typewriter font. Since all the
1464 % this property, we can check that font parameter.
1466 \def\ifmonospace{\ifdim\fontdimen3\font=0pt }
1475 % @l was never documented to mean ``switch to the Lisp font'',
1480 % Explicit font changes: @r, @sc, undocumented @ii.
1481 \def\r#1{{\rm #1}} % roman font
1482 \def\sc#1{{\smallcaps#1}} % smallcaps font
1483 \def\ii#1{{\it #1}} % italic font
2414 %%%%%\font\nullfont=dummy\let\obstexwarn=\relax
2425 % page 401 of the TeXbook: make the current font be a dummy font.
2444 % Set the current font to be \nullfont, a TeX primitive, and define
2445 % all the font commands to also use \nullfont. We don't use
2790 % \indexnofonts no-ops all font-change commands.
2900 % First process the index entry with all font commands turned
2914 % and the original text, including any font commands. We write
3039 % Some minor font changes for the special characters.
3179 % Change the page size parameters. We could do this once outside this
3781 % Print any size section title.
4148 \font\circle=lcircle10
4241 % @lisp: indented, narrowed, typewriter font.
4275 % @display: same as @lisp except keep current font.
4362 % Disable Spanish ligatures ?` and !` of \tt font
4376 \tt % easiest (and conventionally used) font for verbatim
4407 % Easiest (and conventionally used) font for verbatim
4500 % Allow user to change definition object font (\df) internally
4564 % First, defname, which formats the header line itself.
4575 \dimen0=\hsize \advance \dimen0 by -\wd0 % compute size for first line
4576 \dimen1=\hsize \advance \dimen1 by -\defargsindent %size for continuations
4595 % #3 should be the control sequence that actually processes the header,
4773 % Set the font temporarily and use \font in case \setfont made \tensl a macro.
4774 {\tensl\hyphenchar\font=0}%
4776 {\tensl\hyphenchar\font=45}%
5741 % Set the baselineskip to #1, and the lineskip and strut size
5835 % \epsfbox itself resets \epsf?size at each figure.
5892 % Page size parameters.
5913 % \hsize. We call this whenever the paper size is set.
6060 % typewriter fonts to have this, we can check that font parameter.
6062 \def\ifusingtt#1#2{\ifdim \fontdimen3\font=0pt #1\else #2\fi}
6064 % Same as above, but check for italic font. Actually this also catches
6068 \def\ifusingit#1#2{\ifdim \fontdimen1\font>0pt #1\else #2\fi}
6072 % Most of these we simply print from the \tt font, but for some, we can
6119 % \rawbackslashxx output one backslash character in current font
6128 % \normalbackslash outputs one backslash in fixed width font.