Compare commits
4 Commits
dev
...
90067b4068
| Author | SHA1 | Date | |
|---|---|---|---|
| 90067b4068 | |||
| 526d920bc9 | |||
| 51d900844d | |||
| 3030798f71 |
3
.gitignore
vendored
3
.gitignore
vendored
@@ -96,3 +96,6 @@ ENV/
|
|||||||
|
|
||||||
# mkdocs documentation
|
# mkdocs documentation
|
||||||
/site
|
/site
|
||||||
|
|
||||||
|
# pytest
|
||||||
|
.pytest_cache/
|
||||||
|
|||||||
@@ -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
|
||||||
--------------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2
setup.py
2
setup.py
@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='mypytex',
|
name='mypytex',
|
||||||
version='0.3',
|
version='0.4',
|
||||||
description='Writing latex files and compile it with python and jinja2',
|
description='Writing latex files and compile it with python and jinja2',
|
||||||
url='https://git.opytex.org/lafrite/Pytex',
|
url='https://git.opytex.org/lafrite/Pytex',
|
||||||
author='Bertrand Benjamin',
|
author='Bertrand Benjamin',
|
||||||
|
|||||||
Reference in New Issue
Block a user