-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.TEMPLATE.tex
56 lines (40 loc) · 960 Bytes
/
.TEMPLATE.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
%
% $id$
%
% Created by Steven Harms on 2009-01-26.
% Copyright (c) 2009 Steven G. Harms. All rights reserved.
%
\documentclass[]{article}
% Use utf-8 encoding for foreign characters
\usepackage[utf8]{inputenc}
% Setup for fullpage use
\usepackage{fullpage}
% 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}
\ifpdf
\usepackage[pdftex]{graphicx}
\else
\usepackage{graphicx}
\fi
\usepackage{setspace}
\usepackage{ulem}
\usepackage{framed}
\usepackage[en]{metre}
\usepackage{latinpoetry}
\begin{document}
\section*{Virgil's {\AE}neid: [TBD]} % (fold)
\Elevatio{2}
\latline
{Latin Text Here}
{Translation}
{110} % 110 is a standard box size
{Corrected translation}
{
}
\end{document}