diff --git a/amc-templates/amc_template_en/exam.tex b/amc-templates/amc_template_en/exam.tex index 82f579a..4365c59 100644 --- a/amc-templates/amc_template_en/exam.tex +++ b/amc-templates/amc_template_en/exam.tex @@ -1,83 +1,83 @@ \documentclass[a4paper]{article} \usepackage[utf8]{inputenc} %Unicode \usepackage[T1]{fontenc} \usepackage{xcolor} \usepackage{fix-cm} \usepackage[lang=FR,bloc]{automultiplechoice} % Color used for signature box \definecolor{light-Gray}{gray}{0.95} \input{./packages.tex} \input{./commands.tex} \input{./style_extra.tex} %%% increase the space between header and bottom for AMC control dots \renewcommand{\baselinestretch}{1.10}% ESPACEMENT VERTICAL \geometry{includeheadfoot,hmargin=2.25cm,headheight=2cm,headsep=0.2cm} \geometry{footskip=.8cm,top=.5cm,bottom=1.1cm,paper=a4paper} \newcommand{\TRUE}{ \bareme{b=1,m=-1} \begin{choiceshoriz}[o] - \bonne{VRAI} - \mauvaise{FAUX} + \bonne{TRUE} + \mauvaise{FALSE} \end{choiceshoriz} \medskip } \newcommand{\FALSE}{ \bareme{b=1,m=-1} \begin{choiceshoriz}[o] - \mauvaise{VRAI} - \bonne{FAUX} + \mauvaise{TRUE} + \bonne{FALSE} \end{choiceshoriz} \medskip } %%% Randomseed \input{./random-seed.tex} %%% Exam info \input{./exam-info.tex} \begin{document} %%% Import sections \input{./sections.tex} \def\multiSymbole{} \makeatletter \def\AMCforcecorrect{\AMC@correctrue} \makeatother \AMCforcecorrect \newcommand{\sujet}{ \onecopy{1}{ \setcounter{equation}{0} \input{./first_page.tex} \input{./random-sections.tex} % \input{./header_1.tex} % \input{./questions/fr/mc1.tex} % \input{./questions/fr/mc2.tex} % \input{./questions/fr/mc3.tex} % % \input{./header_2.tex} % \input{./questions/fr/tf1.tex} % \input{./questions/fr/tf2.tex} \input{./extra_section.tex} % Make sure that all the exams have the same number of pages (otherwise Repro will not be able to print!) \loop \ifnum \thepage < \totalPages \clearpage ~ \repeat \AMCassociation{\ID} } } \csvreader[head to column names]{./students.csv}{}{\sujet} \end{document}