From 4335b1e3c79b6406af19728d484c3170e4b44932 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 14 Oct 2010 08:38:00 -0400 Subject: [PATCH] With TEXINPUTS in the Makefile, we no longer need to import {../problempack}. --- test/probs.tex | 2 +- test/sols.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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} -- 2.26.2