diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/gcard')
-rw-r--r-- | Master/texmf-dist/doc/latex/gcard/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/gcard/gcard.pdf | bin | 138641 -> 141596 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/gcard/gcardex.tex | 13 |
3 files changed, 12 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/gcard/README b/Master/texmf-dist/doc/latex/gcard/README index 335c665ed1a..fdf8e74658c 100644 --- a/Master/texmf-dist/doc/latex/gcard/README +++ b/Master/texmf-dist/doc/latex/gcard/README @@ -13,9 +13,9 @@ File list: gcard.sty % main package file gcard.pdf % main documentation README % this file -gcardminex.tex % minimal example as shown in gcard.pdf +gcardminexample.tex % minimal example as shown in gcard.pdf gcardex.tex % slightly more complicated example -29 May 2007 +21 August 2007 George McBane mcbaneg@gvsu.edu diff --git a/Master/texmf-dist/doc/latex/gcard/gcard.pdf b/Master/texmf-dist/doc/latex/gcard/gcard.pdf Binary files differindex b87116e5ebb..ea7a1303985 100644 --- a/Master/texmf-dist/doc/latex/gcard/gcard.pdf +++ b/Master/texmf-dist/doc/latex/gcard/gcard.pdf diff --git a/Master/texmf-dist/doc/latex/gcard/gcardex.tex b/Master/texmf-dist/doc/latex/gcard/gcardex.tex index c947875b964..f06ee21bb5e 100644 --- a/Master/texmf-dist/doc/latex/gcard/gcardex.tex +++ b/Master/texmf-dist/doc/latex/gcard/gcardex.tex @@ -1,18 +1,25 @@ % greeting card document using gcard package, showing basic techniques of size % selection and horizontal and vertical placement of text +% For landscape orientation, include ``landscape'' as a global +% option, and call the geometry package explicitly to specify your +% output driver. This example assumes dvips. (The explicit \usepackage{geometry} +% is unnecessary with pdftex, and in fact pdftex will even ignore other driver +% specifications.) + % G. C. McBane 19 May 2007 -\documentclass[12 pt]{article} +\documentclass[12 pt,landscape]{article} \usepackage{palatino} +\usepackage[dvips]{geometry} \usepackage{gcard} % user should set next four lengths to taste; defined for a single panel % after folding. All four panels use the same margins. % Here, edge and gutter are set the same, as are top and bottom; that's % not required, and it's okay to use 4 different values. -\setlength{\guttermargin}{8 mm} % inside edge of textblock -\setlength{\edgemargin}{\guttermargin} % outside edge +\setlength{\gcguttermargin}{8 mm} % inside edge of textblock +\setlength{\gcedgemargin}{\gcguttermargin} % outside edge \setlength{\gctopmargin}{6 mm} % top \setlength{\gcbottommargin}{\gctopmargin} % bottom |