From 9570de045eef234423490cbec0cf6b72cf808d4e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 18 Oct 2011 22:26:36 +0000 Subject: jvlisting 0.5 (17oct11) git-svn-id: svn://tug.org/texlive/trunk@24315 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/jvlisting/README | 50 ++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/jvlisting/README (limited to 'Master/texmf-dist/doc/latex/jvlisting/README') diff --git a/Master/texmf-dist/doc/latex/jvlisting/README b/Master/texmf-dist/doc/latex/jvlisting/README new file mode 100644 index 00000000000..0ed384d218c --- /dev/null +++ b/Master/texmf-dist/doc/latex/jvlisting/README @@ -0,0 +1,50 @@ +jvlisting --- a customizable replacement for LaTeX's verbatim class +Copyright (C) 2011 Jochen Voss + +Please send any problem reports and/or suggestions to the the program's +author Jochen Voss + + +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: + + tex jvlisting.ins + + After this step, you can try the examples by running the newly + created file "examples.tex" through LaTeX: + + latex examples.tex + +- A list of test cases which I use for debugging can be found in the + file "test.tex". + + +COPYING +------- + +This work may be distributed and/or modified under the conditions of +the LaTeX Project Public License, either version 1.3 of this license +or (at your option) any later version. The latest version of this +license is in + + http://www.latex-project.org/lppl.txt + +and version 1.3 or later is part of all distributions of LaTeX version +2005/12/01 or later. + +This work has the LPPL maintenance status `maintained' and the current +Maintainer of this work is Jochen Voss . + +This work consists of the files jvlisting.dtx and the derived files +jvlisting.sty, jvlisting.ins and examples.tex. -- cgit v1.2.3