diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/inputtrc/inputtrc.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/inputtrc/inputtrc.sty | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/inputtrc/inputtrc.sty b/Master/texmf-dist/tex/latex/inputtrc/inputtrc.sty index 179d690ee99..ccc48d177b2 100644 --- a/Master/texmf-dist/tex/latex/inputtrc/inputtrc.sty +++ b/Master/texmf-dist/tex/latex/inputtrc/inputtrc.sty @@ -1,7 +1,7 @@ \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{inputtrc}[2010/11/11 v0.2a input tracing (UL)] +\ProvidesPackage{inputtrc}[2012/10/10 v0.3 input tracing (UL)] -%% Copyright (C) 2010 Uwe Lueck, +%% Copyright (C) 2010 2011 2012 Uwe Lueck, %% http://www.contact-ednotes.sty.de.vu %% -- author-maintained in the sense of LPPL below -- %% @@ -91,13 +91,31 @@ \global \let \IT@maybe@returnmessage \IT@the@returnmessage} %% ---|\notracingreturns| turns it off--- \newcommand*{\notracingreturns}{% - \global \let \IT@maybe@returnmessage \IT@the@returnmessage} + \global \let \IT@maybe@returnmessage \relax} +%% %% <- was like \dotracingreturns 2012/10/03 %% ---\emph{not} activated is the default: \notracingreturns %% |\dotracinginputsreturns| activates \emph{both} `INPUTTING' and %% `RETURNING' messages: \newcommand*{\dotracinginputsreturns}{% \dotracinginputs \dotracingreturns} +%% |\notracinginputsreturns| turns off \emph{both} `INPUTTING' and +%% `RETURNING' messages: +\newcommand*{\notracinginputsreturns}{% + \notracinginputs \notracingreturns} +%% +%% === Package Options === +%% \label{sec:opt} +%% Package Option |[i]| issues |\dotracinginputs| +%% immediately after loading the package: +\DeclareOption{i}{\dotracinginputs} +%% Package Option |[r]| issues |\dotracingreturns| +%% immediately after loading the package: +\DeclareOption{r}{\dotracingreturns} +%% Package Option |[ir]| \emph{combines} the functionality +%% of options `[i]' and `[r]': +\DeclareOption{ir}{\dotracinginputs\dotracingreturns} +\ProcessOptions %% \endinput %% @@ -121,3 +139,7 @@ v0.1a 2010/10/08 doc corrected: LaTeX commands using \@@input; manual page breaks -- installed on CTAN 2010/10/09 v0.2 2010/10/09 \IT@maybe@returnmessage etc. v0.2a 2010/11/11 updated LPPL version +v0.3 2012/10/03 \dotracingreturns corrected, [i], [r]; + updated (C) + 2012/10/10 correcting doc. on options, three of them, + \notracinginputsreturns |