diff --git a/notes_tools/generate_bilan/templates/tpl_bilan.tex b/notes_tools/generate_bilan/templates/tpl_bilan.tex deleted file mode 100644 index 99f7986..0000000 --- a/notes_tools/generate_bilan/templates/tpl_bilan.tex +++ /dev/null @@ -1,96 +0,0 @@ -\documentclass{/media/documents/Cours/Prof/Enseignements/2016-2017/tools/style/classBilan} -\usepackage{/media/documents/Cours/Prof/Enseignements/2016-2017/theme} - -\usepackage{booktabs} - -% Title Page -\titre{\Var{ds_info["Nom"]}} -% \seconde \premiereS \PSTMG \TSTMG -\classe{\Var{ds_info["Classe"]}} -\date{\Var{ds_info["Date"]}} - - -\begin{document} - -Devoir sur \Var{eval_df["Bareme"].iloc[0]} - -\Var{eval_df.describe()[["Mark"]].T.to_latex()} - -\Var{eval_df["Mark"].hist() | includegraphics(document_path=directory, scale=0.5)} -\pagebreak - - -%- for e in students -\maketitle - -\begin{minipage}{0.5\linewidth} - \large - \Var{e["Nom"]} -\end{minipage} -\begin{minipage}{0.3\linewidth} - \begin{flushright} - \Large \Var{e["Total"]["Mark"]} / \Var{e["Total"]["Bareme"]} - \end{flushright} -\end{minipage} - -\vfill - -\fbox{% - \begin{minipage}{0.9\linewidth} - \hfill - \vspace{3cm} - \end{minipage} -} - -\vfill - -\scriptsize -\begin{multicols}{3} - - %- for exo in e["Exercices"] -\begin{tabular}{|p{2cm}|c|} - - %- if exo["Nom"] in ["Bonus", "Malus", "Presentation"] - %- for _,q in exo["Questions"].iterrows() - %- if q["Mark"] - \hline - \rowcolor{highlightbg} - \Var{exo["Nom"]} (\Var{q["Question"]}) & \Var{q["Latex_rep"]} \\ - %- endif - %- endfor - %- else - - \hline - \rowcolor{highlightbg} - Exerice \Var{exo["Nom"]} & \Var{exo["Total"]["Mark"]} / \Var{exo["Total"]["Bareme"]} \\ - %- for _,q in exo["Questions"].iterrows() - \hline - \Var{q["Question"]} \newline \Var{q["Commentaire"]} & \Var{q["Latex_rep"]} \\ - %- endfor - %- endif - - - \hline -\end{tabular} -%- endfor -\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 -%- endfor - -\end{document} - -%%% Local Variables: -%%% mode: latex -%%% TeX-master: "master" -%%% End: -