diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/listings/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/listings/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/listings/README b/Master/texmf-dist/doc/latex/listings/README new file mode 100644 index 00000000000..40e3d5d3108 --- /dev/null +++ b/Master/texmf-dist/doc/latex/listings/README @@ -0,0 +1,12 @@ +Listings package +Copyright 1996--2004 Carsten Heinz (the package) + individual authors (language drivers) +Released under the LaTeX Project Public License 1.0 or later + +The `listings' package is a source code printer for LaTeX. +You can typeset stand alone files as well as listings with +an environment similar to `verbatim' as well as you can +print code snippets using a command similar to \verb'. +Many parameters control the output and if your preferred +programming language isn't already supported, you can make +your own definition. |