aboutsummaryrefslogtreecommitdiffstats
path: root/tex/MazeOfLight.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tex/MazeOfLight.tex')
-rw-r--r--tex/MazeOfLight.tex20
1 files changed, 16 insertions, 4 deletions
diff --git a/tex/MazeOfLight.tex b/tex/MazeOfLight.tex
index 73b19f2..271da25 100644
--- a/tex/MazeOfLight.tex
+++ b/tex/MazeOfLight.tex
@@ -1,4 +1,16 @@
-\section{Maze of Light}\label{maze-of-light}
+\documentclass[10pt,oneside]{report}
+\usepackage[utf8x]{inputenc}
+\usepackage[english]{babel}
+%%%%%
+% Make 1.0" margins on all sides
+\usepackage[top=1.0in,bottom=1.0in,left=1.0in,right=1.0in]{geometry}
+%opening
+\begin{document}
+\title{Maze of Light}
+\date{December 25, 2005}
+\author{Lightning on the Wave \and Assembled in \LaTeX \\ by Tyler Davis \\ \texttt{tydavis@gmail.com}}
+\maketitle
+%\tableofcontents
% \textbf{Story:} Maze of Light\\
% \textbf{Storylink:} \url{https://www.fanfiction.net/s/2720074/1/}\\
@@ -16,9 +28,7 @@
% that is either the answer to all his mistakes, or the worst one he's
% ever made. Oneshot.
-\subsection{*Chapter 1*: Maze of Light}\label{chapter-1-maze-of-light}
-
-\textbf{Title:} Maze of Light
+\chapter*{Maze of Light}\label{chapter-1-maze-of-light}
% \textbf{Summary}: This is a short story taking place in the middle of my
% novel-length story{Comes Out of Darkness Morn}, but chronicling an event
@@ -732,3 +742,5 @@ The Maze glinted, and did not answer, which was enough of one.
James walked through the door, his head high and his heart pounding with
terror on the edge of joy. Time to go meet Connor and Harry, and then to
go forward and meet the rest of his life.
+
+\end{document}