Refact: move mapytex to usecase and build example

This commit is contained in:
2022-07-19 16:37:14 +02:00
parent 473f554ebe
commit 3d54cce718
6 changed files with 16 additions and 8 deletions

View File

@@ -0,0 +1 @@
from mapytex import Expression

Binary file not shown.

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}