summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/inputtrc
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2012-10-13 12:32:15 +0000
committerNorbert Preining <preining@logic.at>2012-10-13 12:32:15 +0000
commitbb6d7316ac726eb8c1ce7c49eb1ea39a72c29790 (patch)
tree59e0b2f299edfe095cc6afcb17d5b3402c18adc5 /Master/texmf-dist/tex/latex/inputtrc
parent5347e82ab228a003df517945d17a3bb2bedddc3c (diff)
inputtrc update 13Oct
git-svn-id: svn://tug.org/texlive/trunk@27957 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/inputtrc')
-rw-r--r--Master/texmf-dist/tex/latex/inputtrc/inputtrc.sty28
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