Bertrand Benjamin
a911b98520
All checks were successful
continuous-integration/drone/push Build is passing
37 lines
566 B
TeX
37 lines
566 B
TeX
\documentclass[12pt]{article}
|
|
|
|
\title{Bopytex with Mapytex example -- \Var{ subject.number }}
|
|
|
|
% solution/print = false
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
%- set e = Expression.random("{a} + {b}")
|
|
\Var{e}
|
|
|
|
\Var{e.simplify()}
|
|
|
|
\section{Variables}
|
|
\subsection{subject}
|
|
\begin{itemize}
|
|
%- for k,v in subject.items()
|
|
\item
|
|
\begin{verbatim}
|
|
\Var{k}: \Var{v}
|
|
\end{verbatim}
|
|
%- endfor
|
|
\end{itemize}
|
|
\subsection{options}
|
|
\begin{itemize}
|
|
%- for k,v in options.items()
|
|
\item
|
|
\begin{verbatim}
|
|
\Var{k}: \Var{v}
|
|
\end{verbatim}
|
|
%- endfor
|
|
\end{itemize}
|
|
|
|
\end{document}
|