summaryrefslogtreecommitdiff
path: root/man/texinfo.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@gnu.org>2006-09-30 00:35:15 +0000
committerKarl Berry <karl@gnu.org>2006-09-30 00:35:15 +0000
commite7c1aa797489f5a4ad8f0bc622dfe47a6063a097 (patch)
treede0d290d07761ccec57e000d4d18dad2ecbbe48c /man/texinfo.tex
parent6403c21b689b7d78c1d95b619c60ddcadfe45e3c (diff)
downloademacs-e7c1aa797489f5a4ad8f0bc622dfe47a6063a097.tar.gz
update to latest texinfo.tex
Diffstat (limited to 'man/texinfo.tex')
-rw-r--r--man/texinfo.tex8
1 files changed, 7 insertions, 1 deletions
diff --git a/man/texinfo.tex b/man/texinfo.tex
index 36c1acad97c..08177390672 100644
--- a/man/texinfo.tex
+++ b/man/texinfo.tex
@@ -3,7 +3,7 @@
% Load plain if necessary, i.e., if running under initex.
\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
%
-\def\texinfoversion{2006-07-17.16}
+\def\texinfoversion{2006-08-26.17}
%
% Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free
@@ -2301,6 +2301,10 @@ where each line of input produces a line of output.}
}$%
}
+% @textdegree - the normal degrees sign.
+%
+\def\textdegree{$^\circ$}
+
% Laurent Siebenmann reports \Orb undefined with:
% Textures 1.7.7 (preloaded format=plain 93.10.14) (68K) 16 APR 2004 02:38
% so we'll define it if necessary.
@@ -3524,6 +3528,7 @@ where each line of input produces a line of output.}
\definedummyword\point
\definedummyword\print
\definedummyword\result
+ \definedummyword\textdegree
%
% We want to disable all macros so that they are not expanded by \write.
\macrolist
@@ -3657,6 +3662,7 @@ where each line of input produces a line of output.}
\def\point{.}%
\def\print{-|}%
\def\result{=>}%
+ \def\textdegree{degrees}%
%
% We need to get rid of all macros, leaving only the arguments (if present).
% Of course this is not nearly correct, but it is the best we can do for now.