~ubuntu-branches/ubuntu/trusty/dblatex/trusty

« back to all changes in this revision

Viewing changes to docs/custom/stycommand.xml

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Hoenen
  • Date: 2006-11-18 09:52:18 UTC
  • mfrom: (3.1.2 feisty)
  • Revision ID: james.westby@ubuntu.com-20061118095218-zsibrzxr9w6e2lor
Tags: 0.2-2
Do not depend on script mktexlsr belonging to a non-essential package
in postrm purge. (Urgency set to high due to serious severity.)
Closes: #398776

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
 
2
<informaltable>
 
3
<tgroup cols="2" colsep="1" rowsep="1" align="left">
 
4
<colspec colname="c1"/>
 
5
<thead>
 
6
<row>
 
7
<entry>Command</entry>
 
8
<entry>Description</entry>
 
9
</row>
 
10
</thead>
 
11
<tbody>
 
12
<row>
 
13
<entry>\DBKreference</entry>
 
14
<entry>mapped to <sgmltag>pubsnumber</sgmltag></entry>
 
15
</row>
 
16
<row>
 
17
<entry>\DBKsite</entry>
 
18
<entry>mapped to <sgmltag>address</sgmltag></entry>
 
19
</row>
 
20
<row>
 
21
<entry>\DBKcopyright</entry>
 
22
<entry>mapped to <sgmltag>copyright</sgmltag></entry>
 
23
</row>
 
24
<row>
 
25
<entry>\DBKdate</entry>
 
26
<entry>mapped to <sgmltag>date</sgmltag></entry>
 
27
</row>
 
28
<row>
 
29
<entry>\DBKedition</entry>
 
30
<entry>mapped to <sgmltag>edition</sgmltag></entry>
 
31
</row>
 
32
<row>
 
33
<entry>\DBKpubdate</entry>
 
34
<entry>mapped to <sgmltag>pubdate</sgmltag></entry>
 
35
</row>
 
36
<row>
 
37
<entry>\DBKsubtitle</entry>
 
38
<entry>mapped to <sgmltag>subtitle</sgmltag></entry>
 
39
</row>
 
40
<row>
 
41
<entry>\DBKreleaseinfo</entry>
 
42
<entry>mapped to <sgmltag>releaseinfo</sgmltag></entry>
 
43
</row>
 
44
<row>
 
45
<entry>\DBKlegalnotice</entry>
 
46
<entry>environment mapped to a <sgmltag>legalnotice</sgmltag>. The legal notices
 
47
are all put into the \DBKlegalblock command. It is up to the latex stylesheet to
 
48
decide where to put it in the document.</entry>
 
49
</row>
 
50
<row>
 
51
<entry>\DBKlegalblock</entry>
 
52
<entry>wrapper command for the \DBKlegalnotice environments, used by the latex
 
53
stylesheet to decide where to put the legal notices in the document.</entry>
 
54
</row>
 
55
<row>
 
56
<entry>\DBKindexation</entry>
 
57
<entry>This command contains the
 
58
<sgmltag>othercredit</sgmltag> information translated to latex by the XSL.
 
59
This command must be placed where the othercredit shall appear in the
 
60
document.</entry>
 
61
</row>
 
62
<row>
 
63
<entry>\DBKindtable</entry>
 
64
<entry>This environnement must be defined by the
 
65
user to render the <sgmltag>othercredit</sgmltag> list. It can be displayed as
 
66
a table, listitem, description list, or anything that suits your need.
 
67
</entry>
 
68
</row>
 
69
<row>
 
70
<entry>\DBKinditem</entry>
 
71
<entry>This is an <sgmltag>othercredit</sgmltag> item.</entry>
 
72
</row>
 
73
<row>
 
74
<entry>\DBKrevtable</entry>
 
75
<entry>This environnement must be defined by the
 
76
user to render the <sgmltag>revhistory</sgmltag> table. Untill now it is not
 
77
really possible to customize it, since it must be a table with four columns,
 
78
each column for a <sgmltag>revhistory</sgmltag> piece of information.
 
79
</entry>
 
80
</row>
 
81
<row>
 
82
<entry>float example</entry>
 
83
<entry>This float is expected to be defined, and
 
84
is mapped to <sgmltag>example</sgmltag>. It is not defined by default by the
 
85
dbk_core package to allow the user to define its rendering (ruled or not,
 
86
etc.)
 
87
</entry>
 
88
</row>
 
89
<row>
 
90
<entry>float dbequation</entry>
 
91
<entry>This float is expected to be defined, and
 
92
is mapped to <sgmltag>equation</sgmltag>. It is not defined by default by the
 
93
dbk_core package to allow the user to define its rendering (ruled or not,
 
94
etc.)
 
95
</entry>
 
96
</row>
 
97
</tbody>
 
98
</tgroup>
 
99
</informaltable>
 
100