From 44faefad11207c1b6e9784cc7c40e547e853bbb9 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 13 Jan 2011 07:31:19 -0500 Subject: [PATCH] Add usepackage("wtk_cmmds") to asydef in templates sourcing LaTeX problems. --- latex/hwk/hwk1/all_problems.tex | 5 +++++ latex/rec/rec1/all_problems.tex | 5 +++++ 2 files changed, 10 insertions(+) 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} -- 2.26.2