-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmasterFile.tex
More file actions
66 lines (51 loc) · 1.44 KB
/
Copy pathmasterFile.tex
File metadata and controls
66 lines (51 loc) · 1.44 KB
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
\documentclass[editMode]{ufdissertation}\sloppy
\usepackage{epigraph}
\usepackage[algo2e, ruled, lined, vlined, longend, linesnumbered]{algorithm2e}
\usepackage{listings}
\usepackage[T1]{fontenc} % for straight quotes
\lstset
{
language=c++,
basicstyle=\footnotesize,
numbers=right,
%stepnumber=1,
%showstringspaces=false,
tabsize=2,
breaklines=true,
%breakatwhitespace=false,
}
\usepackage{tikz-cd}
\usepackage{scrextend}
\deffootnote{1.5em}{0em}{\thefootnotemark\quad}
%\haveTablestrue
\haveFigurestrue
%\haveObjectstrue
\title{GENERALIZED SELF-DERIVATION}
\degreeType{Doctor of Philosophy}
\major{Music}
\author{Luis Felipe Vieira Damiani}
\thesisType{Dissertation}
\degreeYear{2022}
\degreeMonth{December}
\chair{James P. Sain}
\setDedicationFile{tex/dedicationFile}
\setAcknowledgementsFile{tex/acknowledgementsFile}
\setAbstractFile{tex/abstractFile}
\setReferenceFile{references}{bst/ecology_web}
\setBiographicalFile{tex/biographyFile}
\setAppendixFile{tex/appendix}
\multipleAppendixtrue
\DeclareMathOperator{\Ext}{Ext}
\DeclareMathOperator{\Toc}{Toc}
\DeclareMathOperator{\Aut}{Aut}
\DeclareMathOperator{\Fix}{Fix}
\DeclareMathOperator{\Aff}{Aff}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{example}[theorem]{Example}
\begin{document}
\include{tex/chapter1}
\include{tex/chapter2}
\include{tex/chapter3}
\end{document}