summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/exam-n/sample/numerical1-solution.tex
blob: b8862899a1aa32d14dba2d091f261eb7943fb9c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
\documentclass{article}
\usepackage{color}
\begin{document}
\color{red}
\noindent This page and the following two should appear on separate pages (as
opposed to superimposed on each other), and disappear when the
noshowsolutions option is present.

(In the real situation, the corresponding PDF would be a scan of a hand-written
solution.)

\fontsize{72}{72}\selectfont
\centering
Numerical 1 solution, page one
\newpage
\null\vskip\baselineskip
Numerical 1 solution, page two
\newpage
\null\vskip2\baselineskip
Numerical 1 solution, page three
\end{document}