From 2613f0643d2ce0296a86e52e98a11203add35584 Mon Sep 17 00:00:00 2001 From: knarf Date: Thu, 4 Nov 2010 19:59:42 +0000 Subject: 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 --- doc/latex/cactus.sty | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'doc/latex') 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{
} -{\bf #1} +\section*{\bf #1} \HCode{
} \HCode{
} -- cgit v1.2.3