-
Notifications
You must be signed in to change notification settings - Fork 0
/
preamble.tex
183 lines (152 loc) · 6.02 KB
/
preamble.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
%%% Time-stamp: <2024-04-20 10:48:39 vladimir>
%%% Copyright (C) 2019-2024 Vladimir G. Ivanović
%%% Author: Vladimir G. Ivanović <[email protected]>
%%% ORCID: https://orcid.org/0000-0002-7802-7970
% !TEX TS-program = lualatex
% arara: lualatex
\nonstopmode\synctex=1
\documentclass[letterpaper,oneside,article,12pt,oldfontcommands]{memoir} % SJSU EDD Guidelines Checklist #18
\usepackage{adforn}
\usepackage{array}
\usepackage{authblk}
\usepackage[USenglish]{babel}
\usepackage[style=apa,sortcites=false,sorting=nyt,backend=biber]{biblatex}
\usepackage{booktabs}
\usepackage{calc}
\usepackage[labelfont=rm]{caption}
\usepackage{copyrightbox}
\makeatletter
\renewcommand{\CRB@setcopyrightfont}{\scriptsize\color{black}}
\makeatother
\usepackage[threshold=40,thresholdtype=words]{csquotes}
\usepackage{datetime2}
\usepackage[shortlabels]{enumitem}
\usepackage{fewerfloatpages}
\usepackage{flafter}
\usepackage{fontspec}
\usepackage[ragged]{footmisc}
\usepackage[edges]{forest}
\usepackage{geometry} % 72bp = 72.27pt = 1 inch
\setlrmarginsandblock{1.5in}{1.0in}{*}
\setulmarginsandblock{1.0in}{1.25in}{*}
% ******************************************************
% Stock height and width: 11.00215in by 8.50166in
% Top and edge trims: 0.0in and 0in
% Page height and width: 11.00215in by 8.50166in
% Text height and width: 8.46902in by 5.9926in
% Spine and edge margins: 1.50029in and 1.00018in
% Upper and lower margins: 1.25024in and 1.28287in
% Headheight and headsep: 0.20067in and 0.27504in
% Footskip: 0.20067in
% Columnsep and columnseprule: 0.1384in and 0.0in
% Marginparsep and marginparwidth: 0.09688in and 0.80643in
% Sidecapsep and sidecapwidth: 0.09688in and 0.69199in
% Sidebarhsep and sidebarwidth: 0.09688in and 0.69199in
% Sidebarvsep and sidebartopsep: 0.20067in and 0.0in
% Sidebarheight: 7.56548in
% Sidefoothsep and sidefootwidth: 0.09688in and 0.69199in
% Sidefootvsep and sidefootheight: 0.20067in and 7.56548in
% ******************************************************
\usepackage{graphicx}
\usepackage{imakeidx}
\usepackage[pagewise]{lineno}
\usepackage{makecell}
\usepackage{multicol}
\usepackage{multirow}
\usepackage{mVersion}
\usepackage{orcidlink}
\usepackage{pdflscape}
\usepackage{pgfplots}
\pgfplotsset{compat/show suggested version=false}
\usepackage{pifont}
\usepackage{prettyref}
\newrefformat{ch}{Chapter \ref{#1}, \textit{\titleref{#1}}}
\newrefformat{sec}{Section \ref{#1}, \textit{\titleref{#1}}}
\newrefformat{tab}{Table \ref{#1}, \textit{\titleref{#1}}}
\newrefformat{fig}{Figure \ref{#1}, \textit{\titleref{#1}}}
\newrefformat{appx}{Appendix \ref{#1}, \textit{\titleref{#1}}}
\usepackage[figureleft]{rotating}
\usepackage{tabulary}
\setlength\tymin{0.5in}
\usepackage[normalem]{ulem}
\usepackage{tikz}
\usepackage{url}
\usepackage{xspace}
\usepackage{hyperref} % Should be last
% \setVersion{1.0} % Major.minor.build; Increment major and minor as appropriate
\increaseBuild{}
\setmainfont[Ligatures=TeX,Numbers=OldStyle,Numbers=Monospaced]{Alegreya}
\setsansfont[Ligatures=TeX,Numbers=OldStyle,Numbers=Monospaced]{Alegreya Sans}
\setmonofont[Scale=0.8]{Fira Mono}
\setmathrm[Numbers=Monospaced]{Alegreya}
\setmathsf[Numbers=Monospaced]{Alegreya Sans}
\setmathtt[Scale=0.8]{Fira Mono}
\pagestyle{plain} % SJSU EDD Guidelines Checklist #10
\raggedright % SJSU EDD Guidelines Checklist #2, #4
% Widow and orphan control. See pp. 53-54 of "The Memoir Class".
\clubpenalty=10000
\widowpenalty=10000
\brokenpenalty=5000
\predisplaypenalty=10000
\postdisplaypenalty=1600
\displaywidowpenalty=1600
\raggedbottom
\setlength{\footskip}{\onelineskip}
\setlength{\footnotesep}{\onelineskip}
\def\UrlFont{\footnotesize\texttt}
\urlstyle{tt}
\pgfplotsset{compat=default}
\setlength{\parindent}{0.25in} % SJSU EDD Guidelines Checklist #3
\DoubleSpacing%
\tightlists%
\makechapterstyle{sjsu}{%
\chapterstyle{article}
\setcounter{secnumdepth}{3}
\settocdepth{subsubsection}
\setlength{\afterchapskip}{0in}
\renewcommand{\chapnamefont}{\normalfont\bfseries}
\renewcommand{\chapnumfont}{\normalfont\bfseries}
\renewcommand{\chaptitlefont}{\normalfont\bfseries}
\renewcommand{\printchaptername}{}
\renewcommand{\printchapternum}{}
\renewcommand{\printchaptertitle}[1]{% % APA Level 1 Heading: centered, bold, title case
\SingleSpacing\centering\normalfont\bfseries\chaptitlefont{}##1}
}
\makechapterstyle{appdx_sjsu}{%
\setcounter{secnumdepth}{3}
\settocdepth{subsubsection}
\setlength{\afterchapskip}{0in}
\renewcommand*{\chapnamefont}{\normalfont\bfseries}
\renewcommand*{\chapnumfont}{\normalfont\bfseries}
\renewcommand*{\chaptitlefont}{\normalfont\bfseries}
\renewcommand*{\printchaptername}{}
\renewcommand*{\printchapternum}{}
\renewcommand*{\printchaptertitle}[1]{\SingleSpacing\centering{\bfseries\chaptitlefont{}##1}}
}
\indentafterchapter%
% APA Level 2 Heading: flush left, bold, title case
\setsecheadstyle{\noindent\normalfont\bfseries\raggedright}
% APA Level 3 Heading: flush left, bold italic, title case
\setsubsecheadstyle{\noindent\normalfont\itshape\bfseries\raggedright}
% APA Level 4 Heading: indented, bold, title case, end with '.'
\setsubsubsecheadstyle{\noindent\normalfont\bfseries\raggedright}
\setbeforesecskip{0pt}
\setbeforesubsecskip{0pt}
\setbeforesubsubsecskip{0pt}
\setaftersecskip{0pt}
\setaftersubsecskip{0pt}
\setaftersubsubsecskip{0pt}
\renewcommand{\cftchapterfont}{\normalfont\bfseries}
\renewcommand{\cftsectionfont}{\normalfont}
\renewcommand{\cftsubsectionfont}{\normalfont}
\renewcommand{\cftsubsubsectionfont}{\normalfont}
\renewcommand{\abstractnamefont}{\normalfont\centering}
\captionsetup{singlelinecheck=false,justification=raggedright,labelfont={bf,footnotesize},labelsep=newline}
\indexsetup{level=\chapter,toclevel=chapter}
\makeindex
\settypeoutlayoutunit{in}
\checkandfixthelayout
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "Rocketship_Education-An_Exploratory_Public_Policy_Case_Study"
%%% End: