Version 0.2 retroactive commit

This commit is contained in:
Xavier Danaux 2010-05-19 02:17:38 +02:00
commit a234120fb1
22 changed files with 805 additions and 447 deletions

36
moderncvstyleempty.sty Normal file
View file

@ -0,0 +1,36 @@
%% start of file `moderncvstyleempty.sty'.
%-------------------------------------------------------------------------------
% identification
%-------------------------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{moderncvstyleempty}[2006/03/06 v0.2 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'.