forked from mewo2/deserts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
frame.tex
62 lines (46 loc) · 1.72 KB
/
frame.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
\documentclass[ebook,10pt]{memoir}
\usepackage[utf8]{inputenc}
\usepackage{mathpazo}
\usepackage{graphicx}
\setulmarginsandblock{60pt}{*}{*}
\checkandfixthelayout
\renewcommand{\chaptitlefont}{\normalfont\huge\scshape}
\setlength{\beforechapskip}{20pt}
\setlength{\afterchapskip}{20pt}
\aliaspagestyle{chapter}{headings}
\renewcommand{\clearforchapter}{}
\setsecheadstyle{\large\bfseries\raggedright}
\setsecnumdepth{part}
\DeclareUnicodeCharacter{02BB}{`}
\setfloatadjustment{figure}{\centering}
\setlength{\textfloatsep}{10pt}
\setlength{\droptitle}{30pt}
\pretitle{\begin{center}\HUGE\scshape}
\title{The Deserts of the West}
\author{Martin O'Leary}
\date{A novel of NaNoGenMo}
\begin{document}
\frontmatter
\begin{titlingpage}
\maketitle
\end{titlingpage}
\clearpage
\vspace*{10em}
In that Empire, the Art of Cartography attained such Perfection that the map of
a single Province occupied the entirety of a City, and the map of the Empire,
the entirety of a Province. In time, those Unconscionable Maps no longer
satisfied, and the Cartographers Guilds struck a Map of the Empire whose size
was that of the Empire, and which coincided point for point with it. The
following Generations, who were not so fond of the Study of Cartography as
their Forebears had been, saw that that vast map was Useless, and not without
some Pitilessness was it, that they delivered it up to the Inclemencies of Sun
and Winters. In the Deserts of the West, still today, there are Tattered Ruins
of that Map, inhabited by Animals and Beggars; in all the Land there is no
other Relic of the Disciplines of Geography.
\vspace{1em}
\begin{flushright}
Jorge Luis Borges, \textit{Del rigor en la ciencia}
\end{flushright}
\mainmatter
\input{contents}
\end{document}