diff options
author | Karl Berry <karl@freefriends.org> | 2011-10-28 23:42:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-10-28 23:42:51 +0000 |
commit | 7d9eca7c4eba55a60bd83933de4a4d5c9808e018 (patch) | |
tree | 01243ae0c2383d8bdbe7dd20637a7e537287e2f6 /Master/texmf-dist/doc | |
parent | 245a543c69cd4f9fd8a39137053f554738fa5941 (diff) |
jvlisting (28oct11)
git-svn-id: svn://tug.org/texlive/trunk@24430 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/jvlisting/README | 25 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/jvlisting/examples.tex | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/jvlisting/jvlisting.pdf | bin | 193106 -> 192993 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/jvlisting/test.tex | 6 |
4 files changed, 18 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/latex/jvlisting/README b/Master/texmf-dist/doc/latex/jvlisting/README index 0ed384d218c..eb0640b6c07 100644 --- a/Master/texmf-dist/doc/latex/jvlisting/README +++ b/Master/texmf-dist/doc/latex/jvlisting/README @@ -8,16 +8,9 @@ author Jochen Voss <voss@seehuhn.de> INSTALLATION ------------ -- For simple installation, just move "jvlisting.sty" in a directory - where LaTeX can find it. The jvlisting manual is in the file - "jvlisting.pdf". - -- The regenerate the manual: - - latex jvlisting.dtx - -- To regenerate "jvlisting.sty" and to create an additional file - with examples, you can run the following command: +- To generate "jvlisting.sty" and to create an additional file + "examples.tex" containing a few examples, you can run the following + command: tex jvlisting.ins @@ -26,6 +19,14 @@ INSTALLATION latex examples.tex +- For simple installation, just move "jvlisting.sty" in a directory + where LaTeX can find it. The jvlisting manual is in the file + "jvlisting.pdf". + +- The regenerate the manual: + + latex jvlisting.dtx + - A list of test cases which I use for debugging can be found in the file "test.tex". @@ -46,5 +47,5 @@ and version 1.3 or later is part of all distributions of LaTeX version This work has the LPPL maintenance status `maintained' and the current Maintainer of this work is Jochen Voss <voss@seehuhn.de>. -This work consists of the files jvlisting.dtx and the derived files -jvlisting.sty, jvlisting.ins and examples.tex. +This work consists of the files jvlisting.dtx, test.tex and the +derived files jvlisting.sty, jvlisting.ins and examples.tex. diff --git a/Master/texmf-dist/doc/latex/jvlisting/examples.tex b/Master/texmf-dist/doc/latex/jvlisting/examples.tex index 1a9ab1ead50..6c7e759a2e6 100644 --- a/Master/texmf-dist/doc/latex/jvlisting/examples.tex +++ b/Master/texmf-dist/doc/latex/jvlisting/examples.tex @@ -21,8 +21,8 @@ %% This work has the LPPL maintenance status `maintained' and the current %% Maintainer of this work is Jochen Voss <voss@seehuhn.de>. %% -%% This work consists of the files jvlisting.dtx and the derived files -%% jvlisting.sty, jvlisting.ins and examples.tex. +%% This work consists of the files jvlisting.dtx, test.tex and the +%% derived files jvlisting.sty, jvlisting.ins and examples.tex. \documentclass{article} @@ -76,7 +76,6 @@ \filelisting{listing1.c} \end{document} - \endinput %% %% End of file `examples.tex'. diff --git a/Master/texmf-dist/doc/latex/jvlisting/jvlisting.pdf b/Master/texmf-dist/doc/latex/jvlisting/jvlisting.pdf Binary files differindex 65fd47d333a..423cdbd8d71 100644 --- a/Master/texmf-dist/doc/latex/jvlisting/jvlisting.pdf +++ b/Master/texmf-dist/doc/latex/jvlisting/jvlisting.pdf diff --git a/Master/texmf-dist/doc/latex/jvlisting/test.tex b/Master/texmf-dist/doc/latex/jvlisting/test.tex index f863f324205..6f70c19f988 100644 --- a/Master/texmf-dist/doc/latex/jvlisting/test.tex +++ b/Master/texmf-dist/doc/latex/jvlisting/test.tex @@ -187,7 +187,7 @@ The columns should be of equal height (four rows each). \begin{test}{4.2} (page breaks, \verb|\listingpenalty|). -The column break should be before \verb|line1|. +The column break should be immediately before \verb|line1|. \setlength{\listingskipamount}{0pt}% \listingpenalty=10000 \begin{testpages}{6} @@ -206,7 +206,7 @@ The column break should be before \verb|line1|. \begin{test}{4.3} (page breaks, \verb|\prelistingpenalty|). -The column break should {\em not} be before \verb|line1|. +The column break should {\em not} be immediately before \verb|line1|. \setlength{\listingskipamount}{0pt}% \prelistingpenalty=10000 \begin{testpages}{3} @@ -222,7 +222,7 @@ The column break should {\em not} be before \verb|line1|. \begin{test}{4.4} (page breaks, \verb|\postlistingpenalty|). -The column break should {\em not} be after \verb|line3|. +The column break should {\em not} be immediately after \verb|line3|. \setlength{\listingskipamount}{0pt}% \postlistingpenalty=10000 \begin{testpages}{3} |