Skip to content

Instantly share code, notes, and snippets.

@ZeppLu
Created November 2, 2019 15:35
Show Gist options
  • Save ZeppLu/6de9dd2802edff3af3cc616f73382d66 to your computer and use it in GitHub Desktop.
Save ZeppLu/6de9dd2802edff3af3cc616f73382d66 to your computer and use it in GitHub Desktop.
\documentclass{article}
\usepackage[textwidth=5.6cm,paperwidth=10cm,paperheight=7cm]{geometry}
\usepackage{fontspec}
\usepackage{xcolor}
\setmainfont[ItalicFont={Goudy Old Style Bold Italic.otf}]{Goudy Old Style Bold.ttf}
\begin{document}
\setlength{\baselineskip}{1.5\baselineskip}
\pagecolor{black}
{\color{white!78!black} I've seen things you people wouldn't believe. Attack ships on fire off the shoulder of Orion. I watched C-beams glitter in the dark near the Tannhäuser Gate.
All those moments will be lost in time, like \textit{tears} in rain.
\setlength{\parskip}{.5\baselineskip}
Time to die.}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment