Version 0.6 retroactive commit

This commit is contained in:
Xavier Danaux
2010-05-19 02:28:57 +02:00
parent dd327399f3
commit 9ee8f754b9
23 changed files with 631 additions and 591 deletions

43
moderncvthemeempty.sty Normal file
View File

@ -0,0 +1,43 @@
%% start of file `moderncvthemeempty.sty'.
%% Copyright 2007 Xavier Danaux (xdanaux@gmail.com).
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License version 1.3c,
% available at http://www.latex-project.org/lppl/.
%-------------------------------------------------------------------------------
% identification
%-------------------------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{moderncvthemeempty}[2007/05/28 v0.6 modern curriculum vitae style: empty]
%-------------------------------------------------------------------------------
% required packages
%-------------------------------------------------------------------------------
%-------------------------------------------------------------------------------
% package options
%-------------------------------------------------------------------------------
% unused options
\DeclareOption*{
\PackageWarning{moderncvthemeempty}{Unknown option '\CurrentOption'}}
% execute default options
\ExecuteOptions{}
% process given options
\ProcessOptions\relax
%-------------------------------------------------------------------------------
% style definition
%-------------------------------------------------------------------------------
\endinput
%% end of file `moderncvthemeempty.sty'.