44 lines
1.4 KiB
TeX
44 lines
1.4 KiB
TeX
%% start of file `moderncvthemeempty.sty'.
|
||
%% Copyright 2006-2010 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}[2010/08/03 v0.12 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'.
|