我想处理两个不同版本的考试,即 vA 和 vB。这两个版本的内容和标题都不同,正如您从下面我所附的示例中看到的那样。我找到了很多关于这个主题的帖子,但我仍然搞不清楚哪种解决方案最适合我的情况。
让我知道你的想法!
在此先向您致以最诚挚的问候和感谢!
\documentclass[letterpaper,12pt,addpoints]{exam}
\usepackage[utf8]{inputenc}
\usepackage[french]{babel}
\usepackage[top=1in, bottom=1in, left=0.75in, right=0.75in]{geometry}
\usepackage{amsmath,amssymb}
\newcommand{\examnum}{TE n\textsuperscript{o}2 (s\'erie A)}
\begin{document}
\title{\examnum}
\author{Enseignant: Pinco Pallino}
\date{\examdate}
\maketitle
\clearpage
\begin{questions}
\question
\input{exercices/factorisations_va.tex}
\vspace{2cm}
\question
\input{exercices/factorisations_vb.tex}
\vspace{2cm}
\end{questions}
\end{document}