~ubuntu-branches/ubuntu/precise/dblatex/precise

« back to all changes in this revision

Viewing changes to xsl/preamble.xsl

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Hoenen
  • Date: 2009-08-27 20:17:07 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090827201707-qxo37xooz0bwfe92
Tags: 0.2.12-1
* New upstream release
* New upstream release fixes the separate page number display of PDF viewers
  like evince and acroread regarding the TOC page numbers for large documents
  when using the XeTeX backend.  Thanks to Yves-Alexis Perez for reporting.
  Closes: #533332
* Remove patches that have been integrated upstream:
  + 20_preserve_linebreaks_in_screen_userinput (#528964)
  + 10_dblatex_wrapper_script
* Cleanup dblatex .sty files that are already provided by TeXLive packages:
  + Remove the duplicates from dblatex.
  + Add a dependency on texlive-bibtex-extra for bibtopic.sty (the other files
    are provided by the already existing dependency on texlive-latex-extra).
  + Remove the .sty files section from the copyright file.
  Thanks to Vincent Lefevre for reporting.  Closes: #535550
* Synchronize debian/copyright with upstream COPYRIGHT regarding spelling
  issues.
* Move contents of debian/README.Debian-source to debian/copyright in order to
  comply with "Debian Developer's Reference", "Best practices for orig.tar.gz
  files".
* Add dblatex README.source refering to the dpatch one.  Thanks, lintian.
* Standards-Version: 3.8.3 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
483
483
  <!-- Back matter -->
484
484
  <xsl:if test="contains($layout, 'index ')">
485
485
    <xsl:if test="*//indexterm|*//keyword">
486
 
      <xsl:text>\printindex&#10;</xsl:text>
 
486
      <xsl:call-template name="printindex"/>
487
487
    </xsl:if>
488
488
  </xsl:if>
489
489
  <xsl:apply-templates select="colophon"/>