-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaster.tex
102 lines (84 loc) · 2.37 KB
/
master.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
%\documentclass[xetex,letterpaper,12pt]{article}
\documentclass[letterpaper,12pt]{article}
\usepackage[utf8]{luainputenc}
\usepackage{luatex85}
%\usepackage{interchar}
\usepackage[bookmarksnumbered=false]{hyperref}
\usepackage[tmargin=1in, bmargin=1in, rmargin=1in, lmargin=1in]{geometry}
\usepackage[authordate,backend=biber,cmsdate=on]{biblatex-chicago}
\usepackage{fontspec}
\usepackage{calc}
\usepackage{longtable, booktabs, array}
\usepackage{tabularx}
\usepackage{setspace}
\usepackage{fancyhdr}
\usepackage{etoolbox}
\usepackage{titlesec}
\usepackage{unicode-math}
%\usepackage[kerning=true]{microtype}
\usepackage{microtype}
\usepackage{draftwatermark}
\usepackage{cleveref}
\setmainfont{Libertinus Serif}
\setsansfont{Libertinus Sans}
\setmathfont[AutoFakeBold]{Libertinus Math}
\setstretch{1.5}
\setkeys{Gin}{width=\maxwidth,height=\maxheight,keepaspectratio}
\hypersetup{colorlinks=true, urlcolor=blue, linkcolor=blue}
%\newintercharclass{\mdclass}
%\intercharclass{`—}{\mdclass}
%\interchartoks{0}{\mdclass}{\hspace{.04em}}
%\interchartoks{255}{\mdclass}{\hspace{.04em}}
%\interchartoks{\mdclass}{0}{\hspace{.04em}}
%\interchartoks{\mdclass}{255}{\hspace{.04em}}
%\intercharstate{1}
%\SetExtraKerning
% {encoding = {OT1,T1,T2A,LY1,OT4,QX,T5,TS1,EU1,EU2}} % all text
% {
% \textemdash = {70,70} % thinspace = 1/6 em
% }
\renewcommand\abstractname{\normalfont\textsc{Abstract}}
\providecommand{\tightlist}{%
\setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
\IfFileExists{gittag.tex}%
{\input{gittag.tex}}
{\newcommand\gittag{}}
\SetWatermarkAngle{315}
\SetWatermarkText{\gittag}
\SetWatermarkFontSize{20pt}
\SetWatermarkHorCenter{.75in}
\SetWatermarkVerCenter{10.25in}
\titleformat{\section}
{\large}{\thesection}{1em}{}
\titleformat{\subsection}
{\normalsize}{\thesubsection}{1em}{}
\urlstyle{rm}
\makeatletter
\fancypagestyle{firststyle}
{
\fancyhf{}
\renewcommand\headrulewidth{0.0pt}
\fancyfoot[C]{\thepage}
}
\fancypagestyle{reststyle}
{
\fancyhf{}
\renewcommand\headrulewidth{0.4pt}
\fancyhead[LE,RO]{\thepage}
% \fancyfoot[LE,RO]{\tiny{Copyright Notice}}
\fancyhead[LO,RE]{\textsc{\@title}}
% \fancyhead[LO,RE]{\@author}
}
\def\dotitle{
\thispagestyle{firststyle}
\begin{center}
{\Large \@title}\\
\smallskip
\centerline{\@author}
\smallskip
\centerline{\@date}
\end{center}
}
\pagestyle{reststyle}
\makeatother
\author{Skef Iterum}