Feat: skeleton to create new sequence

This commit is contained in:
2020-08-14 15:06:30 +02:00
parent fbd4ce6579
commit ffadbd7ce6
5 changed files with 172 additions and 0 deletions

14
tools/skeleton/sequence/B1.tex Executable file
View File

@@ -0,0 +1,14 @@
\documentclass[a4paper,10pt]{article}
\usepackage{myXsim}
\author{\Var{ author }}
\title{\Var{title} - Cours}
\date{\Var{date.strftime("%B %Y")}
\pagestyle{empty}
\begin{document}
\maketitle
\end{document}

18
tools/skeleton/sequence/E1.tex Executable file
View File

@@ -0,0 +1,18 @@
\documentclass[a4paper,10pt]{article}
\usepackage{myXsym}
\author{\Var{ author }}
\title{\Var{title} - Cours}
\date{\Var{date.strftime("%B %Y")}
\DeclareExerciseCollection{banque}
\xsimsetup{
step=1,
}
\begin{document}
\input{exercises.tex}
\printcollection{banque}
\end{document}

View File

@@ -0,0 +1,10 @@
\collectexercises{banque}
\begin{exercise}[subtitle={<++>}, step={1}, origin={<++>}, topics={\Var{title}}, tags={\Var{tags}}]
<++>
\end{exercise}
\begin{solution}
<++>
\end{solution}
\collectexercisesstop{banque}

View File

@@ -0,0 +1,12 @@
{{ title }}
{{ title_under }}
:date: 2020-08-14
:modified: 2020-08-14
:authors: {{ author }}
:tags: {{ tags }}
:category: {{ tribe }}
:summary: {{ summary }}
Étape 1:
========