repytex/notes_tools/reports/templates/tpl_reports_term.tex

35 lines
668 B
TeX
Raw Normal View History

2017-03-07 10:08:50 +00:00
%- extends "tpl_reports.tex"
% FILENAME: "tpl_reports_term.tex
2016-11-26 15:44:13 +00:00
2016-11-28 05:00:29 +00:00
%- block classPOV
%- endblock
2016-11-26 15:44:13 +00:00
2016-11-28 05:00:29 +00:00
%-block students
2016-11-26 15:44:13 +00:00
%- for e in students
\maketitle
2016-11-26 16:26:47 +00:00
{\Large \Var{e["Nom"]}}
2016-11-26 15:44:13 +00:00
2016-11-26 16:26:47 +00:00
\vfill
\Var{e["eval"].groupby("Nom").sum()[["Mark","Bareme"]].T.to_latex()}
\vfill
\Var{e["quest"] | radar_on("Competence") | includegraphics(document_path=directory, scale=0.6)}
\Var{e["quest"] | radar_on("Domaine") | includegraphics(document_path=directory, scale=0.6)}
2016-11-26 15:44:13 +00:00
2016-11-26 16:26:47 +00:00
\vfill
%#\Var{conn_df}
2017-03-07 10:08:50 +00:00
%- if not conn_df.empty
2016-11-26 16:26:47 +00:00
\Var{conn_df | parallele_on("Exercice", e["Nom"]) | includegraphics(document_path=directory, scale=0.5)}
2017-03-07 10:08:50 +00:00
%- endif
2016-11-26 15:44:13 +00:00
2016-11-26 16:26:47 +00:00
\vfill
2016-11-26 15:44:13 +00:00
\vfill
\normalsize
\pagebreak
%- endfor
2016-11-28 05:00:29 +00:00
%- endblock
2016-11-26 15:44:13 +00:00