From 3030798f71c04119d0120d1db8868cbfd56d4a8a Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Thu, 6 Aug 2020 16:42:39 +0200 Subject: [PATCH] Feat: README from rst to md --- README.rst => README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) rename README.rst => README.md (53%) diff --git a/README.rst b/README.md similarity index 53% rename from README.rst rename to README.md index f6c8560..40cbb9e 100644 --- a/README.rst +++ b/README.md @@ -1,10 +1,8 @@ -Pytex -===== +# Pytex Pytex is a simple package which make aa 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. @@ -12,14 +10,11 @@ texenv: Bring Python inside latex - **\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