\documentclass[letterpaper]{article} | |
\usepackage{xparse} | |
\usepackage{punk} | |
\usepackage{tikz} | |
\usetikzlibrary{shadows} | |
\usepackage{lipsum} | |
\definecolor{myyellow}{RGB}{242,226,149} | |
\NewDocumentCommand\StickyNote{O{4cm}mO{4cm}}{% | |
\begin{tikzpicture} | |
\node[ | |
drop shadow={ | |
shadow xshift=2pt, | |
shadow yshift=-4pt | |
}, | |
inner xsep=7pt, | |
fill=myyellow, | |
xslant=-0.1, | |
yslant=0.1, | |
inner ysep=10pt | |
] {\parbox[t][#1][c]{#3}{#2}}; | |
\end{tikzpicture}% | |
} | |
\begin{document} | |
\thispagestyle{empty} | |
\begin{center} | |
{\Large \textbf{\textsf{Donald Knuth}} $\times$ \textbf{\textsf{the Ramones}}}\\[5ex] | |
\end{center} | |
\verb|\begin{punkfamily}| | |
\begin{punkfamily} | |
\begin{center} | |
\StickyNote{We're a happy family | |
We're a happy family | |
We're a happy family | |
Me mom and daddy} | |
\StickyNote{ | |
Sitting here in Queens | |
Eating refried beans\\[3ex] | |
We're in all the \\ magazines\\[3ex] | |
Gulpin' down \\ thorazines | |
} | |
\StickyNote{ | |
We ain't got no friends | |
Our troubles never end\\[3ex] | |
No Christmas cards to send\\[3ex] | |
Daddy likes men} | |
\StickyNote{ | |
Daddy's telling lies | |
Baby's eating flies | |
Mommy's on pills | |
Baby's got the chills} | |
\StickyNote{ | |
I'm friends with the President | |
I'm friends with the Pope | |
We're all making a fortune | |
Selling Daddy's dope} | |
\end{center} | |
\end{punkfamily} | |
\begin{flushright} | |
\begin{punkfamily} | |
Copyright \copyright\ \emph{1977}--\emph{1985}\\ | |
\emph{Post-It}\texttrademark-punk ed. \emph{2014} \\[3ex] | |
\end{punkfamily} | |
{\verb|\end{punkfamily}|}\\[5ex] | |
\end{flushright} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment