From: W. Trevor King Date: Thu, 13 Jan 2011 12:31:19 +0000 (-0500) Subject: Add usepackage("wtk_cmmds") to asydef in templates sourcing LaTeX problems. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=44faefad11207c1b6e9784cc7c40e547e853bbb9;p=course.git Add usepackage("wtk_cmmds") to asydef in templates sourcing LaTeX problems. --- diff --git a/latex/hwk/hwk1/all_problems.tex b/latex/hwk/hwk1/all_problems.tex index b6d517e..2378f09 100644 --- a/latex/hwk/hwk1/all_problems.tex +++ b/latex/hwk/hwk1/all_problems.tex @@ -10,6 +10,11 @@ \begin{document} +\begin{asydef} +// make wtk_cmmds macros available in Asymptote-rendered environments +usepackage("wtk_cmmds"); +\end{asydef} + \maketitle \input{problem1} diff --git a/latex/rec/rec1/all_problems.tex b/latex/rec/rec1/all_problems.tex index 2902a1f..c368c59 100644 --- a/latex/rec/rec1/all_problems.tex +++ b/latex/rec/rec1/all_problems.tex @@ -7,6 +7,11 @@ \begin{document} +\begin{asydef} +// make wtk_cmmds macros available in Asymptote-rendered environments +usepackage("wtk_cmmds"); +\end{asydef} + \maketitle \input{problem1}