diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-04 12:47:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-04 12:47:11 +0000 |
commit | 81cb4991a294f8c832eeebda60e9f0b49f7c389c (patch) | |
tree | 716927b9379eebac950db971309770af069dcf01 /Master/texmf-dist/tex/latex/moderncv/moderncvstyleempty.sty | |
parent | 7ce8eb47651667cd0b38e9aae56525fbc2d5533c (diff) |
new package moderncv
git-svn-id: svn://tug.org/texlive/trunk@1763 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/moderncv/moderncvstyleempty.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/moderncv/moderncvstyleempty.sty | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/moderncv/moderncvstyleempty.sty b/Master/texmf-dist/tex/latex/moderncv/moderncvstyleempty.sty new file mode 100644 index 00000000000..a96a371c5cf --- /dev/null +++ b/Master/texmf-dist/tex/latex/moderncv/moderncvstyleempty.sty @@ -0,0 +1,36 @@ +%% start of file `moderncvstyleempty.sty'. + +%------------------------------------------------------------------------------- +% identification +%------------------------------------------------------------------------------- +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{moderncvstyleempty}[2006/05/02 v0.4 modern curriculum vitae style: empty] + + +%------------------------------------------------------------------------------- +% required packages +%------------------------------------------------------------------------------- + + +%------------------------------------------------------------------------------- +% package options +%------------------------------------------------------------------------------- +% unused options +\DeclareOption*{ + \PackageWarning{moderncvstyleempty}{Unknown option ‘\CurrentOption’}} + +% execute default options +\ExecuteOptions{} + +% process given options +\ProcessOptions\relax + + +%------------------------------------------------------------------------------- +% style definition +%------------------------------------------------------------------------------- + + +\endinput + +%% end of file `moderncvstyleempty.sty'. |