Compare commits

...

2 Commits

Author SHA1 Message Date
51d900844d Merge branch 'dev' into master 2020-08-06 16:44:16 +02:00
3030798f71 Feat: README from rst to md 2020-08-06 16:42:39 +02:00

View File

@@ -1,10 +1,8 @@
Pytex # Pytex
=====
Pytex is a simple package which make a bridge between Latex and Python. Pytex is a simple package which make a bridge between Latex and Python.
texenv: Bring Python inside latex ## texenv: Bring Python inside latex
---------------------------------
*texenv* is a jinja2 environment which allow to use python commands inside latex. *texenv* is a jinja2 environment which allow to use python commands inside latex.
@@ -12,14 +10,11 @@ texenv: Bring Python inside latex
- **\Var{#}** is the equivalent of **{{#}}** which print the statment. - **\Var{#}** is the equivalent of **{{#}}** which print the statment.
feed: converting template into tex files ## feed: converting template into tex files
----------------------------------------
pdflatex: Compile files with pdflatex ## pdflatex: Compile files with pdflatex
-------------------------------------
update_export_dict: import extract tools inside template ## update_export_dict: import extract tools inside template
--------------------------------------------------------