diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-11 00:53:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-11 00:53:24 +0000 |
commit | e0c403f3aeb77058bf16d47b313a1ad342883632 (patch) | |
tree | 0d0a58a79a7fb30f6b7ba8f6cc82cbf289052eac /Master/texmf-dist/tex/latex/oberdiek | |
parent | 66dac6c1151673a49ee534ed1c68adae289d27a9 (diff) |
oberdiek update (10mar10)
git-svn-id: svn://tug.org/texlive/trunk@17413 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/oberdiek')
-rw-r--r-- | Master/texmf-dist/tex/latex/oberdiek/luacolor.sty | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/oberdiek/luacolor.sty b/Master/texmf-dist/tex/latex/oberdiek/luacolor.sty index c41748c85df..7492c2ee620 100644 --- a/Master/texmf-dist/tex/latex/oberdiek/luacolor.sty +++ b/Master/texmf-dist/tex/latex/oberdiek/luacolor.sty @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright (C) 2007, 2009 by +%% Copyright (C) 2007, 2009, 2010 by %% Heiko Oberdiek <heiko.oberdiek at googlemail.com> %% %% This work may be distributed and/or modified under the @@ -76,12 +76,12 @@ } \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{luacolor}% - [2009/04/10 v1.1 Coloring based on LuaTeX's node attributes (HO)] + [2010/03/09 v1.2 Coloring based on LuaTeX's node attributes (HO)] \RequirePackage{infwarerr}[2007/09/09]% \RequirePackage{ifluatex}[2009/04/10]% \RequirePackage{color} \ifluatex - \RequirePackage{luatex}[2009/04/10]% + \RequirePackage{luatex}[2010/03/09]% \else \@PackageError{luacolor}{% This package may only be run using LuaTeX% @@ -140,7 +140,7 @@ \protected\def\set@color{% \setattribute\LuaCol@Attribute{% \LuaCol@directlua{% - oberdiek.luacolor.get("\luaescapestring{\current@color}")% + oberdiek.luacolor.get("\luatexluaescapestring{\current@color}")% }% }% } |