diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/base/alltt.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/base/alltt.dtx | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/Master/texmf-dist/source/latex/base/alltt.dtx b/Master/texmf-dist/source/latex/base/alltt.dtx index 826e173d430..96f4710c91c 100644 --- a/Master/texmf-dist/source/latex/base/alltt.dtx +++ b/Master/texmf-dist/source/latex/base/alltt.dtx @@ -2,29 +2,29 @@ % % Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 % The LaTeX3 Project and any individual authors listed elsewhere -% in this file. -% +% in this file. +% % This file is part of the LaTeX base system. % ------------------------------------------- -% +% % It may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3c % of this license or (at your option) any later version. % The latest version of this license is in % http://www.latex-project.org/lppl.txt -% and version 1.3c or later is part of all distributions of LaTeX +% and version 1.3c or later is part of all distributions of LaTeX % version 2005/12/01 or later. -% +% % This file has the LPPL maintenance status "maintained". -% +% % The list of all files belonging to the LaTeX base distribution is % given in the file `manifest.txt'. See also `legal.txt' for additional % information. -% -% The list of derived (unpacked) files belonging to the distribution -% and covered by LPPL is defined by the unpacking scripts (with +% +% The list of derived (unpacked) files belonging to the distribution +% and covered by LPPL is defined by the unpacking scripts (with % extension .ins) which are part of the distribution. -% +% % \fi % \CheckSum{108} % \iffalse @@ -68,7 +68,7 @@ % \begin{abstract} % This package defines the \Lenv{alltt} environment, which is like % the \Lenv{verbatim} environment except that |\|, |{|, and |}| -% have their usual meanings. +% have their usual meanings. % % Thus, other commands and environments can appear within an % \Lenv{alltt} environment. @@ -78,15 +78,15 @@ % % \DescribeEnv{alltt} % Here are some things you may want to do in an \Lenv{alltt} -% environment: +% environment: % \begin{itemize} % \item Change fonts--e.g., by typing |{\em emphasized text\/}| -% +% % \item Insert text from a file \file{foo.tex} by typing % |\input{foo}|. Beware that each |<return>| starts a new line, so % if \file{foo.tex} ends with a |<return>| you can wind up with an -% extra blank line if you're not careful. -% +% extra blank line if you're not careful. +% % \item Insert a math formula. Note that |$| just produces a dollar % sign, so you'll have to type |\(...\)| or |\[...\]|. Also, |^| % and |_| just produce their characters; use |\sp| or |\sb| for @@ -183,7 +183,7 @@ \def\@new@specials{} % \end{macrocode} % The command |\@remove| compares its argument with the argument of\\ -% |\g@remfrom@specials|. +% |\g@remfrom@specials|. % \begin{macrocode} \def\@remove##1{% \ifx##1#1\else @@ -194,7 +194,7 @@ \g@addto@macro\@new@specials{\do ##1}\fi} % \end{macrocode} % Now we |\let| |\do| be equal to |\@remove| and execute -% |\dospecials|. +% |\dospecials|. % \begin{macrocode} \let\do\@remove\dospecials % \end{macrocode} |