blob: 0d86b82858750bb6540ead63fb5b45bb54f5d307 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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}
|