diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/classlist.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/classlist.dtx | 54 |
1 files changed, 45 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/classlist.dtx b/Master/texmf-dist/source/latex/oberdiek/classlist.dtx index 9a2132f06c5..a4f7e2cef6c 100644 --- a/Master/texmf-dist/source/latex/oberdiek/classlist.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/classlist.dtx @@ -55,7 +55,7 @@ % %<*ignore> \begingroup - \def\x{LaTeX2e} + \def\x{LaTeX2e}% \expandafter\endgroup \ifcase 0\ifx\install y1\fi\expandafter \ifx\csname processbatchFile\endcsname\relax\else1\fi @@ -126,11 +126,11 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{classlist.drv}% - [2006/02/20 v1.2 Record loaded classes (HO)] + [2006/02/20 v1.2 Record loaded classes (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc} \begin{document} - \DocInput{classlist.dtx} + \DocInput{classlist.dtx}% \end{document} %</driver> % \fi @@ -276,7 +276,7 @@ and the derived files }% \fi \CL@org@fileswith@pti@ns{#1}[{#2}]{#3}[{#4}]% - } + }% \let\@@fileswith@pti@ns\@fileswith@pti@ns \else % \end{macrocode} @@ -314,7 +314,7 @@ and the derived files % Names with more than one \cs{@clsextension} are not supported. % \begin{macrocode} \fi - } + }% \@for\CL@entry:=\@filelist\do{% \expandafter\expandafter\expandafter\CL@test\expandafter \CL@entry\@clsextension\@nil @@ -375,7 +375,7 @@ and the derived files \let\ClassListEntry\CL@InfoEntry \ClassList \let\on@line\@empty - \PackageInfo{classlist}{\CL@Info} + \PackageInfo{classlist}{\CL@Info}% \endgroup } % \end{macrocode} @@ -385,13 +385,47 @@ and the derived files % \end{macrocode} % \section{Installation} % -% \paragraph{CTAN.} This package is available on +% \subsection{Download} +% +% \paragraph{Package.} This package is available on % CTAN\footnote{\url{ftp://ftp.ctan.org/tex-archive/}}: % \begin{description} % \item[\CTAN{macros/latex/contrib/oberdiek/classlist.dtx}] The source file. % \item[\CTAN{macros/latex/contrib/oberdiek/classlist.pdf}] Documentation. % \end{description} % +% +% \paragraph{Bundle.} All the packages of the bundle `oberdiek' +% are also available in a TDS compliant ZIP archive. There +% the packages are already unpacked and the documentation files +% are generated. The files and directories obey the TDS standard. +% \begin{description} +% \item[\CTAN{macros/latex/contrib/oberdiek/oberdiek-tds.zip}] +% \end{description} +% +% \subsection{Bundle installation} +% +% \paragraph{Unpacking.} Unpack the \xfile{oberdiek-tds.zip} in the +% TDS tree (also known as \xfile{texmf} tree) of your choice. +% Example (linux): +% \begin{quote} +% |unzip oberdiek-tds.zip -d ~/texmf| +% \end{quote} +% +% \paragraph{Script installation.} +% Check the directory \xfile{TDS:scripts/oberdiek/} for +% scripts that need further installation steps. +% Package \xpackage{attachfile2} comes with the Perl script +% \xfile{pdfatfi.pl} that should be installed in such a way +% that it can be called as \texttt{pdfatfi}. +% Example (linux): +% \begin{quote} +% |chmod +x scripts/oberdiek/pdfatfi.pl|\\ +% |cp scripts/oberdiek/pdfatfi.pl /usr/local/bin/| +% \end{quote} +% +% \subsection{Package installation} +% % \paragraph{Unpacking.} The \xfile{.dtx} file is a self-extracting % \docstrip\ archive. The files are extracted by running the % \xfile{.dtx} through \plainTeX: @@ -422,8 +456,10 @@ and the derived files % TDS installing feature, then some files can already be in the right % place, see the documentation of \docstrip. % -% \paragraph{Refresh file databases.} If your \TeX~distribution -% (\teTeX, \mikTeX, \dots) rely on file databases, you must refresh +% \subsection{Refresh file name databases} +% +% If your \TeX~distribution +% (\teTeX, \mikTeX, \dots) relies on file name databases, you must refresh % these. For example, \teTeX\ users run \verb|texhash| or % \verb|mktexlsr|. % |