Page MenuHomec4science

exam.tex
No OneTemporary

File Metadata

Created
Sat, Apr 27, 16:13

exam.tex

\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}
%%% 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}
%%% packages & commands
\input{./packages.tex}
\input{./commands.tex}
%%% Exam info
\input{./exam-info.tex}
\begin{document}
%%% Import open section
%\input{./section_open.tex}
\newcommand{\sujet}{
\onecopy{1}{
%%% First page
\input{./first_page.tex}
%%% Open section
\input{./section_open.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}

Event Timeline