summaryrefslogtreecommitdiff
path: root/doc/latex
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-07-07 15:32:56 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-07-07 15:32:56 +0000
commit1b90752be24918e3ae0f9470e88cc6681d9cee99 (patch)
treeaf668aaf4611e2b7a8f0a655f106a97d87465ff4 /doc/latex
parente2e5b5943c0ec7e62e7047ee75a2584d1d5f7b80 (diff)
Fix bug in my last commit.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3263 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/latex')
-rw-r--r--doc/latex/cactus.sty4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/latex/cactus.sty b/doc/latex/cactus.sty
index a1fcbc2d..29f26edd 100644
--- a/doc/latex/cactus.sty
+++ b/doc/latex/cactus.sty
@@ -52,6 +52,7 @@
% Load in other packages.
\RequirePackage{graphicx}
+\RequirePackage{hyperref}
\RequirePackage{latexsym}
\RequirePackage{amssymb}
\RequirePackage{ifthen}
@@ -85,7 +86,8 @@
\settowidth{\Mylen}{\textsf{#1}}%
\ifthenelse{\lengthtest{\Mylen > \labelwidth}}%
{\parbox[b]{\labelwidth}% term > labelwidth
-{\makebox[0pt][l]{\textsf{#1}}\\}}% {\textsf{#1}}%
+{\makebox[0pt][l]{\textsf{#1}}\\}}%
+{\textsf{#1}}%
\hfil\relax} \newenvironment{Lentry}
{\renewcommand{\entrylabel}{\Lentrylabel}
\begin{entry}}