summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/elzcards/elzcards-example.tex
blob: b1f12c182ae94d6e8282b3a1c769f0c37e0757bf (plain)
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
%%
%% This is file `elzcards-example.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% elzcards.dtx  (with options: `ejemplo')
%% 
%% Copyright 2015 Emilio Lazo Zaia <emiliolazozaia@gmail.com>
%% 
%% This work 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. This version of this license is in
%%  http://www.latex-project.org/lppl/lppl-1-3c.{html|txt|tex|pdf}
%% and 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.
%% 
%% This work has the LPPL maintenance status `maintained'.
%% 
%% The Current Maintainer of this work is Emilio Lazo Zaia.
%% 
%% This work consists of the files README and elzcards.dtx with
%% its derived files elzcards.ins, elzcards.cls and
%% elzcards-example.tex.
%% 
\documentclass{elzcards}
\usepackage[landscape,letterpaper,vmargin={0.25in,0.25in},hmargin={0.25in,0.25in}]{geometry}
\newcommand{\mycenter}[1]{\vfill\mbox{}\begin{center}\LARGE#1\end{center}\mbox{}\vfill}
\begin{document}
 \MakeBC{\mycenter{Business card \\ only front side \\ default options}}%
 \MakeBC*{\mycenter{Business card \\ front side \\ with dots}}%
  [\mycenter{Business card \\ back side}]
 \MakeBC**{\mycenter{Business card \\ front side \\ with lines}}%
  [\mycenter{Business card \\ back side}]
 \MakeBC*[2in][3.5in][1mm]{\mycenter{Business card \\ vertical \\ front side \\ with 1mm dots}}%
  [\mycenter{Business card \\ vertical \\ back side}]
 \Card{\mycenter{Index/flash card \\ front card 1}}[\mycenter{Index/flash card \\ back card 1}]
 \Card{\mycenter{Index/flash card \\ front card 2}}[\mycenter{Index/flash card \\ back card 2}]
 \Card{\mycenter{Index/flash card \\ front card 3}}[\mycenter{Index/flash card \\ back card 3}]
 \Card{\mycenter{Index/flash card \\ front card 4}}[\mycenter{Index/flash card \\ back card 4}]
 \Card{\mycenter{Index/flash card \\ front card 5}}[\mycenter{Index/flash card \\ back card 5}]
 \Card{\mycenter{Index/flash card \\ front card 6}}[\mycenter{Index/flash card \\ back card 6}]
 \Card{\mycenter{Index/flash card \\ front card 7}}[\mycenter{Index/flash card \\ back card 7}]
 \MakeIC
 \Card{\mycenter{Index/flash card \\ 3x3in \\ with 2mm dots \\ card 1}}
 \Card{\mycenter{Index/flash card \\ 3x3in \\ with 2mm dots \\ card 2}}
 \Card{\mycenter{Index/flash card \\ 3x3in \\ with 2mm dots \\ card 3}}
 \Card{\mycenter{Index/flash card \\ 3x3in \\ with 2mm dots \\ card 4}}
 \Card{\mycenter{Index/flash card \\ 3x3in \\ with 2mm dots \\ card 5}}
 \Card{\mycenter{Index/flash card \\ 3x3in \\ with 2mm dots \\ card 6}}
 \MakeFC*[3in][3in][2mm]
\end{document}
%% 
%%
%% End of file `elzcards-example.tex'.