From ac9f3918ada7334d29169a493554b5f72c990bf3 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Mon, 6 Oct 2025 16:51:40 +0200 Subject: [PATCH] up --- _extensions/cours/title.tex | 168 ++++++++++++++++++------------------ 1 file changed, 84 insertions(+), 84 deletions(-) diff --git a/_extensions/cours/title.tex b/_extensions/cours/title.tex index 7bcb326..9b7c66c 100644 --- a/_extensions/cours/title.tex +++ b/_extensions/cours/title.tex @@ -1,88 +1,88 @@ %% TITLE $if(document-type.cours)$ - \setlength{\droptitle}{-2cm} - $if(title)$ - \title{\Jd $title$} - \vspace{-4cm} - $endif$ - - $if(subtitle)$ - \subtitle{$subtitle$} - $else$ - \subtitle{} - $endif$ - - $if(author)$ - \author{$for(author)$$author$$sep$ \and $endfor$} - $else$ - \author{} - $endif$ - - $if(date)$ - \date{$date$} - $else$ - \date{} - $endif$ -$elseif(document-type.exercice)$ - \setlength{\droptitle}{-2.85cm} - $if(title)$ - \title{\normalsize\Jd $title$} - $endif$ - - $if(subtitle)$ - \subtitle{$subtitle$} - $else$ - \subtitle{} - $endif$ - - $if(author)$ - \author{$for(author)$$author$$sep$ \and $endfor$} - $else$ - \author{} - $endif$ - - $if(date)$ - \date{$date$} - $else$ - \date{} - $endif$ -$elseif(document-type.activite)$ - \setlength{\droptitle}{-2.85cm} - $if(title)$ - \title{\normalsize\Jd $title$} - $endif$ - - $if(subtitle)$ - \subtitle{$subtitle$} - $else$ - \subtitle{} - $endif$ - - $if(author)$ - \author{$for(author)$$author$$sep$ \and $endfor$} - $else$ - \author{} - $endif$ - - $if(date)$ - \date{$date$} - $else$ - \date{} - $endif$ -$elseif(document-type.evaluation)$ - \setlength{\droptitle}{-3.25cm} - $if(subtitle)$ - \subtitle{\Jd $subtitle$} - $else$ - \subtitle{\Jd Évaluation} - $endif$ - - \date{} - - $if(title)$ - \title{\normalsize $title$\\\Jd $subtitle$} - $else$ - \title{\normalsize MATHÉMATIQUES\\\Jd $subtitle$} - $endif$ +\setlength{\droptitle}{-2cm} +$if(title)$ +\title{\Jd $title$} +\vspace{-4cm} +$endif$ + +$if(subtitle)$ +\subtitle{$subtitle$} +$else$ +\subtitle{} +$endif$ + +$if(author)$ +\author{$for(author)$$author$$sep$ \and $endfor$} +$else$ +\author{} +$endif$ + +$if(date)$ +\date{$date$} +$else$ +\date{} +$endif$ +$elseif(document-type.exercice)$ +\setlength{\droptitle}{-2.85cm} +$if(title)$ +\title{\normalsize\Jd $title$} +$endif$ + +$if(subtitle)$ +\subtitle{$subtitle$} +$else$ +\subtitle{} +$endif$ + +$if(author)$ +\author{$for(author)$$author$$sep$ \and $endfor$} +$else$ +\author{} +$endif$ + +$if(date)$ +\date{$date$} +$else$ +\date{} +$endif$ +$elseif(document-type.activite)$ +\setlength{\droptitle}{-2.85cm} +$if(title)$ +\title{\normalsize\Jd $title$} +$endif$ + +$if(subtitle)$ +\subtitle{$subtitle$} +$else$ +\subtitle{} +$endif$ + +$if(author)$ +\author{$for(author)$$author$$sep$ \and $endfor$} +$else$ +\author{} +$endif$ + +$if(date)$ +\date{$date$} +$else$ +\date{} +$endif$ +$elseif(document-type.evaluation)$ +\setlength{\droptitle}{-3.5cm} +$if(subtitle)$ +\subtitle{\Jd $subtitle$} +$else$ +\subtitle{\Jd Évaluation} +$endif$ + +\date{} + +$if(title)$ +\title{\normalsize $title$\\\Jd $subtitle$} +$else$ +\title{\normalsize MATHÉMATIQUES\\\Jd $subtitle$} +$endif$ $endif$