diff options
author | Karl Berry <karl@freefriends.org> | 2007-10-11 23:47:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-10-11 23:47:25 +0000 |
commit | b0400383578d567f8fdffcb7fced2fb1b6a1b982 (patch) | |
tree | 5aea2b349a9df203067e24c2ca86e0bab14bfed5 /Master/texmf-dist/tex/latex | |
parent | 82dc50c595ce8268fd46c4af7ce77bf20af120d0 (diff) |
changes 0.5.2 (10oct07)
git-svn-id: svn://tug.org/texlive/trunk@5161 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-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} |