moderncv/moderncvthemeempty.sty

43 lines
1.4 KiB
Text
Raw Permalink Normal View History

2010-05-19 02:28:57 +02:00
%% start of file `moderncvthemeempty.sty'.
2011-11-06 19:56:28 +01:00
%% Copyright 2006-2011 Xavier Danaux (xdanaux@gmail.com).
2010-05-19 02:26:05 +02:00
%
% 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/.
2010-05-19 02:17:38 +02:00
%-------------------------------------------------------------------------------
% identification
%-------------------------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}
2011-11-06 19:56:28 +01:00
\ProvidesPackage{moderncvthemeempty}[2011/11/06 v0.13 modern curriculum vitae style: empty]
2010-05-19 02:17:38 +02:00
%-------------------------------------------------------------------------------
% required packages
%-------------------------------------------------------------------------------
%-------------------------------------------------------------------------------
% package options
%-------------------------------------------------------------------------------
% unused options
\DeclareOption*{
2010-05-19 02:28:57 +02:00
\PackageWarning{moderncvthemeempty}{Unknown option '\CurrentOption'}}
2010-05-19 02:17:38 +02:00
% execute default options
\ExecuteOptions{}
% process given options
\ProcessOptions\relax
%-------------------------------------------------------------------------------
% style definition
%-------------------------------------------------------------------------------
\endinput
2010-05-19 02:26:05 +02:00
2010-05-19 02:28:57 +02:00
%% end of file `moderncvthemeempty.sty'.