
LaTeX Template for Exam
Author:
Yimin Zhong
Last Updated:
2 года назад
License:
Creative Commons CC BY 4.0
Аннотация:
LaTeX template for exam sheet.

\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
\begin
Discover why over 20 million people worldwide trust Overleaf with their work.
\documentclass[11pt,a4paper]{exam}
\graphicspath{{./Figures/}}
\usepackage[utf8]{inputenc}
\usepackage{lipsum}
\renewcommand{\arraystretch}{1.5}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% COVER PAGE OF EXAM
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\cover
{Calculus I, Final Exam (Spring 2020)} % Course Exam Name
{ECON 1000} % Course Number
{05/15/2020, 8:00 -- 10:30} % Exam Date
\honorcode{ % University Honor Code
Honor code: I, $\underline{\hspace{2.7in}}$, have neither given nor received unauthorized help on this exam, and I have conducted myself within the guidelines of the honor code of..... Moreover, I will not discuss the content of this exam until authorized to do so.
}
\begin{examinfo} %%%(change info. as desired)
\item Show all work, clearly and in order, if you want to get full
credit. I reserve the right to take off points if I cannot see how you
arrived at your answer (even if your final answer is correct).
\item \emph{Calculators are permitted on the test}.
\item Circle or otherwise indicate your final answers.
\item This test has XX problems that total to XX points.
\item You have XX minutes (X:XX - X:XX) to complete.
\end{examinfo}
\clearpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% MAIN PART OF EXAM
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% FORMULA SHEET
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{formula.tex} % comment if formula sheet is not used.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% QUESTIONS
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\boxquestion{1}{15}{
\lipsum[1]
}
\clearpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\boxquestion{2}{15}{
\lipsum[1]
}
\clearpage
\bf{Scratch/Scrap Paper}
\end{document}