modern/moderncvthemeempty.sty
changeset 2 40fcff196726
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/modern/moderncvthemeempty.sty	Sun Aug 01 13:48:50 2010 +0200
     1.3 @@ -0,0 +1,43 @@
     1.4 +%% start of file `moderncvthemeempty.sty'.
     1.5 +%% Copyright 2006-2008 Xavier Danaux (xdanaux@gmail.com).
     1.6 +%
     1.7 +% This work may be distributed and/or modified under the
     1.8 +% conditions of the LaTeX Project Public License version 1.3c,
     1.9 +% available at http://www.latex-project.org/lppl/.
    1.10 +
    1.11 +
    1.12 +%-------------------------------------------------------------------------------
    1.13 +%                identification
    1.14 +%-------------------------------------------------------------------------------
    1.15 +\NeedsTeXFormat{LaTeX2e}
    1.16 +\ProvidesPackage{moderncvthemeempty}[2008/06/17 v0.7 modern curriculum vitae style: empty]
    1.17 +
    1.18 +
    1.19 +%-------------------------------------------------------------------------------
    1.20 +%                required packages
    1.21 +%-------------------------------------------------------------------------------
    1.22 +
    1.23 +
    1.24 +%-------------------------------------------------------------------------------
    1.25 +%                package options
    1.26 +%-------------------------------------------------------------------------------
    1.27 +% unused options
    1.28 +\DeclareOption*{
    1.29 +  \PackageWarning{moderncvthemeempty}{Unknown option ‘\CurrentOption’}}
    1.30 +
    1.31 +% execute default options
    1.32 +\ExecuteOptions{}
    1.33 +
    1.34 +% process given options
    1.35 +\ProcessOptions\relax
    1.36 +
    1.37 +
    1.38 +%-------------------------------------------------------------------------------
    1.39 +%                style definition
    1.40 +%-------------------------------------------------------------------------------
    1.41 +
    1.42 +
    1.43 +\endinput
    1.44 +
    1.45 +
    1.46 +%% end of file `moderncvthemeempty.sty'.