summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/gcard/gcardminexample.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/gcard/gcardminexample.tex')
-rw-r--r--macros/latex/contrib/gcard/gcardminexample.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/macros/latex/contrib/gcard/gcardminexample.tex b/macros/latex/contrib/gcard/gcardminexample.tex
new file mode 100644
index 0000000000..0d86b82858
--- /dev/null
+++ b/macros/latex/contrib/gcard/gcardminexample.tex
@@ -0,0 +1,19 @@
+% minimalist greeting card document using gcard package
+% Sets text in 12 pt CMR (not exactly traditional for cards!)
+% G. C. McBane 21 May 2007
+\documentclass[12 pt]{article}
+\usepackage{gcard}
+
+\begin{document}
+
+\begin{frontcover}
+Dear Sir,\\
+I am sending two sardine tins. Please make me a motor-bicycle and a telescope.
+\end{frontcover}
+
+\begin{insideright}
+Happy
+Father's Day!
+\end{insideright}
+
+\end{document}