Refact: move mapytex to usecase and build example
This commit is contained in:
1
example/usecase/bopytex_config.py
Normal file
1
example/usecase/bopytex_config.py
Normal file
@@ -0,0 +1 @@
|
||||
from mapytex import Expression
|
||||
BIN
example/usecase/joined_example.pdf
Normal file
BIN
example/usecase/joined_example.pdf
Normal file
Binary file not shown.
17
example/usecase/tpl_example.tex
Normal file
17
example/usecase/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