diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/mycv/mycv.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/mycv/mycv.cls | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/mycv/mycv.cls b/Master/texmf-dist/tex/latex/mycv/mycv.cls index 32136a21e68..a2359425dc6 100644 --- a/Master/texmf-dist/tex/latex/mycv/mycv.cls +++ b/Master/texmf-dist/tex/latex/mycv/mycv.cls @@ -21,20 +21,19 @@ \NeedsTeXFormat{LaTeX2e} \RequirePackage{svn-prov} -\def\@versionstr{1.5.4} +\input{mycv_version.def} \ProvidesClassSVN - {$Id: mycv.cls 66 2012-04-28 14:38:41Z ghangenit $} + {$Id: mycv.cls 85 2012-05-12 17:07:42Z ghangenit $} [v\@versionstr][My Curriculum Vitae class] % ======== % Packages % ======== -\RequirePackage{kvoptions} % see the comment above -\RequirePackage{etextools} % for lists and other useful tools -\RequirePackage{ifthen} % for <\ifthenelse> command -\RequirePackage{xstring} % string utilities +\RequirePackage{kvoptions} % for class options with key-value format +\RequirePackage{xstring} % for string utilities +\RequirePackage{ifthen} % for the <\ifthenelse> command % ============= % Class Options |