-
Notifications
You must be signed in to change notification settings - Fork 0
/
eon.tex
49 lines (34 loc) · 981 Bytes
/
eon.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
\documentclass[12pt]{book}
% for the blacklozenge symbol.
\usepackage{amssymb}
% disable paragraph indentation
\setlength{\parindent}{0pt}
% for controling headers/footers.
\usepackage{fancyhdr}
\usepackage{graphicx}
% set paper size with geometry package
\usepackage[papersize={6in,9in},includeheadfoot]{geometry}
\geometry{twoside}%,bindingoffset=.25in}
% all of the header/footer settings for "fancy" pages.
\pagestyle{fancy}
\fancyhead{} % clear all header fields
\fancyhead[LE,RO]{\thepage}
\fancyfoot{} % clear all footer fields
% redefine the "plain" page style to leave off page numbers.
\fancypagestyle{plain}{%
\fancyhf{} % clear all header and footer fields
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}}
\title{\textsc{Encyclopedia of Numbers}}
\author{\textsc{Cinco Library}}
\date{ }
\begin{document}
\frontmatter
\maketitle
\include{copyright}
\newpage
\cleardoublepage
\mainmatter
\include{raw}
$\blacklozenge$
\end{document}