summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/elzcards
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-03-05 23:23:52 +0000
committerKarl Berry <karl@freefriends.org>2015-03-05 23:23:52 +0000
commite7fc2a9ed400064a361a84a4ec4c81d6e0ad0ba7 (patch)
tree64e957f1df59ee0a5845761a3e174bb4d41d08c2 /Master/texmf-dist/doc/latex/elzcards
parent8278dc715fcfa90c88e33d6237bcea350dc51f10 (diff)
elzcards (5mar15)
git-svn-id: svn://tug.org/texlive/trunk@36441 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/elzcards')
-rw-r--r--Master/texmf-dist/doc/latex/elzcards/README7
-rw-r--r--Master/texmf-dist/doc/latex/elzcards/elzcards-example.tex58
-rw-r--r--Master/texmf-dist/doc/latex/elzcards/elzcards.pdfbin0 -> 237186 bytes
3 files changed, 65 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/elzcards/README b/Master/texmf-dist/doc/latex/elzcards/README
new file mode 100644
index 00000000000..9fe2418df96
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/elzcards/README
@@ -0,0 +1,7 @@
+<elzcards>
+
+elzcards is a class meant to be an easy and flexible way
+to typeset business cards, index cards and flash cards,
+with its back side as an option. You must bother only by
+setting the paper size, margins and the design of
+your card. Everything else is done by elzcards.
diff --git a/Master/texmf-dist/doc/latex/elzcards/elzcards-example.tex b/Master/texmf-dist/doc/latex/elzcards/elzcards-example.tex
new file mode 100644
index 00000000000..b1f12c182ae
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/elzcards/elzcards-example.tex
@@ -0,0 +1,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'.
diff --git a/Master/texmf-dist/doc/latex/elzcards/elzcards.pdf b/Master/texmf-dist/doc/latex/elzcards/elzcards.pdf
new file mode 100644
index 00000000000..e8fe1498347
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/elzcards/elzcards.pdf
Binary files differ