sam/aok/moderncvthemeempty.sty
author Eugen Sawin <sawine@me73.com>
Tue, 17 Aug 2010 23:05:08 +0200
changeset 7 bf1d51c6da3f
permissions -rw-r--r--
AOK fast fertig
     1 %% start of file `moderncvthemeempty.sty'.
     2 %% Copyright 2006-2008 Xavier Danaux (xdanaux@gmail.com).
     3 %
     4 % This work may be distributed and/or modified under the
     5 % conditions of the LaTeX Project Public License version 1.3c,
     6 % available at http://www.latex-project.org/lppl/.
     7 
     8 
     9 %-------------------------------------------------------------------------------
    10 %                identification
    11 %-------------------------------------------------------------------------------
    12 \NeedsTeXFormat{LaTeX2e}
    13 \ProvidesPackage{moderncvthemeempty}[2008/06/17 v0.7 modern curriculum vitae style: empty]
    14 
    15 
    16 %-------------------------------------------------------------------------------
    17 %                required packages
    18 %-------------------------------------------------------------------------------
    19 
    20 
    21 %-------------------------------------------------------------------------------
    22 %                package options
    23 %-------------------------------------------------------------------------------
    24 % unused options
    25 \DeclareOption*{
    26   \PackageWarning{moderncvthemeempty}{Unknown option ‘\CurrentOption’}}
    27 
    28 % execute default options
    29 \ExecuteOptions{}
    30 
    31 % process given options
    32 \ProcessOptions\relax
    33 
    34 
    35 %-------------------------------------------------------------------------------
    36 %                style definition
    37 %-------------------------------------------------------------------------------
    38 
    39 
    40 \endinput
    41 
    42 
    43 %% end of file `moderncvthemeempty.sty'.