diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-09 22:39:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-09 22:39:48 +0000 |
commit | 610c45beb863b008027a871701c889fe40bed7fb (patch) | |
tree | 5b879b56850db183fd749a497edd1d91172edf69 /Master/texmf-dist/source/latex/tools/verbatim.dtx | |
parent | 18fa80c232cf479ae713b01b17d48bdc1d653aac (diff) |
latex2e 2014/05/01 (via latex-tds)
git-svn-id: svn://tug.org/texlive/trunk@33946 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/tools/verbatim.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/tools/verbatim.dtx | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/Master/texmf-dist/source/latex/tools/verbatim.dtx b/Master/texmf-dist/source/latex/tools/verbatim.dtx index 155b5042ed1..5e47e414580 100644 --- a/Master/texmf-dist/source/latex/tools/verbatim.dtx +++ b/Master/texmf-dist/source/latex/tools/verbatim.dtx @@ -3,22 +3,22 @@ % Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 % 2006 2008 2009 2011 % The LaTeX3 Project and any individual authors listed elsewhere -% in this file. -% +% in this file. +% % This file is part of the Standard LaTeX `Tools Bundle'. % ------------------------------------------------------- -% +% % 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. -% +% % The list of all files belonging to the LaTeX `Tools Bundle' is % given in the file `manifest.txt'. -% +% % \fi % \CheckSum{625} % @@ -39,7 +39,7 @@ % % \section{Producing the documentation} % -% We provide a short driver file that can be extracted by the +% We provide a short driver file that can be extracted by the % \textsf{DocStrip} program using the conditional `\textsf{driver}'. % % \begin{macrocode} @@ -309,8 +309,8 @@ % \endgraf\begin{verbatim}}% %{\end{verbatim}} %\newenvironment{fred} -%{\begin{minipage}{30mm}\verbatim} -%{\endverbatim\end{minipage}} +%{\begin{minipage}{30mm}\verbatim} +%{\endverbatim\end{minipage}} %\end{verbatim*} % If you try these examples, \TeX{} will report a % ``runaway argument'' error. @@ -321,7 +321,7 @@ % would be % \begin{verbatim*} %\newenvironment{fred} -%{\minipage{30mm}\verbatim} +%{\minipage{30mm}\verbatim} %{\endverbatim\endminipage} %\end{verbatim*} % \item @@ -725,7 +725,7 @@ % The latter space has to be zero since we do not want to add % extra space between lines. % \begin{macrocode} - \@beginparpenalty \predisplaypenalty + \@beginparpenalty \predisplaypenalty \leftskip\@totalleftmargin\rightskip\z@ \parindent\z@\parfillskip\@flushglue\parskip\z@ % \end{macrocode} @@ -1599,7 +1599,7 @@ % used anywhere that the verbatim text is required. It can be used in % arguments, even moving ones, but it is fragile (at least, the % version here is). -% +% % Here is some code which claims to provide this. It is a much revised % version of something I (Chris) did about 2 years ago. Maybe it needs % further revision. @@ -1615,11 +1615,11 @@ % % \begin{verbatim} % \newverbtext{\myverb}"^%{ &~_\}}@ #" -% \end{verbatim} -% +% \end{verbatim} +% % The rules for delimiting the verbatim text are the same as those for -% |\verb|. -% +% |\verb|. +% % \begin{macrocode} %<*verbtext> \def \newverbtext {% @@ -1638,7 +1638,7 @@ \begingroup \let\do\@makeother \dospecials \let\do\do@noligs \verbatim@nolig@list - \@vobeyspaces + \@vobeyspaces \catcode`#2\active \catcode`~\active \lccode`\~`#2% @@ -1646,7 +1646,7 @@ % \end{macrocode} % We use a temporary macro here and a trick so that the definition of % the command itself can be done inside the group and be a local -% definition (there may be better ways to achieve this). +% definition (there may be better ways to achieve this). % \begin{macrocode} {\def \@tempa ##1~% {\whitespaces @@ -1674,10 +1674,10 @@ \relax\ifmmode \hbox \else - \leavevmode + \leavevmode \null \fi -} +} % \end{macrocode} % This contains other things which should not be expanded during the % definition. @@ -1860,7 +1860,7 @@ asdfa<fsa %</testdriver> % \end{macrocode} % -% +% % \Finale % \endinput |