Version 0.2 retroactive commit

This commit is contained in:
Xavier Danaux
2010-05-19 02:17:38 +02:00
parent c2cdaa27cf
commit a234120fb1
19 changed files with 633 additions and 275 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'.