summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/mycv/mycv.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-05-14 23:53:04 +0000
committerKarl Berry <karl@freefriends.org>2012-05-14 23:53:04 +0000
commit6e33deaa4bd2d4a6029e026a54e510b847731f23 (patch)
tree25c0cd887fc3ae56eadc89cc570e6b06cee39833 /Master/texmf-dist/tex/latex/mycv/mycv.cls
parent43bb87fb699f597f53baf7a8a32c288036fee558 (diff)
mycv (14may12)
git-svn-id: svn://tug.org/texlive/trunk@26385 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/mycv/mycv.cls')
-rw-r--r--Master/texmf-dist/tex/latex/mycv/mycv.cls11
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