summaryrefslogtreecommitdiff
path: root/gcc
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
commit2217c9f0e87acd69fb5e2675cee25bc97c32f4ef (patch)
treec9c8c52ce7258e492e7158bdaf9711eff04248ef /gcc
parent013bc8afa0020d91a3c4109250c360b02cb372a6 (diff)
downloadgcc-2217c9f0e87acd69fb5e2675cee25bc97c32f4ef.tar.gz
texinfo.tex (\mainmagstep): Define this as a \count variable instead of with \let...
* 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. From-SVN: r14146
Diffstat (limited to 'gcc')
-rw-r--r--gcc/texinfo.tex10
1 files changed, 6 insertions, 4 deletions
diff --git a/gcc/texinfo.tex b/gcc/texinfo.tex
index 9290abea6f9..5f5cde9e1f5 100644
--- a/gcc/texinfo.tex
+++ b/gcc/texinfo.tex
@@ -1,5 +1,5 @@
%% TeX macros to handle Texinfo files.
-%% $Id: texinfo.tex,v 2.200 1997/05/23 17:02:00 karl Exp karl $
+%% $Id: texinfo.tex,v 2.202 1997/06/04 21:46:06 karl Exp $
% Copyright (C) 1985, 86, 88, 90, 91, 92, 93,
% 94, 95, 96, 97 Free Software Foundation, Inc.
@@ -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