Annotation of ttbar/p20_taujets_note/lnosuppl.tex, revision 1.1.1.1

1.1       uid12904    1: %% LNoSuppl.tex -- U.L. 
                      2: \title{\LARGE \bf Supplementary files belonging \\ 
                      3:        to the \textit{lineno.sty} distribution \\[1ex]
                      4:        \normalfont \Large
                      5:        Lazy \texttt{ASCII}$\to$\texttt{PDF} listings}
                      6: \author{Uwe L\"uck}
                      7: \documentclass[10pt]{article}
                      8: \usepackage{verbatim}
                      9: \pagestyle{headings}
                     10: \newcommand*{\cs}[1]{\texttt{\char"5C#1}}
                     11: \newcommand*{\lcurl}[1]{\[\texttt{CTAN:/macros/latex/contrib/#1}\]}
                     12: \makeatletter
                     13: \newcommand*{\notinaux}[1]{% 
                     14:   \ifx\protect\@typeset@protect #1% 
                     15:   \else 
                     16:     \ifdim\lastskip>\z@\ignorespaces\fi 
                     17:   \fi}
                     18: \makeatother 
                     19: \begin{document}
                     20: \maketitle
                     21: \section*{Preface}
                     22: 
                     23: \texttt{lineno.sty} is a macro package made by 
                     24: Stephan~I.~B\"ottcher for attaching line numbers to 
                     25: \LaTeX\ documents. Some people have used it for revising 
                     26: submittings in collaboration with referees or co-authors. 
                     27: Documentations are nowadays preferred to be in 
                     28: Adobe's \texttt{PDF}---so \texttt{lineno.sty}'s 
                     29: documentation is \lcurl{lineno/lineno.pdf\,.}
                     30: 
                     31: \texttt{ednotes.sty} uses \texttt{lineno.sty} for critical 
                     32: editions, combining it with Alexander~I.~Rozhenko's 
                     33: \texttt{manyfoot.sty}---this was Christian Tapp's idea, 
                     34: who then hired me for adding the \TeX nical details. 
                     35: In doing this, I had to change some internals of 
                     36: \texttt{lineno.sty}, so Stephan transferred maintenance 
                     37: to me; then some of my macro files that I originally had 
                     38: made for \texttt{ednotes.sty} wandered into the 
                     39: \texttt{lineno} directory of CTAN---because they turned 
                     40: out not to need \texttt{ednotes.sty}, 
                     41: just to work as extensions of \texttt{lineno.sty}\,. 
                     42: 
                     43: Now, I haven't had the time for making \texttt{.dtx} versions 
                     44: of the \texttt{.sty} files for \texttt{ednotes}. 
                     45: Therefore, ordinary \texttt{.pdf} documentation for 
                     46: the remaining \texttt{.sty} files of \lcurl{lineno/}
                     47: is missing. 
                     48: What you see here is nothing but a somewhat structured listing 
                     49: of the additional \texttt{.txt} and \texttt{.sty} files in 
                     50: \texttt{PDF}, deriving from the \texttt{verbatim} package and 
                     51: its \cs{verbatiminput} command. I hope the high quality 
                     52: (scalable) output is worth it. 
                     53: 
                     54: \leavevmode\hfill \textit{U.\,L.}
                     55: 
                     56: \newpage 
                     57: \tableofcontents
                     58:  
                     59: \section{The \texttt{.txt} files}
                     60: \subsection{\texttt{README.txt}}
                     61: \verbatiminput{README.txt}
                     62: \subsection{\texttt{COPYING.txt}}
                     63: \verbatiminput{COPYING.txt}
                     64: \subsection{\texttt{CHANGES.txt}}
                     65: \verbatiminput{CHANGES.txt}
                     66: 
                     67: \section{Tabular and array environments}
                     68: \texttt{lineno.sty}'s package options \texttt{edtable}, 
                     69: \texttt{longtable}, and \texttt{nolongtablepatch} 
                     70: redefine \LaTeX\ tabular and array environments 
                     71: such that \texttt{lineno} and \texttt{ednotes} commands 
                     72: can be used inside. The code for these options resides 
                     73: in separate files at present. We are listing them here. 
                     74: \subsection{\texttt{edtable.sty}}
                     75: \verbatiminput{edtable.sty}
                     76: \subsection{\texttt{ltabptch.sty}}
                     77: \verbatiminput{ltabptch.sty}
                     78: 
                     79: \section{\cs{linelabel} and notes from \textit{math} mode: 
                     80:          \notinaux{\\} \texttt{ednmath0.sty}}
                     81: \verbatiminput{ednmath0.sty}
                     82: 
                     83: \section{Extended line number references: \texttt{vplref.sty}} 
                     84: \texttt{vplref.sty} is input through the \texttt{lineno} 
                     85: package option \texttt{addpageno}. This adds page numbers 
                     86: to line number references to distant sides---using the 
                     87: \texttt{varioref} package from the \LaTeX\ distribution. 
                     88: \verbatiminput{vplref.sty} 
                     89: 
                     90: \end{document}
                     91: 
                     92: end of LNoSuppl.tex 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>