1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
|
%%
%% This is file `contracard.cls',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% contracard.dtx (with options: `contracard-cls')
%%
%% Copyright 2012 Samuel Whited
%%
%% This file may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
%% version 1.3c of this license or (at your option) any later
%% version. The latest version of this license is in:
%%
%% http://www.latex-project.org/lppl.txt
%%
%% 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/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}{}%
\titleformat{\subsection}{\normalsize}{\thesection}{1em}{}%
}
\PassOptionsToPackage{%
margin=0.25in,top=0.75in,paperwidth=5in,paperheight=3in%
}{geometry}%
}
\DeclareOption{medium}{%
\AtBeginDocument{\large}
\PassOptionsToPackage{%
margin=0.5in,top=0.75in,paperwidth=6in,paperheight=4in%
}{geometry}%
}
\DeclareOption{large}{%
\AtBeginDocument{\Large}
\PassOptionsToPackage{%
margin=0.75in,top=1in,paperwidth=8in,paperheight=5in%
}{geometry}%
}
\DeclareOption{a7paper}{%
\AtBeginDocument{%
\titleformat{\section}{\normalsize\bfseries}{\thesection}{1em}{}%
\titleformat{\subsection}{\normalsize}{\thesection}{1em}{}%
}
\PassOptionsToPackage{%
margin=5mm,top=15mm,paperwidth=105mm,paperheight=74mm%
}{geometry}%
}
\DeclareOption{draft}{%
\PassOptionsToClass{draft}{article}%
}
\DeclareOption*{%
\PassOptionsToPackage{\CurrentOption}{contracard}%
}
\AtBeginDocument{\pagestyle{empty}}
\AtBeginDocument{\pagenumbering{gobble}}
\newcommand*{\@ccisclass}{}
\ProcessOptions\relax
%%
%% ___________
%% This work has the LPPL maintenance status `maintained'.
%%
%% Author: Sam Whited
%% Maintainer: Sam Whited
%% Website: https://samwhited.com
%% Contact: sam@samwhited.com
%% Public key: 0xEC2C9934
%%
%% This work consists of this file contracard.dtx
%% and the derived files contracard.sty
%% and contracard.cls
%% and contracard.pdf
%% and README.md
%% and README
%%
%%
%% End of file `contracard.cls'.
|