diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-18 00:29:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-18 00:29:17 +0000 |
commit | 9a4e6a658d7fbfe18eb8d1d0e2c5cbb4dacf5f15 (patch) | |
tree | 34d7e40cd385e78047eb72d5366ebead0c0ba149 /Master/texmf-dist/tex/latex/oberdiek | |
parent | 3f477765bef483a2dbce91c6638d1d96d61806da (diff) |
oberdiek update (17mar10)
git-svn-id: svn://tug.org/texlive/trunk@17478 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/oberdiek')
-rw-r--r-- | Master/texmf-dist/tex/latex/oberdiek/holtxdoc.sty | 28 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty | 18 |
2 files changed, 34 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/oberdiek/holtxdoc.sty b/Master/texmf-dist/tex/latex/oberdiek/holtxdoc.sty index 545ce37611e..34f834ef380 100644 --- a/Master/texmf-dist/tex/latex/oberdiek/holtxdoc.sty +++ b/Master/texmf-dist/tex/latex/oberdiek/holtxdoc.sty @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright (C) 1999-2009 by +%% Copyright (C) 1999-2010 by %% Heiko Oberdiek <heiko.oberdiek at googlemail.com> %% %% This work may be distributed and/or modified under the @@ -31,7 +31,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{holtxdoc}% - [2010/02/03 v0.14 Private additional ltxdoc support (HO)] + [2010/03/10 v0.15 Private additional ltxdoc support (HO)] \RequirePackage[numbered]{hypdoc} \RequirePackage{array} \def\hld@info#1{% @@ -159,7 +159,29 @@ \providecommand*{\eTeX}{\mbox{$\varepsilon$-\TeX}} \providecommand*{\pdfTeX}{pdf\TeX} \providecommand*{\pdfLaTeX}{pdf\LaTeX} -\providecommand*{\LuaTeX}{L\textsc{ua}\TeX} +\providecommand*{\LuaTeX}{% + \begingroup + Lua% + \setbox0\hbox{aT}% + \setbox2\hbox{a\kern0ptT}% + \ifdim\wd0<\wd2 % + \else + \setbox0\hbox{oT}% + \setbox2\hbox{o\kern0ptT}% + \ifdim\wd0<\wd2 % + \else + \setbox0\hbox{To}% + \setbox2\hbox{T\kern0pto}% + \fi + \ifdim\wd0<\wd2 % + \dimen0=\wd0 % + \advance\dimen0-\wd2 % + \kern\dimen0 % + \fi + \fi + \TeX + \endgroup +} \def\@temp#1#2{% \@ifundefined{\expandafter\@gobble\string#1}{% \DeclareRobustCommand*{#1}{% diff --git a/Master/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty b/Master/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty index 1f35e819f9e..93802df25f7 100644 --- a/Master/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty +++ b/Master/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty @@ -72,7 +72,7 @@ \g@addto@macro\ReFiCh@AtEnd{\endinput} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{rerunfilecheck}% - [2010/02/22 v1.4 Rerun checks for auxiliary files (HO)] + [2010/03/16 v1.6 Rerun checks for auxiliary files (HO)] \RequirePackage{kvoptions}[2010/02/22] \SetupKeyvalOptions{% family=rerunfilecheck,% @@ -275,18 +275,18 @@ \def\ReFiCh@RerunFileCheck#1{% \expandafter\ReFiCh@@RerunFileCheck\csname ReFiCh@#1\endcsname } +\def\ReFiCh@Check#1#2#3{% + #1\edef#2{\ReFiCh@CheckSum{#3}}% + \ifx#2\ReFiCh@Separator + #1\let#2\ReFiCh@NoFile + \fi +} \def\ReFiCh@@RerunFileCheck#1#2#3#4{% - \xdef#1{\ReFiCh@CheckSum{#2}}% - \ifx#1\ReFiCh@Separator - \global\let#1\ReFiCh@NoFile - \fi + \ReFiCh@Check\global#1{#2}% \AtVeryEndDocument{% \begingroup #3% - \edef\x{\ReFiCh@CheckSum{#2}}% - \ifx\x\ReFiCh@Separator - \let\x\ReFiCh@NoFile - \fi + \ReFiCh@Check{}\x{#2}% \ifx#1\x \@PackageInfoNoLine{rerunfilecheck}{% File `#2' has not changed.\MessageBreak |