Admin: fonction basique pour créer une séquence

This commit is contained in:
2021-08-23 19:48:16 +02:00
parent d8bb8d25d2
commit 2ec83a4f1d
6 changed files with 104 additions and 15 deletions

View File

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

View File

@@ -1,9 +1,9 @@
\documentclass[a4paper,10pt]{article}
\usepackage{myXsim}
\author{\Var{ author }}
\title{\Var{title} - Cours}
\date{\Var{date.strftime("%B %Y")}}
\author{${author}}
\title{${title} - Cours}
\date{${date}}
\DeclareExerciseCollection{banque}
\xsimsetup{

View File

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

View File

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