⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 数据仓库工具
💻
📖 第 1 页 / 共 3 页
字号:
2002-11-29  Norman Walsh <nwalsh@users.sourceforge.net>

	* pagesetup.xsl: Don't output a footnote-separator for FOP

2002-11-16  Norman Walsh <nwalsh@users.sourceforge.net>

	* biblio.xsl: Support abstract in bibliomixed

	* biblio.xsl, xref.xsl: Support bibliosource; improve numbered bibliography entries and cross-references to them

	* pagesetup.xsl: Added template to create footnote separator rule (if supported by your favorite FO processor)

	* sections.xsl: Use value-of instead of copy-of for fo:marker because I haven't thought of a better way to avoid footnotes in markers which are illegal

2002-11-15  Robert Stayton <bobstayton@users.sourceforge.net>

	* admon.xsl: Changed graphical.admonition template from an fo:table
	to an fo:list-block, so it works in both FOP and XEP.

	* lists.xsl: Fixed two bugs in longest.term template that prevented proper
	calculation of longest term width in variablelist.

2002-11-15  Norman Walsh <nwalsh@users.sourceforge.net>

	* table.xsl: Add support for xsltproc adjustColumnWidths extension

2002-11-14  Norman Walsh <nwalsh@users.sourceforge.net>

	* biblio.xsl: Use xreflabel (if it's present) on bibliography entries

	* component.xsl: Don't restart page numbers on the first preface

	* table.xsl: Support entrytbl

2002-11-08  Robert Stayton <bobstayton@users.sourceforge.net>

	* pagesetup.xsl: Corrected left and right page margins for even page masters:
	inner and outer were reversed from what they should have been.

2002-10-31  Norman Walsh <nwalsh@users.sourceforge.net>

	* autoidx.xsl: Support spanning index terms (endofrange/startref)

	* lists.xsl: Put para spacing around tabular simplelists

2002-10-21  Norman Walsh <nwalsh@users.sourceforge.net>

	* glossary.xsl: Bug #577798: glossentry with multiple glossdefs creates broken FO

	* pagesetup.xsl: Updated header/footer properties to avoid missmatched margins caused by title.margin.left

2002-10-20  Norman Walsh <nwalsh@users.sourceforge.net>

	* inline.xsl: Bug #619474: support errortext element

2002-10-19  Norman Walsh <nwalsh@users.sourceforge.net>

	* pagesetup.xsl, param.ent, param.xweb: Added property sets to control page header and footer content formatting

2002-10-18  Robert Stayton <bobstayton@users.sourceforge.net>

	* param.xweb: Corrected the wording describing the placement of
	the header and footer in the region-before and
	region-after to match the diagram and stylesheet changes.

2002-10-17  Norman Walsh <nwalsh@users.sourceforge.net>

	* refentry.xsl: Fix bug where refentrys in parts were not in a page sequence

2002-10-11  Robert Stayton <bobstayton@users.sourceforge.net>

	* inline.xsl: glossterm and firstterm in text now use italicseq
	to match the html formatting.

2002-10-09  Norman Walsh <nwalsh@users.sourceforge.net>

	* table.xsl: Removed debug code.

2002-10-04  Norman Walsh <nwalsh@users.sourceforge.net>

	* autotoc.xsl, sections.xsl: Support optional title on section ToCs. Optional titles for components, books, and sets will be trickier.

	* formal.xsl, param.ent, param.xweb, table.xsl: Made separate parameters for table frame and table cell border properties

2002-10-02  Norman Walsh <nwalsh@users.sourceforge.net>

	* lists.xsl: Support continuation of orderedlists and inherited numeration in FO

2002-10-01  Robert Stayton <bobstayton@users.sourceforge.net>

	* qandaset.xsl, refentry.xsl, sections.xsl: Changed section.level template to return number that matches
	the section level (sect1 = 1, etc.), and adjusted templates
	that use section.level accordingly to produce same output
	as before.

2002-09-27  Norman Walsh <nwalsh@users.sourceforge.net>

	* autoidx.xsl: Bug #496294: don't index endofrangeentries. They're no longer indexed, but they aren't handled quite right yet either, they don't generate ranges

	* autotoc.xsl, sections.xsl: Support section ToCs

	* block.xsl, titlepage.xsl: Bug #582192: support revdescription

	* formal.xsl: Bug #497603: fixed and added default.float.class

	* param.ent, param.xweb: Use new parameters

	* synop.xsl: Fix sbr

2002-09-20  Norman Walsh <nwalsh@users.sourceforge.net>

	* docbook.xsl: Add context to error message about a missing template

	* synop.xsl: Bug #605150: process arg correctly even when it's in a group

2002-09-19  Robert Stayton <bobstayton@users.sourceforge.net>

	* formal.xsl: Removed 'keep-with-next' from 'formal.title.properties' attribute set now
	that the stylesheets support the option of putting such
	titles below the object.  Now the $placement value determines
	if 'keep-with-next' or 'keep-with-previous' is used in the
	title block.

2002-09-19  Norman Walsh <nwalsh@users.sourceforge.net>

	* xref.xsl: Use fo-external-image (badly named) to wrap url() around external-destinations

2002-09-15  Norman Walsh <nwalsh@users.sourceforge.net>

	* table.xsl: Support a PI to rotate table cells

2002-09-08  <dcramer@users.sourceforge.net>

	* lists.xsl: Bug #445750: Adding a keep-together and keep-with-next to the block that wraps terms in a varlistentry to keep terms from being orphaned/widowed when variablelists are formatted as blocks.

2002-09-06  <dcramer@users.sourceforge.net>

	* component.xsl: Changing the mode in the apply-templates from title.markup to object.title.markup so that appendixes in articles can be formatted as specified in the appropriate lang.xml file.

2002-09-05  Norman Walsh <nwalsh@users.sourceforge.net>

	* division.xsl: Restart all books on page 1

2002-09-04  Norman Walsh <nwalsh@users.sourceforge.net>

	* param.ent, param.xweb: Reference the l10n.* parameters

2002-09-03  Norman Walsh <nwalsh@users.sourceforge.net>

	* graphics.xsl: Support textdata in textobject

	* table.xsl: Make sure row-level colsep and rowsep values are 'inherited' onto missing cells

2002-09-01  Norman Walsh <nwalsh@users.sourceforge.net>

	* graphics.xsl: Put the url()/no-url() test for external graphics into a named template

	* pagesetup.xsl: Add SVG to the list of XEP graphics formats; use the url()/no-url() named template for draft.watermark.image

2002-08-28  Norman Walsh <nwalsh@users.sourceforge.net>

	* table.xsl: Make inherited attributes work for 'missing' table cells

2002-08-26  Norman Walsh <nwalsh@users.sourceforge.net>

	* autoidx.xsl: Handle endofrange indexterms properly

	* graphics.xsl: Make graphics formats FO-processor aware; support SVG when FOP is being used

	* pdf2index: Support page ranges (generated by startofrang/endofrange index entries)

2002-08-22  Norman Walsh <nwalsh@users.sourceforge.net>

	* autoidx.xsl: Fix serious indexing bug that caused many index terms to be missing from the automatically generated index

2002-08-21  Norman Walsh <nwalsh@users.sourceforge.net>

	* autoidx.xsl: Support make.index.markup parameter

	* index.xsl: Support make.index.markup parameter and hand-crafted indexes

	* lists.xsl: Attempt to workaround bug in FOP handling of step content

	* param.ent, param.xweb: Remove unused table.entry.padding parameter; add new make.index.markup parameter

	* pdf2index: New file.

2002-08-20  <dcramer@users.sourceforge.net>

	* block.xsl: Adding missing template for simplemsgentry

2002-08-11  Robert Stayton <bobstayton@users.sourceforge.net>

	* pagesetup.xsl: Changed running header/footer rule line dimension from 1px to
	0.5pt so passivetex doesn't gack.

2002-08-08  Robert Stayton <bobstayton@users.sourceforge.net>

	* autotoc.xsl: Fixed toc.line for FOP to align numbers
	by adding leader-pattern-width property
	as suggested by Nicolas Nieswandt.  Was able to remove
	the fop.extensions choose/when structure because
	it works for all processors.  The numbers in fop
	align left rather than right, but at least they
	line up.

2002-07-26  Norman Walsh <nwalsh@users.sourceforge.net>

	* pagesetup.xsl: A little more tweaking to make things equivalent to the old scheme

	* pagesetup.xsl: Bob's reworked page header/footer ideas. I think there are still some rough edges.

2002-07-24  Robert Stayton <bobstayton@users.sourceforge.net>

	* sections.xsl: Moved <fo:marker> for section heading to be first child
	of its parent block, per bug #586005 (and the XSL-FO spec).

2002-07-19  Norman Walsh <nwalsh@users.sourceforge.net>

	* biblio.xsl, param.ent, param.xweb: Support bibliography.numbered

	* inline.xsl, param.ent, param.xweb: Use monospace.properties for inline monospaced items

	* inline.xsl, param.ent, param.xweb: Support menuchoice.menu.separator and menuchoice.separator

	* param.ent, param.xweb, sections.xsl: Support section.title.levelN.properties to remove hard coding of font sizes in section headings

2002-07-17  Norman Walsh <nwalsh@users.sourceforge.net>

	* biblio.xsl: Add keep to bibliodiv titles--they still need more work

	* pagesetup.xsl: Add a touch of padding between the page-footer rule and the footer text

	* table.xsl: Make header entries bold by default

2002-07-16  Norman Walsh <nwalsh@users.sourceforge.net>

	* biblio.xsl, component.xsl, division.xsl, glossary.xsl, index.xsl, refentry.xsl, sections.xsl, toc.xsl: 
	Use basic initial-page-number property instead of extended force-page-count property to get components to start on odd pages in double.sided mode; call format.page.number to set the page number format for all page sequences

	* division.xsl: Don't include equations w/o titles in the LOT for equations

	* pagesetup.xsl: Added foot.empty and page.number.format named templates

2002-07-15  Norman Walsh <nwalsh@users.sourceforge.net>

	* pagesetup.xsl: Use named-templates for headers/footers to make customization easier

2002-07-09  Norman Walsh <nwalsh@users.sourceforge.net>

	* biblio.xsl: Don't output square brackets if there's no biblioentry label

	* synop.xsl: Bug #573726: fix cmdsynopsisref formatting

2002-07-08  Norman Walsh <nwalsh@users.sourceforge.net>

	* autoidx.xsl: Bug #574841: trim leading and trailing whitespace from primary/secondary/tertiary index terms

	* autoidx.xsl: Bug #574840: fix bug where some symbol index terms got lost

	* block.xsl, param.ent, param.xweb: Add sidebar.properties to control presentation of Sidebar elements

	* graphics.xsl: Work-around bug in xsltproc: explicitly cast scale to a number() before comparing it to 1.0

2002-07-07  Norman Walsh <nwalsh@users.sourceforge.net>

	* footnote.xsl, formal.xsl: Fix footnotes in table titles

	* lists.xsl: Fix ugly bug: make sure premables to orderedlist and itemizedlist elements are actually formatted

2002-07-06  Norman Walsh <nwalsh@users.sourceforge.net>

	* xref.xsl: Added missing parameter to olink.hottext; added missing olink.outline template

2002-07-06  Robert Stayton <bobstayton@users.sourceforge.net>

	* xref.xsl: Commented out call to olink.outline for old
	style olinks, in case Norm wants to add
	support for them.

	* xref.xsl: Bug fix: move xsl:param in olink template to be first child.

2002-07-05  Robert Stayton <bobstayton@users.sourceforge.net>

	* param.ent, param.xweb: Added four parameters to support new stylesheet olink system:
	target.database.document.xml
	use.local.olink.style.xml
	current.docid.xml
	olink.doctitle.xml

	* xref.xsl: Modified for the new stylesheet olink system.
	Modfified olink template to support the new
	targetdoc and targetptr attributes.
	Loads target database into keys for fast lookup.

2002-07-04  Norman Walsh <nwalsh@users.sourceforge.net>

	* block.xsl, xref.xsl: Feature req #525507: support xref to para by using the nearest containing section as the generated text

	* fop.xsl: Patch #530026: suppress whitespace in FOP bookmarks

	* glossary.xsl: Fix page number citation code

2002-07-03  Norman Walsh <nwalsh@users.sourceforge.net>

	* division.xsl, index.xsl, pagesetup.xsl, param.ent, param.xweb: 
	More hacking on page headers and footers: added toggles for rules and headers on blank pages

	* docbook.xsl: Feature Req #502932: added root.messages template for user defined messages

	* pagesetup.xsl: Remove silly debugging message

	* xref.xsl: Support insert.xref.page.number parameter

2002-07-02  Norman Walsh <nwalsh@users.sourceforge.net>

	* component.xsl, division.xsl, index.xsl, pagesetup.xsl, param.ent, param.xweb, sections.xsl: 
	Completely rewrote pagesetup.xsl: more page models, more logical page margin setup

2002-06-29  Norman Walsh <nwalsh@users.sourceforge.net>

	* formal.xsl, lists.xsl: Make list/procedure titles use gentext and have consisten formatting

	* table.xsl: Patch #514664: keep-together for table-cell if xep

2002-06-27  Norman Walsh <nwalsh@users.sourceforge.net>

	* glossary.xsl, param.ent, param.xweb: Make glossary parameters properly documented parameters; support glossary.as.blocks

2002-06-26  Norman Walsh <nwalsh@users.sourceforge.net>

	* table.xsl: Make sure we don't attempt to set the table width more than once if a table has multiple tgroups

2002-06-11  Norman Walsh <nwalsh@users.sourceforge.net>

	* autoidx.xsl, fo-patch-for-fop.xsl, fo-rtf.xsl, pagesetup.xsl, titlepage.templates.xml: 
	Add CVS Ids

	* biblio.xsl: Add spacing before bibliodivs

	* pagesetup.xsl: Put a titlepage at the beginning of the oneside sequence

	* param.ent, param.xweb: Added refentry.title.properties, section.title.properties, and use.role.as.xrefstyle

	* refentry.xsl: Use titlepage system for refentry (refsynopsisdiv, refsect*) titles

	* sections.xsl: Use section.title.properties

	* titlepage.templates.xml: Added refentry titlepage elements; tweaked font sizes and some spacing

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -