diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/pdfcolmk.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/oberdiek/pdfcolmk.dtx | 84 |
1 files changed, 62 insertions, 22 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/pdfcolmk.dtx b/Master/texmf-dist/source/latex/oberdiek/pdfcolmk.dtx index fa7cf85bc39..dc5b4985f43 100644 --- a/Master/texmf-dist/source/latex/oberdiek/pdfcolmk.dtx +++ b/Master/texmf-dist/source/latex/oberdiek/pdfcolmk.dtx @@ -56,7 +56,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 @@ -67,7 +67,7 @@ \input docstrip.tex \Msg{************************************************************************} \Msg{* Installation} -\Msg{* Package: pdfcolmk 2007/01/01 v1.0 PDFtex COLor MarK (HO)} +\Msg{* Package: pdfcolmk 2007/04/11 v1.1 PDFtex COLor MarK (HO)} \Msg{************************************************************************} \keepsilent @@ -128,11 +128,11 @@ and the derived files %<*driver> \NeedsTeXFormat{LaTeX2e} \ProvidesFile{pdfcolmk.drv}% - [2007/01/01 v1.0 PDFtex COLor MarK (HO)] + [2007/04/11 v1.1 PDFtex COLor MarK (HO)]% \documentclass{ltxdoc} \usepackage{holtxdoc} \begin{document} - \DocInput{pdfcolmk.dtx} + \DocInput{pdfcolmk.dtx}% \end{document} %</driver> % \fi @@ -158,7 +158,7 @@ and the derived files % \GetFileInfo{pdfcolmk.drv} % % \title{The \xpackage{pdfcolmk} package} -% \date{2007/01/01 v1.0} +% \date{2007/04/11 v1.1} % \author{Heiko Oberdiek\\\xemail{oberdiek@uni-freiburg.de}} % % \maketitle @@ -260,7 +260,7 @@ and the derived files % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{pdfcolmk}% - [2007/01/01 v1.0 PDFtex COLor MarK (HO)] + [2007/04/11 v1.1 PDFtex COLor MarK (HO)] % \end{macrocode} % % \begin{macrocode} @@ -305,38 +305,38 @@ and the derived files \long\def\mark#1{% \protected@xdef\pec@value{#1}% \pec@setmark - } + }% \def\pec@setmark{% \begingroup \@temptokena\expandafter{\pec@value}% \pec@mark{{\current@color}\the\@temptokena}% \endgroup - } + }% \def\pec@getmark{% \xdef\pec@botcolor{% \expandafter\@firstofthree\botmark\@empty\@empty\@empty }% - } + }% \long\def\@firstofthree#1#2#3{#1}% - \CheckCommand{\@leftmark}[2]{#1} - \CheckCommand{\@rightmark}[2]{#2} + \CheckCommand{\@leftmark}[2]{#1}% + \CheckCommand{\@rightmark}[2]{#2}% \CheckCommand*{\leftmark}{% \expandafter\@leftmark\botmark\@empty\@empty - } + }% \CheckCommand*{\rightmark}{% \expandafter\@rightmark\firstmark\@empty\@empty - } - \long\def\@leftmark#1#2#3{#2} - \long\def\@rightmark#1#2#3{#3} + }% + \long\def\@leftmark#1#2#3{#2}% + \long\def\@rightmark#1#2#3{#3}% \g@addto@macro\leftmark\@empty \g@addto@macro\rightmark\@empty \else - \RequirePackage{etex}[1998/03/26] + \RequirePackage{etex}[1998/03/26]% \newmarks\pec@marks - \def\pec@setmark{\marks\pec@marks{\current@color}} - \def\pec@getmark{\xdef\pec@botcolor{\botmarks\pec@marks}} + \def\pec@setmark{\marks\pec@marks{\current@color}}% + \def\pec@getmark{\xdef\pec@botcolor{\botmarks\pec@marks}}% \fi % \end{macrocode} @@ -703,7 +703,7 @@ and the derived files }{} \@ifclassloaded{seminar}{% - \newcommand\pec@org@makeslide{} + \newcommand\pec@org@makeslide{}% \let\pec@org@makeslide\@makeslide \def\@makeslide{% \pec@PatchVBoxCCLV @@ -744,13 +744,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/pdfcolmk.dtx}] The source file. % \item[\CTAN{macros/latex/contrib/oberdiek/pdfcolmk.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: @@ -781,8 +815,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|. % @@ -879,6 +915,10 @@ and the derived files % If \xfile{pdftex.def} \textgreater= 2007/01/01 v0.04a is used with % \pdfTeX\ 1.40.0, then package \xpackage{pdfcolmk} is obsolete. % \end{Version} +% \begin{Version}{2007/04/11 v1.1} +% \item +% Line ends sanitized. +% \end{Version} % \end{History} % % \PrintIndex |