import work from year 2015-2016
This commit is contained in:
1825
3e/DM/DM_16_01_29/Bilan/Bilan309.ipynb
Normal file
1825
3e/DM/DM_16_01_29/Bilan/Bilan309.ipynb
Normal file
File diff suppressed because one or more lines are too long
1875
3e/DM/DM_16_01_29/Bilan/Bilan313.ipynb
Normal file
1875
3e/DM/DM_16_01_29/Bilan/Bilan313.ipynb
Normal file
File diff suppressed because one or more lines are too long
BIN
3e/DM/DM_16_01_29/Bilan/bilan309.pdf
Normal file
BIN
3e/DM/DM_16_01_29/Bilan/bilan309.pdf
Normal file
Binary file not shown.
3112
3e/DM/DM_16_01_29/Bilan/bilan309.tex
Normal file
3112
3e/DM/DM_16_01_29/Bilan/bilan309.tex
Normal file
File diff suppressed because it is too large
Load Diff
BIN
3e/DM/DM_16_01_29/Bilan/bilan313.pdf
Normal file
BIN
3e/DM/DM_16_01_29/Bilan/bilan313.pdf
Normal file
Binary file not shown.
2990
3e/DM/DM_16_01_29/Bilan/bilan313.tex
Normal file
2990
3e/DM/DM_16_01_29/Bilan/bilan313.tex
Normal file
File diff suppressed because it is too large
Load Diff
81
3e/DM/DM_16_01_29/Bilan/tpl_bilan.tex
Normal file
81
3e/DM/DM_16_01_29/Bilan/tpl_bilan.tex
Normal file
@@ -0,0 +1,81 @@
|
||||
\documentclass{/media/documents/Cours/Prof/Enseignements/tools/style/classBilan}
|
||||
\usepackage{/media/documents/Cours/Prof/Enseignements/2015_2016}
|
||||
|
||||
\usepackage{multicol}
|
||||
|
||||
% Title Page
|
||||
\titre{\Var{latex_info['titre']}}
|
||||
% \seconde \premiereS \PSTMG \TSTMG
|
||||
\classe{\Var{latex_info['classe']}}
|
||||
\date{\Var{latex_info['date']}}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\Block{for (name, notes) in eleves.iterrows()}
|
||||
\maketitle
|
||||
|
||||
\begin{minipage}{0.5\linewidth}
|
||||
\large
|
||||
\Var{name}
|
||||
\end{minipage}
|
||||
\begin{minipage}{0.3\linewidth}
|
||||
\begin{flushright}
|
||||
\Large \Var{notes[ds_name]} / \Var{barem[ds_name][0]}
|
||||
\end{flushright}
|
||||
\end{minipage}
|
||||
|
||||
\vfill
|
||||
|
||||
\fbox{%
|
||||
\begin{minipage}{0.9\linewidth}
|
||||
\hfill
|
||||
\vspace{3cm}
|
||||
\end{minipage}
|
||||
}
|
||||
|
||||
\vfill
|
||||
|
||||
\scriptsize
|
||||
\begin{multicols}{2}
|
||||
\begin{tabular}{|p{3cm}|c|c|}
|
||||
\hline
|
||||
\rowcolor{highlightbg} Exercices & Réussite & Barème \\
|
||||
\hline
|
||||
\Block{for question in barem.T[1:(nbr_questions//2)+1].T}
|
||||
\Var{question} & \Var{notes[question]} & \Var{barem[question][0]} \\
|
||||
\hline
|
||||
\Block{endfor}
|
||||
\end{tabular}
|
||||
|
||||
\begin{tabular}{|p{3cm}|c|c|}
|
||||
\hline
|
||||
\rowcolor{highlightbg} Exercices & Réussite & Barème \\
|
||||
\hline
|
||||
\Block{for question in barem.T[(nbr_questions//2) + 1:].T}
|
||||
\Var{question} & \Var{notes[question]} & \Var{barem[question][0]} \\
|
||||
\hline
|
||||
\Block{endfor}
|
||||
\end{tabular}
|
||||
\end{multicols}
|
||||
|
||||
\vfill
|
||||
|
||||
\begin{center}
|
||||
Pas de réponse \NoRep \hfill
|
||||
Tout faux \RepZ \hfill
|
||||
Beaucoup d'erreurs \RepU \hfill
|
||||
Quelques erreurs \RepD \hfill
|
||||
Juste \RepT \hfill
|
||||
\end{center}
|
||||
\normalsize
|
||||
\pagebreak
|
||||
\Block{endfor}
|
||||
|
||||
\end{document}
|
||||
|
||||
%%% Local Variables:
|
||||
%%% mode: latex
|
||||
%%% TeX-master: "master"
|
||||
%%% End:
|
||||
|
||||
Reference in New Issue
Block a user