summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/moderncv/moderncvthemeempty.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/moderncv/moderncvthemeempty.sty')
-rw-r--r--Master/texmf-dist/tex/latex/moderncv/moderncvthemeempty.sty43
1 files changed, 43 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/moderncv/moderncvthemeempty.sty b/Master/texmf-dist/tex/latex/moderncv/moderncvthemeempty.sty
new file mode 100644
index 00000000000..5c823af8e24
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/moderncv/moderncvthemeempty.sty
@@ -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'.