Doc: Add labels to all chapters and options
This commit is contained in:
parent
a2df7c0303
commit
b9864aa871
4 changed files with 428 additions and 365 deletions
774
doc/bird.sgml
774
doc/bird.sgml
File diff suppressed because it is too large
Load diff
1
doc/sbase/dist/birddoc/html/mapping
vendored
1
doc/sbase/dist/birddoc/html/mapping
vendored
|
@ -56,6 +56,7 @@
|
|||
<newline> "<BR>"
|
||||
|
||||
<label> + "<@@label>[ID]" +
|
||||
</label>
|
||||
|
||||
<header>
|
||||
</header>
|
||||
|
|
10
doc/sbase/dist/birddoc/latex2e/mapping
vendored
10
doc/sbase/dist/birddoc/latex2e/mapping
vendored
|
@ -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>
|
||||
|
|
|
@ -566,7 +566,7 @@ anywhere else. <pavel@ucw.cz>
|
|||
<!element heading o o (%inline)>
|
||||
<!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)>
|
||||
|
|
Loading…
Reference in a new issue