Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 971 Bytes

README.rst

File metadata and controls

24 lines (18 loc) · 971 Bytes

Note: By default LaTeX and its variants disallowing calling of arbitrary shell commands. python.sty requires unrestricted to the shell in order to execute embedded Python scripts. When running python.sty you must execute latex or pdftex with either the -enable-write18 or -shell-escape command line argument to enabled access to the Python executable.

python.sty and associated scripts

Discussion and examples at http://pycurious.org/2011/12/the-ultimate-python-latex-environment/

build.sh
Compiles example.tex into example.pdf using rubber. Requires the shell-escape branch of rubber (https://code.launchpad.net/~brotchie/rubber/shell-escape)
example.tex
Example usage of python.sty.
pytex.vim
A Vim syntax highlighting file to correctly highlight python embedded in LaTeX documents.
python.sty
A LaTeX package that allows direct embedding of python scripts in LaTeX documents.