summaryrefslogtreecommitdiff
path: root/doc/latex
diff options
context:
space:
mode:
authorrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-09-04 14:02:43 +0000
committerrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-09-04 14:02:43 +0000
commit75e035c581933a7ad882273179a423ed9dc9fae6 (patch)
tree1e744916f8d35df6009b1c708e72f51f96d866b9 /doc/latex
parent7029c64111292490996f4e15486df98d5aea2590 (diff)
Tom added code to get rid of
LaTeX Warning: You have requested package `../latex/cactus', but the package provides `cactus'. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2995 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/latex')
-rw-r--r--doc/latex/cactus.sty10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/latex/cactus.sty b/doc/latex/cactus.sty
index d28e2392..22382527 100644
--- a/doc/latex/cactus.sty
+++ b/doc/latex/cactus.sty
@@ -13,10 +13,16 @@
\IfFileExists{../interface.ccl}
{
- \ProvidesPackage{../../../../doc/ThornGuide/cactus}[\CA@styledate \CA@styleversion]
+ \ProvidesPackage{../../../../doc/latex/cactus}[\CA@styledate \CA@styleversion]
}
{
- \ProvidesPackage{cactus}[\CA@styledate \CA@styleversion]
+ \IfFileExists{../FAQ}
+ {
+ \ProvidesPackage{../latex/cactus}[\CA@styledate \CA@styleversion]
+ }
+ {
+ \ProvidesPackage{cactus}[\CA@styledate \CA@styleversion]
+ }
}