blob: 00ccf637d46568510c4491fc79cdc7e4736303da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
\documentclass{article}
\usepackage{tikz}
\usepackage{probsoln}
\loadallproblems{prob-mixed}
\begin{document}
\section{Exercises}
\begin{enumerate}
\foreachproblem{\item\label{q-\thisproblemlabel} \thisproblem}
\end{enumerate}
\section{Solutions}
\showanswers
\begin{enumerate}
\foreachsolution{\item[\ref{q-\thisproblemlabel}] \thisproblem}
\end{enumerate}
\end{document}
|