blob: 79ac7c5f5e9f3426cc63a0134b9f87f874e1856e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
% This file is public domain
\documentclass[a4paper]{article}
\usepackage{probsoln}
% uncomment the following line to display the answers
% \showanswers
% Load 10 problems randomly selected from the given files
\loadrandomproblems{10}{prob-1stprncp,prob-easy,prob-implicit,prob-probspaces}
\begin{document}
\title{Sample Problem Sheet}
\author{Nicola Talbot}
\maketitle
\begin{enumerate}
\foreachproblem{\item \thisproblem}
\end{enumerate}
\end{document}
|