diff -r 8f6171fed759 -r 40fcff196726 modern/moderncvthemeempty.sty --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modern/moderncvthemeempty.sty Sun Aug 01 13:48:50 2010 +0200 @@ -0,0 +1,43 @@ +%% start of file `moderncvthemeempty.sty'. +%% Copyright 2006-2008 Xavier Danaux (xdanaux@gmail.com). +% +% This work may be distributed and/or modified under the +% conditions of the LaTeX Project Public License version 1.3c, +% available at http://www.latex-project.org/lppl/. + + +%------------------------------------------------------------------------------- +% identification +%------------------------------------------------------------------------------- +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{moderncvthemeempty}[2008/06/17 v0.7 modern curriculum vitae style: empty] + + +%------------------------------------------------------------------------------- +% required packages +%------------------------------------------------------------------------------- + + +%------------------------------------------------------------------------------- +% package options +%------------------------------------------------------------------------------- +% unused options +\DeclareOption*{ + \PackageWarning{moderncvthemeempty}{Unknown option ‘\CurrentOption’}} + +% execute default options +\ExecuteOptions{} + +% process given options +\ProcessOptions\relax + + +%------------------------------------------------------------------------------- +% style definition +%------------------------------------------------------------------------------- + + +\endinput + + +%% end of file `moderncvthemeempty.sty'.