| 1 | 2005-04-29 Jirka Kosek <kosek@users.sourceforge.net>
|
|---|
| 2 |
|
|---|
| 3 | * titlepage.xsl: Fixed bug #1189965. Titlepages with element content only (no text interleaved) are not discarded anymore.
|
|---|
| 4 |
|
|---|
| 5 | 2004-07-16 Robert Stayton <bobstayton@users.sourceforge.net>
|
|---|
| 6 |
|
|---|
| 7 | * testtemplate.xml: Marked as obsolete.
|
|---|
| 8 |
|
|---|
| 9 | 2004-04-25 Jirka Kosek <kosek@users.sourceforge.net>
|
|---|
| 10 |
|
|---|
| 11 | * titlepage.xsl: Containers for recto and verso part of titlepage (div or fo:block) are emitted only when there is content for recto/verso titlepage. This prevents emitting empty div elements between chapter/section titles and first para which leads to big space. Fixed bug #930954.
|
|---|
| 12 |
|
|---|
| 13 | * titlepage.xsl: Fixed cut'n'paste mistake. Attributes must be attached to wrapper element, not to variable.
|
|---|
| 14 |
|
|---|
| 15 | 2004-01-29 Norman Walsh <nwalsh@users.sourceforge.net>
|
|---|
| 16 |
|
|---|
| 17 | * titlepage.xsl: Support 'info' everywhere
|
|---|
| 18 |
|
|---|
| 19 | 2003-01-20 Norman Walsh <nwalsh@users.sourceforge.net>
|
|---|
| 20 |
|
|---|
| 21 | * titlepage.xsl: SIGNIFICANT changes to the titlepage template setup. See RELEASE-NOTES.
|
|---|
| 22 |
|
|---|
| 23 | 2002-01-28 Norman Walsh <nwalsh@users.sourceforge.net>
|
|---|
| 24 |
|
|---|
| 25 | * testtemplate.xml: Bug #502952: testtemple.xml was incorrect
|
|---|
| 26 |
|
|---|
| 27 | 2001-08-01 Norman Walsh <nwalsh@users.sourceforge.net>
|
|---|
| 28 |
|
|---|
| 29 | * titlepage.xsl: Add t and param to the excluded result prefixes
|
|---|
| 30 |
|
|---|
| 31 | 2001-05-21 Norman Walsh <nwalsh@users.sourceforge.net>
|
|---|
| 32 |
|
|---|
| 33 | * titlepage.xsl: Reworked titlepage template processing to support use of more interesting
|
|---|
| 34 | predicates.
|
|---|
| 35 |
|
|---|
| 36 | Note: in previous versions, at most one title, subtitle, or titleabbrev
|
|---|
| 37 | element would be processed for each title page. In the new design, if you
|
|---|
| 38 | have multiple title, subtitle, or titleabbrev elements inside an info
|
|---|
| 39 | wrapper (you shouldn't!), they will all be processed.
|
|---|
| 40 |
|
|---|
| 41 | 2001-04-02 Norman Walsh <nwalsh@users.sourceforge.net>
|
|---|
| 42 |
|
|---|
| 43 | * README, biblioentry.xsl, testtemplate.xml, titlepage.xsl:
|
|---|
| 44 | New file.
|
|---|
| 45 |
|
|---|