summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/oberdiek/example-mycolorsetup.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-10-05 23:13:42 +0000
committerKarl Berry <karl@freefriends.org>2007-10-05 23:13:42 +0000
commit4c911ff5ebf103e651707635abf2064ddf149c96 (patch)
treed3550a7008c8851c3df0746c7e9800df307a0699 /Master/texmf-dist/doc/latex/oberdiek/example-mycolorsetup.sty
parentf020fc73ad0b6e33f65d5f0b84646131e0340f2f (diff)
oberdiek update/new: bigintcalc bitset grfext
git-svn-id: svn://tug.org/texlive/trunk@5118 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/oberdiek/example-mycolorsetup.sty')
-rw-r--r--Master/texmf-dist/doc/latex/oberdiek/example-mycolorsetup.sty11
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/oberdiek/example-mycolorsetup.sty b/Master/texmf-dist/doc/latex/oberdiek/example-mycolorsetup.sty
index 8b58b76c8e5..25a123d91d7 100644
--- a/Master/texmf-dist/doc/latex/oberdiek/example-mycolorsetup.sty
+++ b/Master/texmf-dist/doc/latex/oberdiek/example-mycolorsetup.sty
@@ -26,15 +26,15 @@
%% This work consists of the main source file kvoptions.dtx
%% and the derived files
%% kvoptions.sty, kvoptions.pdf, kvoptions.ins, kvoptions.drv,
-%% example-mycolorsetup.sty.
+%% example-mycolorsetup.sty, kvoptions-test1.tex.
%%
%% No we don't need the option 'color'.
-%% With color support option 'emphcolor' will dynamically change
-%% the color of \emph statements.
+%% With color support option 'emphcolor' will dynamically
+%% change the color of \emph statements.
% Package identification
% -----------------------
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{example-mycolorsetup}[2007/06/11 Managing my colors]
+\ProvidesPackage{example-mycolorsetup}[2007/10/02 Managing my colors]
\RequirePackage{ifpdf}
\RequirePackage{kvoptions}
@@ -92,7 +92,8 @@
}%
% Pass the option to package color.
% Again it is better to expand \CurrentOption.
- \expandafter\PassOptionsToPackage\expandafter{\CurrentOption}{color}%
+ \expandafter\PassOptionsToPackage
+ \expandafter{\CurrentOption}{color}%
\else
% Package color does not take options with values.
% We provide the standard LaTeX error.