summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/exam-n/sample/numerical1-solution.tex
blob: 3c9b175984bbf6ad31c7e3495372fde446602340 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
\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.

\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}