-
Notifications
You must be signed in to change notification settings - Fork 0
/
report.tex
51 lines (39 loc) · 1019 Bytes
/
report.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
\documentclass{tudelft-report}
\usepackage{nth}
\newenvironment{Figure}
{\par\medskip\noindent\minipage{\linewidth}}
{\endminipage\par\medskip}
\begin{document}
%% Use Roman numerals for the page numbers of the title pages and table of
%% contents.
\frontmatter
\title[A Field Guide to Choosing a Career]{Paths of Life}
\author{AP Language and Composition Class}
\affiliation{TMI - The Episcopal School of Texas}
\coverimage{cover.jpg}
\makecover
%% Include an optional title page.
\input{title}
%\input{preface}
\tableofcontents
%% Use Arabic numerals for the page numbers of the chapters.
\mainmatter
\input{Introduction}
\input{Acting}
\input{Journalism}
\input{Engineering}
\input{BusinessManagement}
\input{InternationalLawyer}
\input{FilmProducer}
\input{Psychology}
\input{Curator}
\input{JDMBA}
\input{Conclusion}
%% Use letters for the chapter numbers of the appendices.
\appendix
% \frontmatter
\input{TablesCited}
\input{ImagesCited}
\input{WorksCited}
%\bibliography{report}
\end{document}