summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@gnu.org>1997-06-04 21:47:40 +0000
committerKarl Berry <karl@gnu.org>1997-06-04 21:47:40 +0000
commit229ba33d0ea1e8a0cd5d294eb67ed6a856d942d2 (patch)
tree8f8e9742083d928840e74fd6d8a6859132588ddb
parentccbe33db90c0d2c9633857fec002be6195f200b3 (diff)
downloadgunmake-229ba33d0ea1e8a0cd5d294eb67ed6a856d942d2.tar.gz
* 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.
-rw-r--r--texinfo.tex8
1 files changed, 5 insertions, 3 deletions
diff --git a/texinfo.tex b/texinfo.tex
index a5ad72e..9235c4f 100644
--- a/texinfo.tex
+++ b/texinfo.tex
@@ -1041,8 +1041,9 @@ where each line of input produces a line of output.}
% We don't need math for this one.
\def\ttsl{\tenttsl}
-%% Try out Computer Modern fonts at \magstephalf
-\let\mainmagstep=\magstephalf
+% Use Computer Modern fonts at \magstephalf (11pt).
+\newcount\mainmagstep
+\mainmagstep=\magstephalf
% Set the font macro #1 to the font named #2, adding on the
% 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}
-% @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\uref=\code
% rms does not like the angle brackets --karl, 17may97.
%\def\email#1{$\langle${\tt #1}$\rangle$}
\let\email=\code