summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/probsoln/samples/sample4.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/probsoln/samples/sample4.tex')
-rw-r--r--macros/latex/contrib/probsoln/samples/sample4.tex21
1 files changed, 21 insertions, 0 deletions
diff --git a/macros/latex/contrib/probsoln/samples/sample4.tex b/macros/latex/contrib/probsoln/samples/sample4.tex
new file mode 100644
index 0000000000..b432182d01
--- /dev/null
+++ b/macros/latex/contrib/probsoln/samples/sample4.tex
@@ -0,0 +1,21 @@
+ % This file is public domain
+\documentclass[a4paper]{article}
+
+\usepackage{probsoln}
+
+ % Sample file illustrating use of \loadallproblems
+ % All problems defined in specified file will be used
+ % in order of definition
+
+ \loadallproblems{prob-easy}
+ %\loadselectedproblems{diffeasy:gpowh,diffeasy:arccos}{prob-easy}
+ %\loadexceptproblems{diffeasy:gpowh,diffeasy:arccos}{prob-easy}
+
+ \showanswers
+
+\begin{document}
+Differentiate the following functions:
+\begin{enumerate}
+ \foreachproblem{\item \thisproblem}
+\end{enumerate}
+\end{document}