aboutsummaryrefslogtreecommitdiffstats
path: root/doc/sbase
diff options
context:
space:
mode:
authorPavel Tvrdik <pawel.tvrdik@gmail.com>2016-09-26 18:00:59 +0200
committerPavel Tvrdik <pawel.tvrdik@gmail.com>2016-10-11 17:43:03 +0200
commitb9864aa87193ac1a5ebbc04d24ec782a1fe9637a (patch)
tree8bf6c1de503b9f71702a09dbe1322b403197e3b0 /doc/sbase
parenta2df7c0303d235f4122969243e9df152a8a16dcb (diff)
downloadbird-b9864aa87193ac1a5ebbc04d24ec782a1fe9637a.tar.gz
Doc: Add labels to all chapters and options
Diffstat (limited to 'doc/sbase')
-rw-r--r--doc/sbase/dist/birddoc/html/mapping1
-rw-r--r--doc/sbase/dist/birddoc/latex2e/mapping12
-rw-r--r--doc/sbase/dtd/birddoc.dtd4
3 files changed, 9 insertions, 8 deletions
diff --git a/doc/sbase/dist/birddoc/html/mapping b/doc/sbase/dist/birddoc/html/mapping
index d95b1759..d2370d29 100644
--- a/doc/sbase/dist/birddoc/html/mapping
+++ b/doc/sbase/dist/birddoc/html/mapping
@@ -56,6 +56,7 @@
<newline> "<BR>"
<label> + "<@@label>[ID]" +
+</label>
<header>
</header>
diff --git a/doc/sbase/dist/birddoc/latex2e/mapping b/doc/sbase/dist/birddoc/latex2e/mapping
index bd11b2d0..9b8962d8 100644
--- a/doc/sbase/dist/birddoc/latex2e/mapping
+++ b/doc/sbase/dist/birddoc/latex2e/mapping
@@ -56,7 +56,7 @@
</newline>
<label> "\\label{[ID]}"
-</label>
+</label>
<header> + "\\markboth"
</header>
@@ -110,7 +110,7 @@
<heading> "{"
</heading> "}\n\n"
-<p>
+<p> "\\phantomsection{}"
</p> "\n\n"
<itemize> + "\\begin{itemize}" +
@@ -128,7 +128,7 @@
<item> + "\\item "
</item>
-<tag> + "\\item\[{\\ttfamily "
+<tag> + "\\phantomsection\\item\[{\\ttfamily "
</tag> "}\] \\hfil\\break\n" +
<tagp> + "\\item\[ "
@@ -224,17 +224,17 @@
<cparam> "\\cparam{"
</cparam> "}"
-<ref> "\\ref{[ID]} {([NAME])}"
+<ref> "\\hyperref\[[ID]\]{[NAME]} (p.\\,\\getpagerefnumber{[ID]})"
</ref>
<pageref> "\\pageref{[ID]}"
</pageref>
%url added by HG
-<url> "\\nameurl{[URL]}{[NAME]}"
+<url> "\\href{[URL]}{[NAME]}"
</url>
-<htmlurl> "\\onlynameurl{[NAME]}"
+<htmlurl> "\\href{[URL]}{[NAME]}"
</htmlurl>
<x>
diff --git a/doc/sbase/dtd/birddoc.dtd b/doc/sbase/dtd/birddoc.dtd
index 1654b0e5..6db5066a 100644
--- a/doc/sbase/dtd/birddoc.dtd
+++ b/doc/sbase/dtd/birddoc.dtd
@@ -564,9 +564,9 @@ anywhere else. <pavel@ucw.cz>
<!element rhead - o (%inline)>
<!entity % sect "heading, header?, p* " >
<!element heading o o (%inline)>
-<!element chapt - o (%sect, sect*) +(footnote)>
+<!element chapt - o (%sect, sect*) +(footnote)>
<!element sect - o (%sect, sect1*) +(footnote)>
-<!element sect1 - o (%sect, sect2*)>
+<!element sect1 - o (%sect, sect2*) +(footnote)>
<!element sect2 - o (%sect, sect3*)>
<!element sect3 - o (%sect, sect4*)>
<!element sect4 - o (%sect)>