summaryrefslogtreecommitdiff
path: root/doc/latex
diff options
context:
space:
mode:
authorknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2010-11-04 19:59:42 +0000
committerknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2010-11-04 19:59:42 +0000
commit2613f0643d2ce0296a86e52e98a11203add35584 (patch)
tree058a55c27a252042f74c0731612e31aff3efef69 /doc/latex
parent9e0632fae2d80f47ab5e0df7b968610a67de22f7 (diff)
Apply patch by Barry Wardell to fix the hyperlinks in the Reference Manual
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4647 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/latex')
-rw-r--r--doc/latex/cactus.sty13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/latex/cactus.sty b/doc/latex/cactus.sty
index fe7190a6..08c31c6b 100644
--- a/doc/latex/cactus.sty
+++ b/doc/latex/cactus.sty
@@ -249,6 +249,7 @@
\newenvironment{FunctionDescription}[1]
{
\newpage
+\phantomsection
\noindent{\tt #1}
\vskip1mm
\hrule
@@ -366,6 +367,16 @@
padding: 4px 10px;
}
}
+\Css{ div.functiondescription h3.likesectionHead {
+ border: 0;
+ margin: 0;
+ padding: 0;
+}
+}
+\Css{ div.functiondescription p.noindent {
+ display: none;
+}
+}
\Css{ div.functiondescriptioncontent {
padding: 0px 10px;
}
@@ -392,7 +403,7 @@
}
\HCode{<div class="functiondescription">}
-{\bf #1}
+\section*{\bf #1}
\HCode{</div>}
\HCode{<div class="functiondescriptioncontent">}