Norman Walsh [Wed, 5 Jan 2005 12:31:19 +0000 (12:31 +0000)]
Added documentation; add contractsponsor, contractnum, and mediaobject to db.info.elements; add citetitle to attribution; allow text in db.date.contentmodel; allow endterm on link
Jirka Kosek [Wed, 5 Jan 2005 10:52:58 +0000 (10:52 +0000)]
Added vector (SVG) admonition graphics provided by Jimmac. Please note that images are different than bitmnap versions and that some icons are same (there are only three distinct images in fact).
Bob Stayton [Sun, 2 Jan 2005 09:51:12 +0000 (09:51 +0000)]
For tables with HTML markup elements, added support for dbfo bgcolor PI,
the attribute-sets named table.properties, informaltable.properties,
table.table.properties, and table.cell.padding. Also added support
for the templates named table.cell.properties and table.cell.block.properties
so that tabstyles can be implemented. Also added support for tables
containing only <tr> instead of <tbody> with <tr>.
Jirka Kosek [Sun, 12 Dec 2004 15:38:26 +0000 (15:38 +0000)]
Added new paramater hyphenate.verbatim.characters which can specify characters after which line break can occur in verbatim environments. This parameter can be used to extend initial set of characters which contain only space and non-breakable space.
Bob Stayton [Sat, 11 Dec 2004 09:06:02 +0000 (09:06 +0000)]
Added itemizedlist.label.markup to enable selection of different bullet symbol.
Also added several potential bullet characters, commented out by default.
- default value of 0 causes simplesect to be omitted from TOCs
- to cause simplesect to be included in TOCs, you must set the
value of simplesect.in.toc to 1
note from Norm:
Simplesect elements aren't supposed to appear in the ToC at
all. Ugh. The Definitive Guide doesn't really explain that
very well.
The use case for simplesect is when, for example, every
chapter in a book ends with "Exercises" or "For More
Information" sections and you don't want those to appear in
the ToC.
- default value of 0 causes simplesect to be omitted from TOCs
- to cause simplesect to be included in TOCs, you must set the
value of simplesect.in.toc to 1
note from Norm:
Simplesect elements aren't supposed to appear in the ToC at
all. Ugh. The Definitive Guide doesn't really explain that
very well.
The use case for simplesect is when, for example, every
chapter in a book ends with "Exercises" or "For More
Information" sections and you don't want those to appear in
the ToC.
Jirka Kosek [Sun, 21 Nov 2004 19:53:15 +0000 (19:53 +0000)]
It is not possible to use variable reference in template match. I change it back and preserved intended semantics. But there might be more elegant way to do it, I did't have time to investigate it, I just wanted to process my document :-(
Michael Smith [Sat, 20 Nov 2004 11:49:17 +0000 (11:49 +0000)]
bug #1007414 & patch #971730 - passivetex outputs "* 0.60 + 1em"
garbage in lists (reported by Alex Roitman and James William Pye)
::PROBLEM
Literal stuff "* 0.60 + 1em" showing up in listitem PDF output
generated through passivetex
::CAUSE
Logic that outputs non-constant size expressions like "4em *
0.60 + 1em" was added to stylesheets to improve look of list
formatting. But passivetex can only handle constant sizes; so,
instead of doing the math, it spits out the literal expressions
in output.
::FIX
Added workaround - some conditional logic to fall back to
constant values if passivetex.extensions param is non-zero.
::AFFECTED AREAS
Should only affect FO output when passivetex.extensions is non-zero