File: changes-0.1.7.xml

package info (click to toggle)
dblatex 0.3.4-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 12,004 kB
  • sloc: xml: 100,126; python: 5,478; makefile: 137; sh: 70
file content (129 lines) | stat: -rw-r--r-- 4,545 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<itemizedlist>
<listitem>
<para>
Callouts are now supported:</para>
<itemizedlist>
  <listitem>
  <para>Embedded callout markups <sgmltag>co</sgmltag>s are
  supported.</para>
  </listitem>
  <listitem>
  <para>The <sgmltag>coref</sgmltag> markups are supported.</para>
  </listitem>
  <listitem>
  <para>Callouts markups defined with <sgmltag>area</sgmltag>s in a 
  <sgmltag>programlistingco</sgmltag> or <sgmltag>screenco</sgmltag> are
  supported.</para>
  </listitem>
  <listitem>
  <para>Callouts on external text files (referenced by <sgmltag>textdata</sgmltag>
  or <sgmltag>imagedata</sgmltag> elements) are supported.</para>
  </listitem>
  <listitem>
  <para><sgmltag>Mediaobjectco</sgmltag>s is supported.</para>
  </listitem>
  <listitem>
  <para>The <sgmltag>calloutlist</sgmltag>s are rendered as description lists
  where the terms are the callout markups.</para>
  </listitem>
  <listitem>
  <para>The links between the callout markups (defined via <sgmltag>area</sgmltag>s 
  or <sgmltag>co</sgmltag>s) and the <sgmltag>calloutlist</sgmltag> items (linkends
  attributes) are handled properly.</para>
  </listitem>
</itemizedlist>
</listitem>
<listitem>
  <para><sgmltag>Programlisting</sgmltag> and <sgmltag>screen</sgmltag>
  improved: external text files referenced via <sgmltag>textdata</sgmltag> or
  <sgmltag>imagedata</sgmltag> are now supported.</para>
</listitem>
<listitem>
  <para>An <sgmltag>abstract</sgmltag> in an article is now printed.</para>
</listitem>
<listitem>
  <para>The <sgmltag>legalnotice</sgmltag>s are now printed in the native
  docbook style.</para>
</listitem>
<listitem>
  <para>Better <sgmltag>xref</sgmltag> support. You can now make a
  cross-reference to an <sgmltag>itemizedlist</sgmltag> with title, and to a
  <sgmltag>refentry</sgmltag>.</para>
</listitem>
<listitem>
  <para>Hyphenation is forced for text using a typewriter font, and the font is
  smaller.</para>
</listitem>
<listitem>
  <para>Running <command>dblatex</command> on a root element different from a
  book or article does not fail anymore, except for <sgmltag>set</sgmltag>.
  The root element is now wrapped into a <sgmltag>book</sgmltag> or an
  <sgmltag>article</sgmltag>.</para>
</listitem>
<listitem>
  <para>Minor improvements:</para>
  <itemizedlist>
  <listitem>
  <para>A DBLaTeX logo can be put on the cover page.</para>
  </listitem>
  <listitem>
  <para>The PDF information section can tell that the creator of the document
  is dblatex.</para>
  </listitem>
  </itemizedlist>
</listitem>
<listitem>
<para>the following parameters are added:</para>
<variablelist>
<varlistentry><term>co.linkends.show</term>
  <listitem>
  <para>Next to a callout markup the links to the corresponding calloutlist
        items are shown if the parameter is set to 1. Set by default to 1.</para>
  </listitem>
</varlistentry>
<varlistentry><term>callout.markup.circled</term>
  <listitem>
  <para>The callouts referenced in the callout list have the same rendering than
        the markups in the listing (or graphic), that is, white numbers in black
        circles. Set to 0 the references are simple numbers. Set to 1 by
        default.</para>
  </listitem>
</varlistentry>
<varlistentry><term>callout.linkends.hot</term>
  <listitem>
  <para>The callouts referenced in the callout list are hot links if the
  parameter is set to 1. Then, the references are in red such like any
  other cross-reference link in the document. Set to 1 by default.</para>
  </listitem>
</varlistentry>
<varlistentry><term>term.breakline</term>
  <listitem>
  <para>Set to 1, the item following a term in a variable list is put on the
  next line. Set to 0 by default.</para>
  </listitem>
</varlistentry>
<varlistentry><term>doc.pdfcreator.show</term>
  <listitem>
  <para>Set to 1, the creator field of the PDF information section says that 
  dblatex is the creator. Set to 1 by default.</para>
  </listitem>
</varlistentry>
<varlistentry><term>doc.publisher.show</term>
  <listitem>
  <para>Set to 1, the dblatex logo is printed on the cover page of the native
  docbook style. Set to 0 by default.</para>
  </listitem>
</varlistentry>
<varlistentry><term>literal.lines.showall</term>
  <listitem>
  <para>Set to 1, all the lines in a verbatim environment like programlisting or
  screen are printed, even if they are empty. Set to 0, the last empty lines are
  not printed. It is set to 1 by default.</para>
  </listitem>
</varlistentry>
</variablelist>
</listitem>
<listitem>
<para>Some bug fixes.</para>
</listitem>
</itemizedlist>