Renaming to Repytex

This commit is contained in:
Benjamin Bertrand
2017-04-17 15:04:01 +03:00
parent 745e307ffe
commit e4f93cd99c
24 changed files with 21 additions and 24 deletions

View File

@@ -0,0 +1,31 @@
\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{report_info["Nom"]}}
% \seconde \premiereS \PSTMG \TSTMG
\classe{\Var{report_info["Classe"]}}
\date{\Var{report_info["Date"]}}
\begin{document}
\Block{block classPOV}\Block{endblock}
\pagebreak
\Block{block evalPOV}\Block{endblock}
\pagebreak
\Block{block students}\Block{endblock}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End:

View File

@@ -0,0 +1,83 @@
%- extends "tpl_reports.tex"
% FILENAME: "tpl_reports_eval.tex
%- block classPOV
\maketitle
%- if absents
Liste des élèves absents
\begin{itemize}
%- for e in absents
\item \Var{e}
%- endfor
\end{itemize}
%- endif
\Var{classe.level_heatmap | includegraphics(document_path=directory, scale=0.6)}
\Var{classe.hist_boxplot | includegraphics(document_path=directory, scale=0.6)}
Compétences
\Var{classe.pies_eff_pts_on_competence | includegraphics(document_path=directory, scale=0.5)}
Élements du programme
\Var{classe.pies_eff_pts_on_domaine | includegraphics(document_path=directory, scale=0.5)}
\vfill
%- endblock
%-block students
%-for e in students
\maketitle
\begin{minipage}{0.5\linewidth}
\large
\Var{e.name}
\end{minipage}
\begin{minipage}{0.3\linewidth}
\begin{flushright}
\Large \Var{e.eval["Mark_barem"]}
\end{flushright}
\end{minipage}
\vfill
\begin{minipage}{0.6\linewidth}
\fbox{%
\begin{minipage}{0.9\linewidth}
\hfill
\vspace{2cm}
\end{minipage}
}
\end{minipage}
\vfill
\scriptsize
\begin{multicols}{3}
\noindent
%- for exo_tab in e.latex_exo_tabulars
\Var{exo_tab}
%- 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
%-endblock

View File

@@ -0,0 +1,73 @@
%- extends "tpl_reports.tex"
% FILENAME: "tpl_reports_term.tex
%- block classPOV
\maketitle
{\Large Regard sur la classe}
\Var{classe.eval_tabular}
\vfill
\Var{classe.parallel_on_evals | includegraphics(document_path=directory, scale=0.6)}
Compétences
\Var{classe.pies_eff_pts_on_competence | includegraphics(document_path=directory, scale=0.3)}
Élements du programme
\Var{classe.pies_eff_pts_on_domaine | includegraphics(document_path=directory, scale=0.6)}
%- endblock
%-block evalPOV
%#\maketitle
%#{\Large Regard sur les évaluations}
%#
%#\Var{classe.evals_tabular}
%-endblock
%-block students
%- for e in students
\maketitle
{\Large \Var{e.name}}
\vfill
\Var{e.marks_tabular}
\vfill
\Var{e.radar_on_competence | includegraphics(document_path=directory, scale=0.8)}
\Var{e.radar_on_domaine | includegraphics(document_path=directory, scale=0.8)}
\vfill
\Var{e.heatmap_on_competence | includegraphics(document_path=directory, scale=0.6)}
\Var{e.heatmap_on_domain | includegraphics(document_path=directory, scale=0.6)}
%# \Var{e.pies_on_competence | includegraphics(document_path=directory, scale=0.3)}
%# \Var{e.pies_on_domaine | includegraphics(document_path=directory, scale=0.3)}
%#\Var{conn_df}
%# %- if not conn_df.empty
%# \Var{e.parallel_on_evals(classe.eval_df) | includegraphics(document_path=directory, scale=0.5)}
%# %- endif
\vfill
\vfill
\normalsize
\pagebreak
%- endfor
%- endblock