Admin: fonction basique pour créer une séquence
This commit is contained in:
@@ -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}
|
||||
|
||||
|
@@ -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{
|
||||
|
@@ -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}
|
||||
|
||||
|
@@ -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:
|
||||
========
|
||||
|
Reference in New Issue
Block a user