-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.tex
More file actions
105 lines (87 loc) · 2.84 KB
/
Copy pathsettings.tex
File metadata and controls
105 lines (87 loc) · 2.84 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
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
103
104
105
\usepackage[utf8]{inputenc}
\usepackage{bookmark} % For references and bookmarks
%%%%% Bibliography Stuff %%%%%
\usepackage{biblatex} % For bibliography management
\usepackage{enumitem} % Adds Checkboxed items
\usepackage{amssymb} % Adds a bunch of checkboxes
\usepackage{pdfpages}
\usepackage{amsmath}
\usepackage{geometry}
\usepackage{graphicx}
\usepackage{multirow}
\usepackage[pagestyles]{titlesec}
\usepackage{titling}
\usepackage{sectsty}
\usepackage{caption}
\usepackage{tocstyle}
% \usepackage{tabu}
\usepackage{booktabs}% for better rules in the table
% \usepackage[backend=bibtex,style=numeric]{biblatex}
\usepackage{float}
\usepackage{longtable}
\makeatletter
\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
{-2.5ex\@plus -1ex \@minus -.25ex}%
{1.25ex \@plus .25ex}%
{\normalfont\normalsize\bfseries}}
\makeatother
\setcounter{secnumdepth}{4} % how many sectioning levels to assign numbers to
\setcounter{tocdepth}{4} % how many sectioning levels to show in ToC
\newcommand\scalemath[2]{\scalebox{#1}{\mbox{\ensuremath{\displaystyle #2}}}}
\usepackage[]{algorithm2e}
%% VARIABLES
\pdfpagewidth 8.5in
\pdfpageheight 11in
\title{SmallKat Major Qualifying Project}
\author{Keion Bisland, Xavier Little, Alex Tacescu}
\date{April 2019}
% \newfontfamily\headingfont[]{RobotoSlab}[
% Path = fonts/RobotoSlab/,
% Extension = .ttf,
% UprightFont = *-Regular,
% BoldFont = *-Bold
% ]
% \newfontfamily\mainfont[]{OpenSans}[
% Path = fonts/OpenSans/,
% Extension = .ttf,
% UprightFont = *-Regular,
% BoldFont = *-SemiBold,
% ItalicFont = *-Italic,
% BoldItalicFont = *-SemiBoldItalic
% ]
\newcommand{\linespacing}{1.5}
%% CONFIGURATION
\interfootnotelinepenalty = 10000 % avoid breaking footers across pages
% set the heading formats
% \titleformat{\chapter}[display]
% {\LARGE\headingfont}{\chaptertitlename\ \thechapter}{15pt}{\huge}
% \titleformat*{\section}{\LARGE\headingfont}
% \titleformat*{\subsection}{\Large\headingfont}
% \titleformat*{\paragraph}{\bfseries\headingfont}
% \renewcommand{\maketitlehooka}{\headingfont}
%\setmainfont{OpenSans}
%\renewcommand{\baselinestretch}{\linespacing}
%\DeclareCaptionFormat{captionformat}{\mainfont\textbf{#1#2}#3}
%\captionsetup[figure]{format=captionformat}
% \titleformat{\chapter}[display]{\normalfont\bfseries}{}{0pt}{\Huge}
% \newpagestyle{mystyle}
% {\sethead[\thepage][][\chaptertitle]{}{}{\thepage}}
% \pagestyle{mystyle}
% \newsavebox{\mysavebox}
% \newlength{\myrest}
\iffalse
\hypersetup{
pdftitle = {\title},
pdfkeywords = {},
pdfauthor = {\authors},
bookmarksnumbered,
bookmarksopen = false,
urlcolor = black,
linkcolor = black,
citecolor = black,
colorlinks = false,
pdfstartview = {FitH},
pdfborder={0 0 0},
hidelinks=true,
}
\fi