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

« back to all changes in this revision

Viewing changes to xsl/biblio.xsl

  • Committer: Package Import Robot
  • Author(s): Andreas Hoenen
  • Date: 2011-07-09 15:20:37 UTC
  • mfrom: (0.8.1) (0.6.2) (8.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: package-import@ubuntu.com-20110709152037-8ao9l07dmgyjn6vn
* New upstram release
* New upstream release fixes the following open Debian BTS issues:
  + Don't crash on XeTeX backend compilation of spanish documents with an
    <appendix> element.  Thanks to W. Martin Borgert for reporting.
    Closes: #629110
* Remove patches that have been integrated upstream:
  + 20_filename_replaceable.patch (#623590)
* Take over actualized copyright period of upstream COPYRIGHT to
  debian/copyright.
* Replace python build helper dh_pysupport with dh_python2.
* In draft mode set draft watermark for XeTeX backend, too.  Thanks to W.
  Martin Borgert for reporting and for the patch.  Closes: #629514

Show diffs side-by-side

added added

removed removed

Lines of Context:
237
237
     ################ -->
238
238
 
239
239
<xsl:template match="bibliography">
 
240
  <!--
240
241
  <xsl:message>Processing Bibliography</xsl:message>
241
242
  <xsl:message><xsl:text>Output Mode: </xsl:text>
242
243
    <xsl:value-of select="$latex.biblio.output"/>
243
244
  </xsl:message>
 
245
  -->
244
246
  <xsl:text>% ------------------------------------------- &#10;</xsl:text>
245
247
  <xsl:text>% Bibliography&#10;</xsl:text>
246
248
  <xsl:text>% ------------------------------------------- &#10;</xsl:text>
281
283
     ############### -->
282
284
 
283
285
<xsl:template match="bibliodiv">
284
 
  <xsl:message>Processing Bibliography - Bibliodiv</xsl:message>
285
286
  <xsl:variable name="level">
286
287
    <xsl:call-template name="get.sect.level">
287
288
      <xsl:with-param name="n" select="parent::bibliography"/>