summaryrefslogtreecommitdiff
path: root/info/examples/Math/exaeuropecv.cls
diff options
context:
space:
mode:
Diffstat (limited to 'info/examples/Math/exaeuropecv.cls')
-rw-r--r--info/examples/Math/exaeuropecv.cls21
1 files changed, 21 insertions, 0 deletions
diff --git a/info/examples/Math/exaeuropecv.cls b/info/examples/Math/exaeuropecv.cls
new file mode 100644
index 0000000000..903f048bfa
--- /dev/null
+++ b/info/examples/Math/exaeuropecv.cls
@@ -0,0 +1,21 @@
+% $Id: exaeuropecv.cls 428 2022-01-24 07:38:57Z herbert $
+%%
+%% Example class for use with the book examples.
+%%
+%% Copyright (C) 2009 Herbert Voss
+%%
+%% It may be distributed and/or modified under the conditions
+%% of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%%
+%% See http://www.latex-project.org/lppl.txt for details.
+%%
+%
+\RequirePackage{DEoptions}
+\DeclareOption*{\PassOptionsToClass{\CurrentOption}{europecv}}
+\ProcessOptions\relax
+\LoadClass[booktabs]{europecv}
+
+
+\endinput
+