-
Notifications
You must be signed in to change notification settings - Fork 0
/
aeneid_book.tex
79 lines (58 loc) · 1.38 KB
/
aeneid_book.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
%
% untitled
%
% Created by Steven Harms on 2009-02-03.
% Copyright (c) 2009 Steven G. Harms. All rights reserved.
%
\documentclass[]{book}
% Use utf-8 encoding for foreign characters
\usepackage[utf8]{inputenc}
% Setup for fullpage use
\usepackage{fullpage}
% Uncomment some of the following if you use the features
%
% Running Headers and footers
%\usepackage{fancyhdr}
% Multipart figures
%\usepackage{subfigure}
% More symbols
%\usepackage{amsmath}
%\usepackage{amssymb}
%\usepackage{latexsym}
% Surround parts of graphics with box
\usepackage{boxedminipage}
% Package for including code in the document
\usepackage{listings}
% If you want to generate a toc for each chapter (use with book)
\usepackage{minitoc}
% This is now the recommended way for checking for PDFLaTeX:
\usepackage{ifpdf}
\usepackage{setspace}
\usepackage{ulem}
\usepackage{framed}
\usepackage[en]{metre}
\usepackage{latinpoetry}
\usepackage{wasysym}
\ifpdf
\usepackage[pdftex]{graphicx}
\else
\usepackage{graphicx}
\fi
\title{Vergil's {\AE}neid}
\author{ Translated By: Steven G. Harms }
\date{2009-02-03}
\begin{document}
\Elevatio{2}
\ifpdf
\DeclareGraphicsExtensions{.pdf, .jpg, .tif}
\else
\DeclareGraphicsExtensions{.eps, .jpg}
\fi
% Set the enum to NOT look like an outline, defined in latinpoetry.sty
\enumstyle
\maketitle
\tableofcontents
\input{introduction}
\input{book1}
\input{book2}
\end{document}