Feat: make dockerfile to test my workflow

This commit is contained in:
2022-05-09 09:09:38 +02:00
parent b1353bb6c7
commit fae2afa76c
8 changed files with 47 additions and 16 deletions

View File

@@ -0,0 +1,7 @@
from mapytex import Expression
from bopytex.jinja2_env.texenv import texenv
jinja2 = {
"environment": texenv,
}

View File

@@ -0,0 +1,17 @@
% vim:ft=tex:
%
\documentclass[12pt]{article}
\title{Bopytex with Mapytex example -- \Var{ number }}
\begin{document}
\maketitle
%- set e = Expression.random("{a} + {b}")
\Var{e}
\Var{e.simplify()}
\end{document}