summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/oberdiek/luacolor.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-05-18 22:01:00 +0000
committerKarl Berry <karl@freefriends.org>2016-05-18 22:01:00 +0000
commit76d94e13843247a70f1b290da9ec696f0780b1a5 (patch)
treef7622dad29bf0bd068a269e9e8a822f412567e47 /Master/texmf-dist/source/latex/oberdiek/luacolor.dtx
parent97ec70e7454d8877757fc67cfb6409943171d219 (diff)
oberdiek (18may16)
git-svn-id: svn://tug.org/texlive/trunk@41247 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/oberdiek/luacolor.dtx')
-rw-r--r--Master/texmf-dist/source/latex/oberdiek/luacolor.dtx28
1 files changed, 16 insertions, 12 deletions
diff --git a/Master/texmf-dist/source/latex/oberdiek/luacolor.dtx b/Master/texmf-dist/source/latex/oberdiek/luacolor.dtx
index 8fd55d6ae1d..aa82688eae8 100644
--- a/Master/texmf-dist/source/latex/oberdiek/luacolor.dtx
+++ b/Master/texmf-dist/source/latex/oberdiek/luacolor.dtx
@@ -1,7 +1,7 @@
% \iffalse meta-comment
%
% File: luacolor.dtx
-% Version: 2016/05/13 v1.9
+% Version: 2016/05/16 v1.10
% Info: Color support via LuaTeX's attributes
%
% Copyright (C) 2007, 2009-2011 by
@@ -87,7 +87,7 @@
\input docstrip.tex
\Msg{************************************************************************}
\Msg{* Installation}
-\Msg{* Package: luacolor 2016/05/13 v1.9 Color support via LuaTeX's attributes (HO)}
+\Msg{* Package: luacolor 2016/05/16 v1.10 Color support via LuaTeX's attributes (HO)}
\Msg{************************************************************************}
\keepsilent
@@ -99,7 +99,7 @@
This is a generated file.
Project: luacolor
-Version: 2016/05/13 v1.9
+Version: 2016/05/16 v1.10
Copyright (C) 2007, 2009-2011 by
Heiko Oberdiek <heiko.oberdiek at googlemail.com>
@@ -185,7 +185,7 @@ and the derived files
%<*driver>
\NeedsTeXFormat{LaTeX2e}
\ProvidesFile{luacolor.drv}%
- [2016/05/13 v1.9 Color support via LuaTeX's attributes (HO)]%
+ [2016/05/16 v1.10 Color support via LuaTeX's attributes (HO)]%
\documentclass{ltxdoc}
\usepackage{holtxdoc}[2011/11/22]
\usepackage{paralist}
@@ -220,7 +220,7 @@ and the derived files
% \GetFileInfo{luacolor.drv}
%
% \title{The \xpackage{luacolor} package}
-% \date{2016/05/13 v1.9}
+% \date{2016/05/16 v1.10}
% \author{Heiko Oberdiek\thanks
% {Please report any issues at https://github.com/ho-tex/oberdiek/issues}\\
% \xemail{heiko.oberdiek at googlemail.com}}
@@ -364,7 +364,7 @@ and the derived files
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{luacolor}%
- [2016/05/13 v1.9 Color support via LuaTeX's attributes (HO)]
+ [2016/05/16 v1.10 Color support via LuaTeX's attributes (HO)]
% \end{macrocode}
%
% \subsection{Check for \LuaTeX}
@@ -428,7 +428,7 @@ and the derived files
% \end{macrocode}
% \begin{macrocode}
\begingroup
- \edef\x{\LuaCol@directlua{tex.write("2016/05/13 v1.9")}}%
+ \edef\x{\LuaCol@directlua{tex.write("2016/05/16 v1.10")}}%
\edef\y{%
\LuaCol@directlua{%
if oberdiek.luacolor.getversion then %
@@ -606,7 +606,7 @@ module("oberdiek.luacolor", package.seeall)
% \begin{macro}{getversion()}
% \begin{macrocode}
function getversion()
- tex.write("2016/05/13 v1.9")
+ tex.write("2016/05/16 v1.10")
end
% \end{macrocode}
% \end{macro}
@@ -986,7 +986,7 @@ end
\pdfoutput=0 %
\fi
\documentclass{minimal}
-\usepackage{luacolor}[2016/05/13]
+\usepackage{luacolor}[2016/05/16]
\csname @@end\endcsname
\end
%</test2>
@@ -998,7 +998,7 @@ end
% \end{macrocode}
% \begin{macrocode}
\documentclass{minimal}
-\usepackage{luacolor}[2016/05/13]
+\usepackage{luacolor}[2016/05/16]
\usepackage{qstest}
\IncludeTests{*}
\LogTests{log}{*}{*}
@@ -1014,7 +1014,7 @@ end
% \subsection{Download}
%
% \paragraph{Package.} This package is available on
-% CTAN\footnote{\url{ftp://ftp.ctan.org/tex-archive/}}:
+% CTAN\footnote{\url{http://ctan.org/pkg/luacolor}}:
% \begin{description}
% \item[\CTAN{macros/latex/contrib/oberdiek/luacolor.dtx}] The source file.
% \item[\CTAN{macros/latex/contrib/oberdiek/luacolor.pdf}] Documentation.
@@ -1214,7 +1214,7 @@ end
<authorref id='auth:oberdiek'/>
<copyright owner='Heiko Oberdiek' year='2007,2009-2011'/>
<license type='lppl1.3'/>
- <version number='1.9'/>
+ <version number='1.10'/>
<description>
This package implements color support based on LuaTeX's node
attributes.
@@ -1301,6 +1301,10 @@ end
% More use of \texttt{node.subtype} instead of magic numbers.
% \item luatex 85 updates
% \end{Version}
+% \begin{Version}{2016/05/16 v1.10}
+% \item
+% Documentation updates.
+% \end{Version}
% \end{History}
%
% \PrintIndex