diff options
author | Kim F. Storm <storm@cua.dk> | 2005-02-08 09:55:58 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2005-02-08 09:55:58 +0000 |
commit | 5616155cd6a26b31cf3ecd614b60ed285179cd4c (patch) | |
tree | 86fbcc1d4683885b659e5c48ab191fb126515e7f /man/texinfo.tex | |
parent | 24dfbc5674d4780eea79a5ea4e028d0d0e0a9f49 (diff) | |
download | emacs-5616155cd6a26b31cf3ecd614b60ed285179cd4c.tar.gz |
(LaTex): Add def.
Diffstat (limited to 'man/texinfo.tex')
-rw-r--r-- | man/texinfo.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/texinfo.tex b/man/texinfo.tex index 27f804eb55f..15e2ac309ca 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{2003-10-06.16} +\def\texinfoversion{2005-02-08.10} % % Copyright (C) 1985, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, % 2000, 01, 02 Free Software Foundation, Inc. @@ -2845,6 +2845,7 @@ width0pt\relax} \fi \def\r##1{\realbackslash r {##1}}% % \def\TeX{\realbackslash TeX}% +\def\LaTeX{\realbackslash LaTeX}% \def\acronym##1{\realbackslash acronym {##1}}% \def\cite##1{\realbackslash cite {##1}}% \def\code##1{\realbackslash code {##1}}% |