Go to file
Bertrand Benjamin a3b8711fbf Change name to mypytex in setup to push it to pipy 2017-09-12 21:55:40 +03:00
pytex add add_pkg_loader and add_path_loader method to pytex 2017-09-12 21:54:39 +03:00
.gitignore Start Pytex project 2017-04-16 11:57:14 +03:00
LICENSE Start Pytex project 2017-04-16 11:57:14 +03:00
README.rst Improve README 2017-08-15 09:56:29 +03:00
requirements.txt Update requirement 2017-04-16 17:23:14 +03:00
setup.py Change name to mypytex in setup to push it to pipy 2017-09-12 21:55:40 +03:00

README.rst

Pytex
=====

Pytex is a simple package which make aa bridge between Latex and Python.

texenv: Bring Python inside latex
---------------------------------

*texenv* is a jinja2 environment which allow to use python commands inside latex.

- **\Block{#}**  is the equivalent of **{% block #%}** in Jinja2. Every python's commands will be run like in a script. **%-** is also available for line statement.
- **\Var{#}** is the equivalent of **{{#}}** which print the statment.


feed: converting template into tex files
----------------------------------------

pdflatex: Compile files with pdflatex
-------------------------------------

update_export_dict: import extract tools inside template
--------------------------------------------------------