From e7fc2a9ed400064a361a84a4ec4c81d6e0ad0ba7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 5 Mar 2015 23:23:52 +0000 Subject: elzcards (5mar15) git-svn-id: svn://tug.org/texlive/trunk@36441 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/elzcards/README | 7 +++ .../doc/latex/elzcards/elzcards-example.tex | 58 +++++++++++++++++++++ Master/texmf-dist/doc/latex/elzcards/elzcards.pdf | Bin 0 -> 237186 bytes 3 files changed, 65 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/elzcards/README create mode 100644 Master/texmf-dist/doc/latex/elzcards/elzcards-example.tex create mode 100644 Master/texmf-dist/doc/latex/elzcards/elzcards.pdf (limited to 'Master/texmf-dist/doc') 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 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 +%% +%% 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 Binary files /dev/null and b/Master/texmf-dist/doc/latex/elzcards/elzcards.pdf differ -- cgit v1.2.3