summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/exam-n/sample/numerical1-solution.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/exam-n/sample/numerical1-solution.tex')
-rw-r--r--macros/latex/contrib/exam-n/sample/numerical1-solution.tex21
1 files changed, 21 insertions, 0 deletions
diff --git a/macros/latex/contrib/exam-n/sample/numerical1-solution.tex b/macros/latex/contrib/exam-n/sample/numerical1-solution.tex
new file mode 100644
index 0000000000..b8862899a1
--- /dev/null
+++ b/macros/latex/contrib/exam-n/sample/numerical1-solution.tex
@@ -0,0 +1,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}