-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
37 lines (29 loc) · 1.31 KB
/
main.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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% dissertation.tex, to be compiled with LuaLaTeX. %
%% 25 April 2024 Version 1 %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Writing a Doctoral Dissertation with LaTeX at %
%% the University of Texas at Austin %
%% (Modify this template for your own dissertation.) %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[letterpaper,12pt]{report} % The documentclass must be ``report''.
% Includes the utformat.sty file, but also additional packages and some commands.
\input{structural/preamble}
% Important! Need to update the information in `structural/about.tex`!
\input{structural/about}
% Please update your degree and degree abbreviation here, if needed.
% \degree{Doctor of Philosophy}
\degree{Doctor of Philosophy}
\degreeabbr{PhD}
% See the Catalog for the current list.
% catalog.utexas.edu/graduate/graduate-study/graduate-degrees/
% Uncomment ONLY the line below that corresponds to the type of document you are writing.
%
% \masterthesis
% \masterreport
\dissertation % the default if none of the options are set
% \treatise
\begin{document}
% See `structural/body.tex` for updating/adding/removing content.
\input{structural/body}
\end{document}