Feat: make dockerfile to test my workflow
This commit is contained in:
7
example/mapytex/bopytex_config.py
Normal file
7
example/mapytex/bopytex_config.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from mapytex import Expression
|
||||
|
||||
from bopytex.jinja2_env.texenv import texenv
|
||||
|
||||
jinja2 = {
|
||||
"environment": texenv,
|
||||
}
|
||||
17
example/mapytex/tpl_example.tex
Normal file
17
example/mapytex/tpl_example.tex
Normal 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}
|
||||
Reference in New Issue
Block a user