mirror of
https://github.com/mirror/make.git
synced 2025-01-04 01:10:26 +08:00
* texinfo.tex (\mainmagstep): Define this as a \count variable
instead of with \let, to make changing to \magstep1 more transparent. From: HERBERT@boevm4.vnet.ibm.com. (\uref): New command a la \url.
This commit is contained in:
parent
ccbe33db90
commit
229ba33d0e
@ -1041,8 +1041,9 @@ where each line of input produces a line of output.}
|
|||||||
% We don't need math for this one.
|
% We don't need math for this one.
|
||||||
\def\ttsl{\tenttsl}
|
\def\ttsl{\tenttsl}
|
||||||
|
|
||||||
%% Try out Computer Modern fonts at \magstephalf
|
% Use Computer Modern fonts at \magstephalf (11pt).
|
||||||
\let\mainmagstep=\magstephalf
|
\newcount\mainmagstep
|
||||||
|
\mainmagstep=\magstephalf
|
||||||
|
|
||||||
% Set the font macro #1 to the font named #2, adding on the
|
% Set the font macro #1 to the font named #2, adding on the
|
||||||
% specified font prefix (normally `cm').
|
% specified font prefix (normally `cm').
|
||||||
@ -1337,8 +1338,9 @@ where each line of input produces a line of output.}
|
|||||||
\else{\tclose{\ttsl\look}}\fi
|
\else{\tclose{\ttsl\look}}\fi
|
||||||
\else{\tclose{\ttsl\look}}\fi}
|
\else{\tclose{\ttsl\look}}\fi}
|
||||||
|
|
||||||
% @url, @email. Quotes do not seem necessary.
|
% @url, @uref, @email. Quotes do not seem necessary.
|
||||||
\let\url=\code % perhaps include a hypertex \special eventually
|
\let\url=\code % perhaps include a hypertex \special eventually
|
||||||
|
\let\uref=\code
|
||||||
% rms does not like the angle brackets --karl, 17may97.
|
% rms does not like the angle brackets --karl, 17may97.
|
||||||
%\def\email#1{$\langle${\tt #1}$\rangle$}
|
%\def\email#1{$\langle${\tt #1}$\rangle$}
|
||||||
\let\email=\code
|
\let\email=\code
|
||||||
|
Loading…
Reference in New Issue
Block a user