From: W. Trevor King Date: Thu, 14 Oct 2010 12:38:00 +0000 (-0400) Subject: With TEXINPUTS in the Makefile, we no longer need to import {../problempack}. X-Git-Url: http://git.tremily.us/?p=problempack.git;a=commitdiff_plain;h=4335b1e3c79b6406af19728d484c3170e4b44932 With TEXINPUTS in the Makefile, we no longer need to import {../problempack}. --- diff --git a/test/probs.tex b/test/probs.tex index c3c30d5..87e6429 100644 --- a/test/probs.tex +++ b/test/probs.tex @@ -4,7 +4,7 @@ author={W. Trevor King}, coursetitle={Physics 101}, classtitle={Recitation 1}, - subheading={Chapter 1}]{../problempack} + subheading={Chapter 1}]{problempack} \usepackage{wtk_cmmds} \usepackage{wtk_format} \usepackage{tikz} diff --git a/test/sols.tex b/test/sols.tex index 86675c9..1a27840 100644 --- a/test/sols.tex +++ b/test/sols.tex @@ -4,7 +4,7 @@ author={W. Trevor King}, coursetitle={Physics 101}, classtitle={Recitation 1}, - subheading={Chapter 1}]{../problempack} + subheading={Chapter 1}]{problempack} \usepackage{wtk_cmmds} \usepackage{wtk_format} \usepackage{tikz}