From 2b533fb231e8b4119c77af37d548345bd3970697 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 28 Jan 2011 23:14:46 +0000 Subject: inputtrc 0.2c (29jan11) git-svn-id: svn://tug.org/texlive/trunk@21212 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/inputtrc/FileList.txt | 8 ++--- Master/texmf-dist/doc/latex/inputtrc/RELEASE.txt | 20 +++---------- .../doc/latex/inputtrc/docsrc/inputtrc.tex | 32 ++++++++++---------- .../doc/latex/inputtrc/docsrc/makedoc.cfg | 33 ++++++++++----------- Master/texmf-dist/doc/latex/inputtrc/inputtrc.pdf | Bin 205523 -> 205707 bytes 5 files changed, 40 insertions(+), 53 deletions(-) (limited to 'Master/texmf-dist/doc/latex/inputtrc') diff --git a/Master/texmf-dist/doc/latex/inputtrc/FileList.txt b/Master/texmf-dist/doc/latex/inputtrc/FileList.txt index 0470504b82d..a59b4424943 100644 --- a/Master/texmf-dist/doc/latex/inputtrc/FileList.txt +++ b/Master/texmf-dist/doc/latex/inputtrc/FileList.txt @@ -1,15 +1,15 @@ *File List* inputtrc.sty 2010/11/11 v0.2a input tracing (UL) -inputtrc.tex 2010/11/28 documenting inputtrc.sty +inputtrc.tex 2011/01/28 documenting inputtrc.sty README.tex 2010/11/27 make README.pdf - makedoc.cfg 2010/11/26 documentation settings + makedoc.cfg 2011/01/24 documentation settings fifinddo.sty 2010/04/15 v0.41 filtering TeX(t) files by TeX (UL) makedoc.sty 2010/03/30 v0.4 TeX input from *.sty (UL) -niceverb.sty 2010/04/05 v0.41 minimize doc markup (UL) +niceverb.sty 2011/01/26 v0.42 minimize doc markup (UL) gather.tex 2010/11/28 collect file infos *********** - List made at 2010/11/28, 21:17 + List made at 2011/01/28, 10:14 from script file gather.tex diff --git a/Master/texmf-dist/doc/latex/inputtrc/RELEASE.txt b/Master/texmf-dist/doc/latex/inputtrc/RELEASE.txt index 0d2e01258ac..8bf48266738 100644 --- a/Master/texmf-dist/doc/latex/inputtrc/RELEASE.txt +++ b/Master/texmf-dist/doc/latex/inputtrc/RELEASE.txt @@ -1,16 +1,4 @@ - -W.r.t. v0.2, `inputtrc' RELEASE v0.2b (2010/11/28) updates - - * LPPL version in README and inputtrc.sty - * makedoc.cfg - * inputtrc.pdf with - * new makedoc.cfg formatting - * using `readprov.sty' for referring to `inputtrc.sty' - * mention of the `filehook' package - -and adds - - * README.pdf (+ README.tex) - * FileList.txt + gather.tex - -UL 2010/11/28 +r0.2c changes inputtrc.tex (documentation) only, +using texlinks.sty v0.2 (\urlfoot). +\baselineskip's are corrected with makedoc.sty v0.41 +UL 2010/11/28 \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/inputtrc/docsrc/inputtrc.tex b/Master/texmf-dist/doc/latex/inputtrc/docsrc/inputtrc.tex index f03fa22af3f..50d899ebb7f 100644 --- a/Master/texmf-dist/doc/latex/inputtrc/docsrc/inputtrc.tex +++ b/Master/texmf-dist/doc/latex/inputtrc/docsrc/inputtrc.tex @@ -1,10 +1,10 @@ -\ProvidesFile{inputtrc.tex}[2010/11/28 documenting inputtrc.sty] +\ProvidesFile{inputtrc.tex}[2011/01/28 documenting inputtrc.sty] \title{\textsf{inputtrc.sty}\\---\\Tracing Which File Loads Which% \GetFileInfo{\jobname.sty}% - \thanks{This manual %% MANUAL good idea!? 2010/11/28 + \thanks{This document %% 2011/01/28 describes version \textcolor{blue}{\fileversion} of \textsf{\filename} as of \filedate.}} -\listfiles +% \listfiles \RequirePackage{inputtrc} %%% \dotracinginputs %%% returns % \setinputindentunit{\space\space\space} { \RequirePackage{makedoc} \ProcessLineMessage{} @@ -12,7 +12,7 @@ \documentclass{article}%% TODO paper dimensions!? % \notracinginputs \input{makedoc.cfg} %% shared formatting settings -\usepackage{readprov,color} %% 2010/11/28 TODO -> makedoc.cfg!? +\usepackage{color} %% 2011/01/27 TODO!? \sloppy \begin{document} \maketitle @@ -26,8 +26,8 @@ This can be turned on and off, and the ``indent unit" can be chosen. \qtd{\texttt{RETURNING~TO }} may be added.---The implementation somewhat resembles packages -\ctanpkgref{filehook}, %% 2010/11/28 -\ctanpkgref{fink} and \ctanpkgref{inputfile}. +\ctanpkgref{filehook}, \ctanpkgref{currfile}, %% 2010/11/28 +\CtanPkgRef{fink}{FiNK} and \ctanpkgref{inputfile}. \end{abstract} \tableofcontents @@ -38,7 +38,8 @@ added.---The implementation somewhat resembles packages The file 'inputtrc.sty' is provided ready, installation only requires putting it somewhere where \TeX\ finds it (which may need updating the filename data - base).\footnote{\url{http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inst-wlcf}} + base).\urlfoot{ukfaqref}{inst-wlcf} + % \footnote{\url{http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inst-wlcf}} \emph{After} `\documentclass', you load 'inputtrc' (as usually) by \begin{verbatim} @@ -114,9 +115,8 @@ message (if the file is not a \LaTeX\ package issuing the proper etc.}---typically the \emph{number of the line} that caused the warning is shown, but not the \emph{file name}. -% \pagebreak %% 2010/10/08b Indeed on the 'texhax' mailing list, \emph{Karl Berry} posted the -following:\footnote{\url{http://tug.org/mailman/htdig/texhax/2010-February/014305.html}} +following:\urlfoot{texhaxpref}{10-02-014305} %% 2011/01/28 ... \begin{quote}\itshape\small Sometimes it would be helpful for tex debugging to get a \dqtd{backtrace} of the files that tex is executing. @@ -138,7 +138,7 @@ following:\footnote{\url{http://tug.org/mailman/htdig/texhax/2010-February/01430 \end{quote} The subject line was \textit{\dqtd{tex filename backtrace utility}}.---\emph{Ronald Fehd} -joined:\footnote{\url{http://tug.org/mailman/htdig/texhax/2010-February/014311.html}} +joined:\urlfoot{texhaxpref}{10-02-014311} \begin{quote}\itshape\small I am glad to see this suggestion as I have occasional problems identifying from which of my included files the error message is coming @@ -156,13 +156,13 @@ you just must read the log back to the last line containing The present approach was inspired by Karl's idea to provide a new \TeX\ primitive. This first triggered my -reply\footnote{\url{http://tug.org/mailman/htdig/texhax/2010-February/014309.html}} +reply\urlfoot{texhaxpref}{10-02-014309} claiming one could just redefine the primitive `\input' as a macro---a %% <- typo and wording 2010/10/08b -> little too optimistic. In the documentation for his 'FiNK' -package,\footnote{\url{http://ctan.org/pkg/fink}} Didier Verna remarks -that this primitive parses the file name in a way that is somewhat -difficult to imitate +package,\urlfoot{CtanPkgRef}{fink} +Didier Verna remarks that this primitive parses the file name +in a way that is somewhat difficult to imitate by %%% with %% 2010/10/08b macros: \begin{quote}\itshape\small @@ -171,11 +171,10 @@ macros: \end{quote} Instead, I here change two \LaTeX\ macros that use the primitive. -% \pagebreak %% 2010/10/08b %% rm 2010/10/09 \section{Example} It is especially nice to watch 'hyperref' loading quite a bunch from Heiko's 'oberdiek' bundle (on running the present - 'inputtrc.tex'):\footnote{\url{http://ctan.org/pkg/oberdiek}} + 'inputtrc.tex'):\urlfoot{CtanPkgRef}{oberdiek} \begingroup \hfuzz=10pc \small \begin{verbatim} inputtrc.tex 2010/10/09 documenting inputtrc.sty @@ -515,3 +514,4 @@ HISTORY 2010/11/11 for v0.2a + package date 2010/11/28 for myfilist.sty; using readprov.sty; mention `filehook' +2011/01/28 use texlinks.sty (v0.2) diff --git a/Master/texmf-dist/doc/latex/inputtrc/docsrc/makedoc.cfg b/Master/texmf-dist/doc/latex/inputtrc/docsrc/makedoc.cfg index 0dfda857b69..43d57ed87cc 100644 --- a/Master/texmf-dist/doc/latex/inputtrc/docsrc/makedoc.cfg +++ b/Master/texmf-dist/doc/latex/inputtrc/docsrc/makedoc.cfg @@ -1,4 +1,4 @@ -\ProvidesFile{makedoc.cfg}[2010/11/26 documentation settings] +\ProvidesFile{makedoc.cfg}[2011/01/24 documentation settings] \author{Uwe L\"uck\thanks{\url{http://contact-ednotes.sty.de.vu}}} % \author{Uwe L\"uck---{\tt http://contact-ednotes.sty.de.vu}} @@ -7,33 +7,32 @@ \RequirePackage{ifpdf} \usepackage[% \ifpdf - bookmarksnumbered, -% bookmarks=false, -% bookmarksopen, +% bookmarks=false, %% 2010/12/22 +% bookmarksnumbered, + bookmarksopen, %% 2011/01/24!? + bookmarksopenlevel=2, %% 2011/01/23 % pdfpagemode=UseNone, % pdfstartpage=10, % pdfstartview=FitH, - citebordercolor={.6 1 .6}, - filebordercolor={1 .6 1}, - linkbordercolor={1 .9 .7}, -% urlbodercolor={1 0 0}, + citebordercolor={ .6 1 .6}, + filebordercolor={1 .6 1}, + linkbordercolor={1 .9 .7}, + urlbordercolor={ .7 1 1}, %% playing 2011/01/24 \else draft \fi ]{hyperref} -%% struts for wide border colors: +\RequirePackage{niceverb}[2011/01/24] +\RequirePackage{readprov} %% 2010/12/08 +\RequirePackage{hypertoc} %% 2011/01/23 +\RequirePackage{texlinks} %% 2011/01/24 \makeatletter - \let\@strut@tocline\@dottedtocline - \renewcommand*{\@dottedtocline}[4]{% - \@strut@tocline{#1}{#2}{#3}{\mathstrut#4\mathstrut}} - \let\@strut@section\l@section - \renewcommand*{\l@section}[1]{% - \@strut@section{\mathstrut#1\mathstrut}} + \@ifundefined{strong} + {\let\strong\textbf} %% 2011/01/24 + {} \makeatother -\RequirePackage{niceverb}[2010/03/20] - \errorcontextlines=4 \pagestyle{headings} diff --git a/Master/texmf-dist/doc/latex/inputtrc/inputtrc.pdf b/Master/texmf-dist/doc/latex/inputtrc/inputtrc.pdf index e4f1d7f1165..0c9cb07ace0 100644 Binary files a/Master/texmf-dist/doc/latex/inputtrc/inputtrc.pdf and b/Master/texmf-dist/doc/latex/inputtrc/inputtrc.pdf differ -- cgit v1.2.3