📄 changelog
字号:
* lists.xsl: Improved computation of variablelist indents. * pagesetup.xsl: Adjusted left margins in page masters to compensate for $title.margin.left. * param.ent, param.xweb: Added variablelist.max.termlength parameter to control maximum list indent.2003-08-07 Robert Stayton <bobstayton@users.sourceforge.net> * callout.xsl: Fixed bug in callout numbering when <co> inside an inline. * component.xsl: Added fotex:bookmark to the separate article/appendix template which didn't generate Passivetex bookmarks.2003-07-31 Robert Stayton <bobstayton@users.sourceforge.net> * pagesetup.xsl: Removed fop.extensions=0 condition for draft background image now that FOP 0.20.5 supports background images. * qandaset.xsl: Several fixes: extraneous dot when defaultlabel=qanda. titleabbrev supported. fixed qandadiv.autolabel. changed qanda.defaultlabel from variable to parameter. fixed answer label added dbfo label-width. When label used, calculates term width as for variablelist.2003-07-25 Robert Stayton <bobstayton@users.sourceforge.net> * xref.xsl: Support insert.xref.page.number = 1 for backwards compatibility, equivalent to a value of "yes". * xref.xsl: Standard page citation now checks for xrefstyle attribute.2003-07-13 Robert Stayton <bobstayton@users.sourceforge.net> * callout.xsl: Fixed duplicate id bug in coref.2003-07-10 Robert Stayton <bobstayton@users.sourceforge.net> * lists.xsl: Handles titleabbrev on itemizedlist, orderedlist, variablelist. * lists.xsl: Now variablelists properly handle preamble text that appears before the first varlistenty.2003-07-09 Robert Stayton <bobstayton@users.sourceforge.net> * footnote.xsl: When fop.extensions is on, replace baseline-shift with vertical-align attribute for footnote numbers. * inline.xsl: Superscript and subscript now use vertical-align instead of baseline-shift when fop.extensions is set.2003-06-25 Robert Stayton <bobstayton@users.sourceforge.net> * block.xsl: Process formalpara/title to variable so can test for last char of any generated text.2003-06-23 Robert Stayton <bobstayton@users.sourceforge.net> * param.xweb: Added xml fragment for new qanda.title properties.2003-06-22 Robert Stayton <bobstayton@users.sourceforge.net> * graphics.xsl: Added BMP, GIF, and TIFF to supported graphics for FOP, per the FOP documentation. * param.ent, param.xweb, qandaset.xsl: Separate qanda set title properties from section heading properties so they can be customized without conflict.2003-06-21 Norman Walsh <nwalsh@users.sourceforge.net> * block.xsl: Check for attribution before generating markup for it. * index.xsl: Whitespace * pagesetup.xsl: Pass pageclass, sequence, and gentext-key to head.sep.rule and foot.sep.rule. * pagesetup.xsl, param.ent, param.xweb: Support column gap adjustments2003-06-19 Robert Stayton <bobstayton@users.sourceforge.net> * biblio.xsl: Removed duplicate templates for biblioid.2003-06-10 Robert Stayton <bobstayton@users.sourceforge.net> * lists.xsl: Added keep-with-next to procedure's step/title so title stays on same page as step text.2003-06-05 Robert Stayton <bobstayton@users.sourceforge.net> * table.xsl: Now colwidth="*" generates proportional-column-width(1.00) instead of empty argument.2003-06-03 Norman Walsh <nwalsh@users.sourceforge.net> * fop.xsl: Bug #719142: make FOP generate ToCs more generously2003-05-30 Robert Stayton <bobstayton@users.sourceforge.net> * glossary.xsl: Fixed vertical spacing between glossterm and glossdef when glossary.as.blocks is set.2003-05-28 Robert Stayton <bobstayton@users.sourceforge.net> * sections.xsl: Fixed bridgehead renderas levels to match section level. This was missed when $level parameter was changed to match the section level.2003-05-20 Jirka Kosek <kosek@users.sourceforge.net> * axf.xsl: New file.2003-05-15 Jirka Kosek <kosek@users.sourceforge.net> * autoidx.xsl, autotoc.xsl, component.xsl, division.xsl, docbook.xsl, index.xsl, param.ent, param.xweb, refentry.xsl, sections.xsl: Added support for AntennaHouse XSL Formatter. You can use axf.extensions=1 setting to generate bookmarks, document info and to merge duplicate page numbers in index.2003-05-14 Jirka Kosek <kosek@users.sourceforge.net> * autoidx.xsl, index.xsl, param.ent, param.xweb: Added support for XEP index extensions. If you set xep.extensions to 1 duplicate page numbers in index will be merged using XEP extension to XSL-FO2003-05-08 Norman Walsh <nwalsh@users.sourceforge.net> * param.xweb: Added fragref for admon.textlabel2003-05-07 Robert Stayton <bobstayton@users.sourceforge.net> * admon.xsl: Now accepts admon.textlabel parameter to turn off Note, Warning, etc. label. * param.ent, param.xweb: Added admon.textlabel parameter to enable turning off Note, Warning, etc.2003-04-14 Jirka Kosek <kosek@users.sourceforge.net> * docbook.xsl: Initial support for timestamp PI. From now you can use <?timestamp format="Y-m-d H:M:S"?> to get current datetime in your document. More features like localization and exctracting date from CVS tag will follow.2003-04-13 Norman Walsh <nwalsh@users.sourceforge.net> * table.xsl: A few bug fixes for the colsep/rowsep code * xep.xsl: FeatReq #684561: support more XEP metadata2003-04-12 Norman Walsh <nwalsh@users.sourceforge.net> * biblio.xsl: Added hyphenation support * callout.xsl: Added support for coref * component.xsl, division.xsl, glossary.xsl, index.xsl, refentry.xsl, sections.xsl, toc.xsl: Added support for hyphenation-character, hyphenation-push-character-count, and hyphenation-remain-character-count * docbook.xsl: Use root.properties * ebnf.xsl: Support ebnf.assignment and ebnf.statement.terminator * inline.xsl: Support beginpage (does nothing; see TDG) * param.ent, param.xweb: Added root.properties, ebnf.assignment, and ebnf.statement.terminator * table.xsl: Support bgcolor PI in table cells; make sure rowsep and colsep don't have any effect on the last row or column * titlepage.xsl: Handle othercredit on titlepage a little better * xref.xsl: Make page citations into active links2003-04-07 Robert Stayton <bobstayton@users.sourceforge.net> * autoidx.xsl: Applied fix from Jeff Beal that fixed the bug that put secondary page numbers on primary entries. Same with tertiary page numbers on secondary entries.2003-04-01 Jirka Kosek <kosek@users.sourceforge.net> * glossary.xsl: Added definition of missing variable $collection2003-03-26 Michael Smith <xmldoc@users.sourceforge.net> * Makefile: wdocbook.xsl obsoleted by w2docbook.xsl, updated globally2003-03-25 Michael Smith <xmldoc@users.sourceforge.net> * Makefile: reverting wdocbook.xsl -> w2docbook.xsl changes2003-03-24 Michael Smith <xmldoc@users.sourceforge.net> * Makefile: wrong filename '../../litprog/wdocbook.xsl' broke build, fixed2003-03-12 Norman Walsh <nwalsh@users.sourceforge.net> * footnote.xsl: Make footnote formatting 'normal' even when it occurs in a context that has special formatting2003-03-02 Jirka Kosek <kosek@users.sourceforge.net> * math.xsl: Fixed several errors related to TeX math processing2003-02-28 Robert Stayton <bobstayton@users.sourceforge.net> * glossary.xsl: Added warning when $glossary.collection is not blank, but it cannot open the specified file.2003-02-24 <dcramer@users.sourceforge.net> * formal.xsl: Pick up the frame attribute on table and informaltable.2003-02-19 <dcramer@users.sourceforge.net> * index.xsl: indexdiv/title in non-autogenerated indexes are now picked up.2003-02-17 Norman Walsh <nwalsh@users.sourceforge.net> * param.ent, param.xweb, param.xweb: Removed component.title.properties2003-02-10 <dcramer@users.sourceforge.net> * glossary.xsl: Added keep-with-next and keep-together to block around glossterm(s) in glossary.as.block template to prevent glossterms being widowed from their glossentries.2003-02-08 Robert Stayton <bobstayton@users.sourceforge.net> * glossary.xsl: Fixed bug in glosssee and glossseealso using mode="xref" when should be using mode="xref-to".2003-01-31 Norman Walsh <nwalsh@users.sourceforge.net> * biblio.xsl, component.xsl, division.xsl, glossary.xsl, index.xsl, refentry.xsl, sections.xsl: Move IDs from page-sequences down to titlepage blocks * block.xsl, lists.xsl, titlepage.xsl: Use proportional-column-width(1) on more tables2003-01-30 Robert Stayton <bobstayton@users.sourceforge.net> * qandaset.xsl: Corrected several references to parameter $qanda.defaultlabel that were missing the "$".2003-01-28 Norman Walsh <nwalsh@users.sourceforge.net> * inline.xsl: Check for glossterm.auto.link when linking firstterms; don't output gl. prefix on glossterm links2003-01-23 Norman Walsh <nwalsh@users.sourceforge.net> * autotoc.xsl: Fix bugs associated with toc-context parameter in division.toc * division.xsl: Generate Part ToCs * pagesetup.xsl: Use proportional-column-width() for header/footer tables; suppress relative-align when when using FOP2003-01-22 Norman Walsh <nwalsh@users.sourceforge.net> * formal.xsl: Handle alignment correctly when screenshot is used in figure * xref.xsl: Format chapter and appendix titles consistently in xrefs2003-01-21 Norman Walsh <nwalsh@users.sourceforge.net> * formal.xsl: Attempt to support multiple tgroups (by making multiple tables and placing them right next to each other) * lists.xsl: Bug #653344: Output fo:table-columns in simplelist tables2003-01-20 Norman Walsh <nwalsh@users.sourceforge.net> * autoidx.xsl, index.xsl: Use titlepage templates for indexdiv title formatting * biblio.xsl: Bug #640762: Support new biblioentry elements * component.xsl: Use titleabbrev in markers; use titlepage templates for subtitles; delete bogus component.separator template. * footnote.xsl: Support {table.}footnote.number.{format,symbols} * glossary.xsl: Use titlepage templates for glossdiv formatting; support glossentry.show.acronyms * pagesetup.xsl: Suppress draft page-masters when draft.mode=no * pagesetup.xsl: Bug #669765: Make blank pages verso not recto * param.ent, param.xweb: Support xref.with.number.and.title * param.ent, param.xweb: Added {table.}footnote.number.{format,symbols}, glossentry.show.acronym, and ulink.footnote.number.format * param.xweb: Fix missing fragref * qandaset.xsl: QandASet titles use section.title for convenience. Now they don't output fo:markers for those titles. * sections.xsl: Support titleabbrev for running headers/footers; don't force a section ToC for refentrys * titlepage.templates.xml: SIGNIFICANT changes to the titlepage template setup. See RELEASE-NOTES. * titlepage.xsl: Add property sets for glossdiv, bibliodiv, and indexdiv. Improve formatting of authors. * verbatim.xsl: Arrange to use only a single fo:block for shading to avoid a bug in earlier versions of XEP * xref.xsl: Change formatting of URL footnotes * xref.xsl: Improve formatting of ulink footnotes; provide template to override formatting; use ulink.footnote.number.format; support xref to glossentry2003-01-17 Norman Walsh <nwalsh@users.sourceforge.net> * lists.xsl: Output IDs for the first-paras in a listitem * pagesetup.xsl: Fix bugs in page numbering when double.sided=1 * pagesetup.xsl: Remove region-name from region-body on blank pages * xref.xsl: Remove duplicated IDs when endterm is used on xref2003-01-13 Robert Stayton <bobstayton@users.sourceforge.net> * math.xsl: Added @align value to fo:block containing mediaobject in equation.2003-01-12 Norman Walsh <nwalsh@users.sourceforge.net> * autoidx.xsl: Make sure that indexdivs are properly scoped. I've done this by adding a test to suppress the division if it contains no terms. It seems like there might be a better way, but I can't see it just at the moment2003-01-08 Robert Stayton <bobstayton@users.sourceforge.net> * xref.xsl: In olink, use document($target.database.document, /) so the olink target database location is relative to the document instead of the stylesheet.2003-01-06 Robert Stayton <bobstayton@users.sourceforge.net> * autoidx.xsl, index.xsl: Removed the unnecessary generate-index-from-terms template in favor of generate-index, called with scope parameter.2003-01-02 Norman Walsh <nwalsh@users.sourceforge.net> * autoidx.xsl, index.xsl: Rework indexing to avoid XSLT limitation/Saxon bug with context dependencies; finish porting Bob's changes from FO to HTML * index.xsl, titlepage.templates.xml, titlepage.xsl: Support setindex (there were all sorts of things wrong with it)2003-01-01 Norman Walsh <nwalsh@users.sourceforge.net> * autoidx.xsl, index.xsl: Make index elements always index the book that contains them (if there is one, otherwise the whole document); setindex always indexes the whole document * autotoc.xsl, division.xsl, titlepage.templates.xml, titlepage.xsl: Support List of Procedures * formal.xsl: Support separate property sets for figures, examples, equations, tables, and procedures. This way, they can have different border and other formatting properties. * graphics.xsl: Support ignore.image.scaling parameter * param.ent, param.xweb: New parameters * xref.xsl: Use titleabbrev instead of title in xrefs
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -