diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/changes/changes.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/changes/changes.sty | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/changes/changes.sty b/Master/texmf-dist/tex/latex/changes/changes.sty index b4cf91a993e..efd654647fd 100644 --- a/Master/texmf-dist/tex/latex/changes/changes.sty +++ b/Master/texmf-dist/tex/latex/changes/changes.sty @@ -34,20 +34,31 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{changes} -[2007/08/27 v0.5.1 changes-Paket] -\typeout{*** changes-Paket 2007/08/27 v0.5.1 ***} +[2007/10/10 v0.5.2 changes-Paket] +\typeout{*** changes-Paket 2007/10/10 v0.5.2 ***} \RequirePackage{xkeyval} \RequirePackage{ifthen} \newboolean{Changes@optiondraft} \setboolean{Changes@optiondraft}{true} \DeclareOptionX{draft}{ - \typeout{Changes-Option 'draft'} + \typeout{changes-option '\CurrentOption'} } \DeclareOptionX{final}{ \setboolean{Changes@optiondraft}{false} - \typeout{Changes-Option 'final'} + \typeout{changes-option '\CurrentOption'} } -\ProcessOptionsX +\DeclareOptionX{ulem}{ + \typeout{ulem-option '#1', passed to package ulem} + \PassOptionsToPackage{#1}{ulem} +} +\DeclareOptionX{xcolor}{ + \typeout{xcolor-option '#1', passed to package xcolor} + \PassOptionsToPackage{#1}{xcolor} +} +\DeclareOptionX*{ + \PackageWarning{Unknown changes-option '\CurrentOption'} +} +\ProcessOptionsX\relax \RequirePackage{xcolor} \RequirePackage{pdfcolmk} \RequirePackage{ulem} |