diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-02 21:50:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-02 21:50:45 +0000 |
commit | aa1776c78dfdb456e2228fbceaa886e64e36174c (patch) | |
tree | 7967af7f0f2079a632809a813221918af16ba8cc /Master/texmf-dist/tex/latex/oberdiek/holtxdoc.sty | |
parent | a86d14742b305868a1c2b1f33f1263a6b7d0e03d (diff) |
oberdiek (1may12)
git-svn-id: svn://tug.org/texlive/trunk@26177 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/oberdiek/holtxdoc.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/oberdiek/holtxdoc.sty | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/oberdiek/holtxdoc.sty b/Master/texmf-dist/tex/latex/oberdiek/holtxdoc.sty index 6f43e9623b1..737c859b04a 100644 --- a/Master/texmf-dist/tex/latex/oberdiek/holtxdoc.sty +++ b/Master/texmf-dist/tex/latex/oberdiek/holtxdoc.sty @@ -9,9 +9,9 @@ %% This is a generated file. %% %% Project: holtxdoc -%% Version: 2011/02/04 v0.21 +%% Version: 2012/03/21 v0.24 %% -%% Copyright (C) 1999-2011 by +%% Copyright (C) 1999-2012 by %% Heiko Oberdiek <heiko.oberdiek at googlemail.com> %% %% This work may be distributed and/or modified under the @@ -34,13 +34,14 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{holtxdoc}% - [2011/02/04 v0.21 Private additional ltxdoc support (HO)] + [2012/03/21 v0.24 Private additional ltxdoc support (HO)] \PassOptionsToPackage{pdfencoding=auto}{hyperref} \RequirePackage[numbered]{hypdoc}[2010/03/26] \RequirePackage{hyperref}[2010/03/30] \RequirePackage{pdftexcmds}[2010/04/01] \RequirePackage{ltxcmds}[2010/03/09] -\RequirePackage{hologo}[2010/04/24] +\RequirePackage{hologo}[2011/11/22] +\RequirePackage{ifluatex}[2010/03/01] \RequirePackage{array} \def\hld@info#1{% \PackageInfo{holtxdoc}{#1\@gobble}% @@ -48,6 +49,11 @@ \def\hld@warn#1{% \PackageWarningNoLine{holtxdoc}{#1}% } +\ifluatex + \RequirePackage{fontspec}[2011/09/18]% + \RequirePackage{unicode-math}[2011/09/19]% + \setmathfont{lmmath-regular.otf}% +\fi \ltx@IfUndefined{pdf@filemoddate}{% }{% \edef\hld@temp{\pdf@filemoddate{\jobname.dtx}}% @@ -82,8 +88,9 @@ \hld@temp \fi } +\providecommand*{\historyname}{History} \newcommand*{\StartHistory}{% - \section{History}% + \section{\historyname}% } \@ifpackagelater{hyperref}{2009/11/27}{% \newcommand*{\HistVersion}[1]{% @@ -115,9 +122,13 @@ \StartHistory \def\Version##1{% \HistVersion{##1}% - \itemize + \@ifnextchar\end{% + \let\endVersion\relax + }{% + \let\endVersion\enditemize + \itemize + }% }% - \let\endVersion\enditemize \raggedright }{} \newcommand{\URL}[2]{% |