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

« back to all changes in this revision

Viewing changes to .pc/20_db2latex_title_page.patch/latex/contrib/db2latex/db2latex.sty

  • 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:
20
20
\usepackage{footmisc} 
21
21
\usepackage{appendix} 
22
22
 
 
23
% Workaround to avoid troubles with accents in \appendixname used as hyperref
 
24
% label: force the label prefix to 'appendix' whatever the lang is
 
25
\let\orgresetsapp=\@resets@pp
 
26
\let\orgrestoreapp=\restoreapp
 
27
\let\restoreapp\relax
 
28
\def\@resets@pp{%
 
29
  \orgresetsapp
 
30
  \if@pphyper
 
31
    \def\Hy@chapapp{appendix}%
 
32
  \fi
 
33
  \orgrestoreapp
 
34
}
 
35
 
23
36
\newcommand{\DBKreleaseinfo}{Working Paper}
24
37
 
25
38
\usepackage{dbk_fonts}
411
424
    \addcontentsline{toc}{section}{\numberline{}\indexname}
412
425
  }{
413
426
    \refstepcounter{chapter}
414
 
    \addcontentsline{toc}{chapter}{\numberline{}\indexname}
 
427
    \ifnum \value{part} >\z@
 
428
      \addcontentsline{toc}{part}{\protect\numberline{}\indexname}
 
429
    \else
 
430
      \addcontentsline{toc}{chapter}{\numberline{}\indexname}
 
431
    \fi
415
432
  }
416
433
}{
417
434
  \dbtolatex@@endtheindex%