Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132928 views
License: OTHER
1
%!TEX TS-program = xelatex
2
%!TEX encoding = UTF-8 Unicode
3
4
\documentclass[11pt]{article}
5
\usepackage{xunicode}
6
\usepackage{xltxtra}
7
\defaultfontfeatures{Mapping=tex-text}
8
\usepackage{fontspec, graphicx}
9
10
\usepackage[usenames,dvipsnames]{xcolor}
11
\definecolor{light-gray}{gray}{0.35}
12
13
\setmainfont[Ligatures = {Common, Rare}]{Adobe Garamond Pro}
14
\parindent0mm
15
16
\begin{document}
17
18
\thispagestyle{empty}
19
20
\textbf{Hibernation}\\
21
\textsc{Katja Rogers}\\
22
\ \\
23
24
This quicksand of my own making has grown teeth and claws\\
25
And snarls at me from behind the splintered door.\\
26
At every glance, my skin grows cold until I shake and shiver\\
27
And my icicle hair begins to splinter and burst.\\
28
29
This winter I plan to hibernate in books,\\
30
Make a second skin out of handwritten pages and leather covers.\\
31
I will carve a deep tunnel through crumbling layers of wallpaper,\\
32
And I will be safe, and think nothing.\\
33
34
But in spring, in summer---the world is dipped into heat and haze\\
35
And only some of us will make it through to its end\\
36
With sunburns, cracked lips, and shaking fingers.
37
38
\ \\
39
40
\fontspec{HoeflerTextOrnaments}
41
\fontsize{28pt}{28pt}
42
\selectfont
43
\hspace{3.5cm}
44
\color{light-gray}
45
P
46
47
\end{document}
48
49