From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/probsoln/samples/sample4.tex | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 macros/latex/contrib/probsoln/samples/sample4.tex (limited to 'macros/latex/contrib/probsoln/samples/sample4.tex') 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} -- cgit v1.2.3