diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/mycv/mycv.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/mycv/mycv.cls | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/mycv/mycv.cls b/Master/texmf-dist/tex/latex/mycv/mycv.cls index adee0b52d61..32136a21e68 100644 --- a/Master/texmf-dist/tex/latex/mycv/mycv.cls +++ b/Master/texmf-dist/tex/latex/mycv/mycv.cls @@ -21,11 +21,11 @@ \NeedsTeXFormat{LaTeX2e} \RequirePackage{svn-prov} -\def\@versionstr{1.5.3} +\def\@versionstr{1.5.4} \ProvidesClassSVN - {$Id: mycv.cls 60 2012-04-14 23:33:21Z ghangenit $} - [\@versionstr][My Curriculum Vitae class] + {$Id: mycv.cls 66 2012-04-28 14:38:41Z ghangenit $} + [v\@versionstr][My Curriculum Vitae class] % ======== % Packages @@ -34,7 +34,6 @@ \RequirePackage{kvoptions} % see the comment above \RequirePackage{etextools} % for lists and other useful tools \RequirePackage{ifthen} % for <\ifthenelse> command -\RequirePackage{pifont} % 'ding' style for item of itemize env \RequirePackage{xstring} % string utilities % ============= @@ -48,7 +47,7 @@ \DeclareStringOption[english]{language} \DeclareStringOption[Contents]{cntdir} -\DeclareStringOption[mycv_style.def]{style} +\DeclareStringOption[mycv_style]{style} \DeclareStringOption[]{mdlname} \ProcessKeyvalOptions* @@ -76,13 +75,13 @@ % ------------------------------------- \ifthenelse{\equal{\mycv@style}{none}}% {\relax}% file style is not wanted - {\input{\mycv@style}} + {\RequirePackage{\mycv@style}} % ---------------------- % use decorations or not % ---------------------- \ifthenelse{\boolean{mycv@withDec}}% - {\input{mycv_dec.def}}% + {\RequirePackage{mycv_dec}}% {\relax} \DeclareRobustCommand{\ifmodel}[1]{% |