Release 0.2

This commit is contained in:
Xavier Danaux 2006-03-06 21:15:53 -08:00
commit 12875ce6e9
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'.