summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/base/ltdirchk.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ltdirchk.dtx')
-rw-r--r--Master/texmf-dist/source/latex/base/ltdirchk.dtx92
1 files changed, 46 insertions, 46 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltdirchk.dtx b/Master/texmf-dist/source/latex/base/ltdirchk.dtx
index 62de66d8f16..eab328cdad1 100644
--- a/Master/texmf-dist/source/latex/base/ltdirchk.dtx
+++ b/Master/texmf-dist/source/latex/base/ltdirchk.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
%
% \ProvidesFile{ltdirchk.dtx}
@@ -61,7 +61,7 @@
% \changes{v0.2j}{1994/02/25}
% {Remove need for drv file}
% \changes{v0.2k}{1994/03/01}
-% {Add unstripped module,
+% {Add unstripped module,
% so that dircheck.dtx may be used with initex}
% \changes{v1.0a}{1994/03/08}
% {Reorganise driver module into `new style'}
@@ -104,7 +104,7 @@
% want to make |\@currdir| a macro with arguments delimited by |.|
% and/or \meta{space}. If the operating system has no concept of
% directory structure, this macro should be defined to be empty.
-%
+%
%
% \DescribeMacro{\input@path}
% If the primitive |\openin| searches the same directories as the
@@ -116,8 +116,8 @@
% defined to be a list of directories to search for input files. The
% format for each directory is as for |\@currdir|, normally just a
% prefix is required, but it may be a macro with space-delimited
-% argument. That is, if \meta{dir} is an entry in the input path,
-% \TeX\ will try to load the expansion of
+% argument. That is, if \meta{dir} is an entry in the input path,
+% \TeX\ will try to load the expansion of
% \meta{dir}\meta{filename}\meta{space}
%
% So either \meta{dir} should be defined as a macro with argument
@@ -127,7 +127,7 @@
% syntax, each \meta{dir} should end with a slash, |/|.
%
% |\input@path| should expand to a list of such directories, each in a
-% |{}| group.
+% |{}| group.
%
% \DescribeMacro{\filename@parse}
% After a call of the form: |\filename@parse{|\meta{filename}|}|, the
@@ -137,7 +137,7 @@
% \meta{filename}, |\filename@ext| should be |\let| to |\relax| (so this
% case may be tested with |\@ifundefined{filename@ext}| and, perhaps a
% default extension substituted).
-%
+%
% Normally one would not need to define this macro in |texsys.cfg| as
% the automatic tests can supply parsers that work with UNIX and VMS and
% Macintosh syntax, as well as a basic parser that will cover many other
@@ -148,7 +148,7 @@
% Currently if the UNIX, VMS or Macintosh parser is not used,
% |\filename@parse| is defined to always return an empty area, and to
% split the argument into basename and extension at the first `|.|'
-% that occurs in the name.
+% that occurs in the name.
% Parsers for other formats may be defined in |texsys.cfg|,
% in which case they will be used in preference to the default
% definitions.
@@ -179,11 +179,11 @@
%! LaTeX Error: \rubbish undefined.^^J^^JSee the LaTeX manual or LaTeX=
% Companion
% for explanation.^^JType H <return> for immediate help.
-% ...
-%
+% ...
+%
%l.3 \renewcommand{\rubbish}
% {}
-%?
+%?
%\end{verbatim}
% \endgroup\noindent
% However if you put |\def\@TeXversion{3.14}| in \texttt{texsys.cfg}
@@ -194,13 +194,13 @@
%See the LaTeX manual or LaTeX Companion for explanation.
%Type H <return> for immediate help.
%! .
-% ...
-%
+% ...
+%
%l.3 \renewcommand{\rubbish}
% {}
-%?
+%?
%\end{verbatim}
-% Note that this has an extra line |! .| which does not appear in
+% Note that this has an extra line |! .| which does not appear in
% error messages that use the default settings with a current version of
% \TeX, but this should not cause any confusion we hope.
%
@@ -261,7 +261,7 @@
% \changes{v1.0n}{1995/11/01}
% {Initialise \cs{@addtofilelist} to \cs{@gobble}}
% This is a special version of |\ProvidesFile| for initex use.
-% \changes{v1.0x}{2001/05/25}{Explicitly set catcode of
+% \changes{v1.0x}{2001/05/25}{Explicitly set catcode of
% \cs{endlinechar} to 10 (pr/3334)}
% \changes{v1.0y}{2001/06/04}{But only if it is a char (pr/3334)}
% \begin{macrocode}
@@ -314,7 +314,7 @@
% not, all the text in this file between START and END is copied
% verbatim to a new file |texsys,cfg|. If |texsys.cfg| is found, then it
% is simply input. This is only done when this file is being used
-% unstripped.
+% unstripped.
% \begin{macrocode}
%<*docstrip>
\openin15=texsys.cfg
@@ -330,7 +330,7 @@
\immediate\write15{#1}%
\expandafter\reserved@a\fi}%
\def\reserved@d#1START^^M{\let\do\@makeother\dospecials\reserved@a}%
-\catcode`\%=12
+\catcode`\%=12
\def\reserved@c{%END}
\reserved@d
% \end{macrocode}
@@ -356,7 +356,7 @@
% want to make |\@currdir| a macro with arguments delimited by |.|
% and/or \meta{space}. If the operating system has no concept of
% directory structure, this macro should be defined to be empty.
-%
+%
%
% \DescribeMacro{\input@path}
% If the primitive |\openin| searches the same directories as the
@@ -368,8 +368,8 @@
% defined to be a list of directories to search for input files. The
% format for each directory is as for |\@currdir|, normally just a
% prefix is required, but it may be a macro with space-delimited
-% argument. That is, if \meta{dir} is an entry in the input path,
-% \TeX will try to load the expansion of
+% argument. That is, if \meta{dir} is an entry in the input path,
+% \TeX will try to load the expansion of
%
% \meta{dir}\meta{filename}\meta{space}
%
@@ -383,7 +383,7 @@
% and the `current directory' to be searched.
%
% |\input@path| should expand to a list of such directories, each in a
-% |{}| group.
+% |{}| group.
%
%
% \DescribeMacro{\filename@parse}
@@ -394,7 +394,7 @@
% \meta{filename}, |\filename@ext| should be |\let| to |\relax| (so this
% case may be tested with |\@ifundefined{filename@ext}| and, perhaps a
% default extension substituted).
-%
+%
% Normally one would not need to define this macro in |texsys.cfg| as
% the automatic tests can supply parsers that work with UNIX and VMS
% syntax, as well as a basic parser that willcover many other cases.
@@ -425,7 +425,7 @@
% This implementation does make |\openin| and |\input| look in the same
% places. Acceptable settings are made by |ltdirchk.dtx|, and so this
% file may be empty. The definitions below are therefore just for
-% information.
+% information.
% \begin{macrocode}
%\def\@currdir{./}
%\let\input@path\@undefined
@@ -449,7 +449,7 @@
% This implementation does make |\openin| and |\input| look in the same
% places. Acceptable settings are made by |ltdirchk.dtx|, and so this
% file may be empty. The definitions below are therefore just for
-% information.
+% information.
% \begin{macrocode}
% \def\@currdir{./}
% \let\input@path\@undefined
@@ -461,7 +461,7 @@
% the following (with whatever directories are used at your site):
% note that the directory names should end with |/|.
% This assumes the implementation uses UNIX style |/| as the directory
-% separator.
+% separator.
% \begin{macrocode}
% \def\@currdir{./}
% \def\input@path{%
@@ -475,7 +475,7 @@
% This implementation does make |\openin| and |\input| look in the same
% places. Acceptable settings are made by |ltdirchk.dtx|, and so this
% file may be empty. The definitions below are therefore just for
-% information.
+% information.
% \begin{macrocode}
% \def\@currdir{[]}
% \let\input@path\@undefined
@@ -497,7 +497,7 @@
% This implementation does make |\openin| and |\input| look in the same
% places. Acceptable settings are made by |ltdirchk.dtx|, and so this
% file may be empty. The definitions below are therefore just for
-% information.
+% information.
% \begin{macrocode}
% \def\@currdir{:}
% \let\input@path\@undefined
@@ -645,7 +645,7 @@
% \changes{v0.2f}{1994/01/20}
% {\cs{@copytexsys} removed}
% \changes{v1.0u}{1996/12/06}
-% {*** removed from various messages for GNU Make.
+% {*** removed from various messages for GNU Make.
% internal/2338}
% \begin{macrocode}
\ifx\@currdir\@undefined
@@ -659,7 +659,7 @@
% that the syntax specified works on this system. (In case a complete
% \LaTeX\ system has been copied from one system to another.) If the
% test fails, give up. The installer should remove or correct the
-% offending |texsys.cfg| and try again.
+% offending |texsys.cfg| and try again.
% \begin{macrocode}
\else
\IfFileExists{\@currdir texsys.aux}{}{%
@@ -677,13 +677,13 @@
% \changes{v0.2d}{1994/01/14}
% {Close the texsys.aux output stream}
% \begin{macrocode}
-\immediate\closeout15 %
+\immediate\closeout15 %
\endgroup
% \end{macrocode}
%
% \begin{macrocode}
\typeout{^^J^^J%
- \noexpand\@currdir set to:
+ \noexpand\@currdir set to:
\expandafter\strip@prefix\meaning\@currdir.^^J%
}
% \end{macrocode}
@@ -693,7 +693,7 @@
%
% \changes{v0.2a}{1993/12/13}
% {on the `docstrip' pass, do not check openin path}
-%
+%
% Stop here if the file is being used unstripped.
% \begin{macrocode}
%<*docstrip>
@@ -717,7 +717,7 @@
% Now set up the |\input@path|.
%
% |\input@path| should either be undefined, or a list of directories as
-% described in the introduction.
+% described in the introduction.
% \changes{v0.2e}{1994/01/19}
% {No longer check that an empty group is in the path}
% \begin{macrocode}
@@ -758,7 +758,7 @@
\expandafter\filename@path#1/\\}
% \end{macrocode}
%
-% Search for the last |/|.
+% Search for the last |/|.
% \begin{macrocode}
\def\filename@path#1/#2\\{%
\ifx\\#2\\%
@@ -825,7 +825,7 @@
% \end{macrocode}
% |\filename@parse| was not specified in |texsys.cfg|.
% So just make a simple parser that always sets |\filename@area| to
-% empty.
+% empty.
% \begin{macrocode}
\typeout{^^JDefining generic filename parser.^^J}
\def\filename@parse#1{%
@@ -897,7 +897,7 @@
% After the format has been made, and article.cls moved with the
% other files to the `standard input directory' as specified in
% |install.txt|, the format may be checked by running the file
-% |ltxcheck.tex|.
+% |ltxcheck.tex|.
% \changes{v0.2f}{1994/01/20}
% {Modify all of ltxcheck}
% \changes{v1.0h}{1994/10/11}