diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-20 21:53:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-20 21:53:18 +0000 |
commit | 95d91547803a6ceab929ef723dfdebe0e31e7a7e (patch) | |
tree | b0bab3bb1fed9f52a46cdb1f36a29d516c3ae2fe /Master/texmf-dist/doc/latex/pygmentex/README | |
parent | 1dd6e5bec91358ff6bcd1964121979187a676cb4 (diff) |
pygmentex (12aug14)
git-svn-id: svn://tug.org/texlive/trunk@34996 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pygmentex/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/pygmentex/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pygmentex/README b/Master/texmf-dist/doc/latex/pygmentex/README new file mode 100644 index 00000000000..41d8062a18c --- /dev/null +++ b/Master/texmf-dist/doc/latex/pygmentex/README @@ -0,0 +1,20 @@ +PygmenTeX is a Python-based LaTeX package that can be used for +typesetting code listings in a LaTeX document using Pygments. + +Pygments is a generic syntax highlighter for general use in all kinds of +software such as forum systems, wikis or other applications that need to +prettify source code. + +In order to use PygmenTeX you need to have Pygments installed. If you +need instructions on installing it, please refer to its home page at +http://pygments.org/. + +The file pygmentex.py should be installed as an executable file in a +directory in the PATH. + +The file pygmentex.sty should be installed in a directory where TeX +searches for input files. + +The file demo.pdf demonstrates the use of the package. + +PygmenTeX is licensed under Latex Project Public License (version 1.3). |