summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/contracard
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-09-17 22:09:57 +0000
committerKarl Berry <karl@freefriends.org>2013-09-17 22:09:57 +0000
commitaf181ba11c727ee9da985761d3e78d69c681c89b (patch)
tree43174e1c093560c333fd7a651cc96f702bd533c8 /Master/texmf-dist/tex/latex/contracard
parentab5fd6faea2045f0e74f9ec058ed133ea37c7c1b (diff)
contracard (17sep13)
git-svn-id: svn://tug.org/texlive/trunk@31680 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/contracard')
-rw-r--r--Master/texmf-dist/tex/latex/contracard/contracard.cls19
1 files changed, 17 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/contracard/contracard.cls b/Master/texmf-dist/tex/latex/contracard/contracard.cls
index 309ac71be49..f676b3a1f1d 100644
--- a/Master/texmf-dist/tex/latex/contracard/contracard.cls
+++ b/Master/texmf-dist/tex/latex/contracard/contracard.cls
@@ -18,12 +18,19 @@
%% and version 1.3c or later is part of all distributions of
%% LaTeX version 2008/05/04 or later.
%%
+%% For the maintenance status and other document metadata,
+%% see the end of this document.
+%%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesClass{contracard}[2013/02/20]
+\ProvidesClass{contracard}[2013/09/16 Class for creating dance calling cards]
\AtEndOfClass{\LoadClass{article}}
\AtEndOfClass{\RequirePackage{geometry}}
\AtEndOfClass{\RequirePackage[compact]{titlesec}}
\AtEndOfClass{\RequirePackage{contracard}}
+\AtBeginDocument{\large}
+\PassOptionsToPackage{%
+ margin=0.5in,top=0.75in,paperwidth=6in,paperheight=4in%
+}{geometry}%
\DeclareOption{small}{%
\AtBeginDocument{%
\titleformat{\section}{\normalsize\bfseries}{\thesection}{1em}{}%
@@ -54,8 +61,11 @@
margin=5mm,top=15mm,paperwidth=105mm,paperheight=74mm%
}{geometry}%
}
+\DeclareOption{draft}{%
+ \PassOptionsToClass{draft}{article}%
+}
\DeclareOption*{%
- \PassOptionsToClass{\CurrentOption}{article}%
+ \PassOptionsToPackage{\CurrentOption}{contracard}%
}
\AtBeginDocument{\pagestyle{empty}}
\AtBeginDocument{\pagenumbering{gobble}}
@@ -63,6 +73,9 @@
\ProcessOptions\relax
%%
%% ___________
+%% This work has the LPPL maintenance status `maintained'.
+%%
+%% Author: Sam Whited
%% Maintainer: Sam Whited
%% Website: https://samwhited.com
%% Contact: sam@samwhited.com
@@ -72,6 +85,8 @@
%% and the derived files contracard.sty
%% and contracard.cls
%% and contracard.pdf
+%% and README.md
+%% and README
%%
%%
%% End of file `contracard.cls'.