First usable version of the code
This commit is contained in:
parent
ec6815b2d8
commit
946b53ac23
3 changed files with 76 additions and 9 deletions
|
@ -1,8 +1,17 @@
|
|||
% Copyright note: This package define a formation title
|
||||
\ProvidesPackage{formationTitle}[2019/09/30 v.01 a formation title
|
||||
Gregory Trolliet]
|
||||
|
||||
%Set the actual language, #1 for english and #2 for french
|
||||
\newcommand{\dumblang}[2]{{#1}}
|
||||
\usepackage[\dumblang{english}{french}]{babel}
|
||||
|
||||
\RequirePackage{graphicx}
|
||||
\usepackage{booktabs}
|
||||
\RequirePackage{booktabs}
|
||||
|
||||
\RequirePackage{array}
|
||||
\RequirePackage{longtable}
|
||||
\RequirePackage{makecell}
|
||||
|
||||
\newcommand*{\logo}[1]{\gdef\@logo{#1}%
|
||||
}
|
||||
|
@ -19,8 +28,8 @@ not set, please fix this.}
|
|||
}
|
||||
\newcommand*{\supervisor}[1]{\gdef\@supervisor{#1}%
|
||||
}
|
||||
\newcommand*{\@supervisor}{\texttt{\string\supervisor} currently
|
||||
not set, please fix this.}
|
||||
%\newcommand*{\@supervisor}{\texttt{\string\supervisor} currently
|
||||
%not set, please fix this.}
|
||||
|
||||
\newcommand*{\messages}[1]{\gdef\@messages{#1}%
|
||||
}
|
||||
|
@ -58,9 +67,6 @@ not set, please fix this.}
|
|||
\vspace{1cm}
|
||||
{\Large\itshape\@author\unskip\strut\par}
|
||||
\vspace{1cm}
|
||||
%\vfill
|
||||
%supervised by\par
|
||||
%\@supervisor\unskip\strut\par
|
||||
|
||||
\begin{tabular}{p{.5\textwidth}|p{.5\textwidth}}
|
||||
\toprule
|
||||
|
@ -70,7 +76,47 @@ not set, please fix this.}
|
|||
\end{tabular}
|
||||
\vfill
|
||||
|
||||
|
||||
\ifx\@supervisor\undefined
|
||||
\else
|
||||
{
|
||||
\dumblang{supervised by}{supervisé par}\par
|
||||
\@supervisor\unskip\strut\par}
|
||||
\vfill
|
||||
\fi
|
||||
|
||||
{\large \@date\par}
|
||||
\end{titlepage}
|
||||
}
|
||||
\newcommand{\steptable}[1]
|
||||
{
|
||||
\setlength\LTleft{0pt}
|
||||
\setlength\LTright{0pt}
|
||||
\begin{longtable}{@{\extracolsep{\fill}}p{.6cm}p{4cm}p{4cm}p{4cm}p{4cm}}
|
||||
\makecell[l]{
|
||||
\textbf{\dumblang{Hour}{Heure}} \\
|
||||
(\dumblang{Time}{Temps})
|
||||
} &
|
||||
\makecell[l]{
|
||||
\textbf{\dumblang{Theme, content}{Thème, contenu}} \\
|
||||
(\dumblang{What}{Quoi}?)
|
||||
} &
|
||||
\makecell[l]{
|
||||
\textbf{\dumblang{Style, method}{Forme, méthode}} \\
|
||||
(\dumblang{How}{Comment}?)
|
||||
} &
|
||||
\makecell[l]{
|
||||
\textbf{\dumblang{Teaching methods}{Moyens didactiques}} \\
|
||||
(\dumblang{With what}{Avec quoi}?)
|
||||
} &
|
||||
\makecell[l]{
|
||||
\textbf{\dumblang{Method of assessing}{Méthode d'évaluation}} \\
|
||||
\textbf{\dumblang{learning outcomes}{des acquis}} \\
|
||||
(\dumblang{How}{Comment}?)
|
||||
} \\
|
||||
\endhead
|
||||
\toprule
|
||||
#1
|
||||
\end{longtable}
|
||||
}
|
||||
\endinput
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue