-
Notifications
You must be signed in to change notification settings - Fork 0
/
amro-tufte.sty
310 lines (273 loc) · 12.6 KB
/
amro-tufte.sty
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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Change log
% ----------------------------------------------------------------------------------------
% 22-Nov-2020 : Amro Al Baali
% - Changed default chapter color to gray
% - Added option to choose chapter color.
% ----------------------------------------------------------------------------------------
% 18-Jun-2021 : Amro Al Baali
% - Customized list options.
% ----------------------------------------------------------------------------------------
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{amro-tufte}
% AA : This is obtained from the header of sample-book.tex from Tufte example.
\@ifclassloaded{tufte-handout}{
\RequirePackage{amsmath,amsthm}
\RequirePackage{multicol} % multiple column layout facilities
}{
% Do nothing?
}
% Using this to suppress font warnings
\RequirePackage{lmodern}% http://ctan.org/pkg/lm
%%
% If they're installed, use Bergamo and Chantilly from www.fontsite.com.
% They're clones of Bembo and Gill Sans, respectively.
%\IfFileExists{bergamo.sty}{\RequirePackage[osf]{bergamo}}{}% Bembo
%\IfFileExists{chantill.sty}{\RequirePackage{chantill}}{}% Gill Sans
%\RequirePackage{microtype}
%%
% Just some sample text
\RequirePackage{lipsum}
%%
% For nicely typeset tabular material
\RequirePackage{booktabs}
%%
% For graphics / images
\RequirePackage{graphicx}
\setkeys{Gin}{width=\linewidth,totalheight=\textheight,keepaspectratio}
% Path may not be necessary?
\graphicspath{{graphics/}}
% The fancyvrb package lets us customize the formatting of verbatim
% environments. We use a slightly smaller font.
\RequirePackage{fancyvrb}
\fvset{fontsize=\normalsize}
%%
% Prints argument within hanging parentheses (i.e., parentheses that take
% up no horizontal space). Useful in tabular environments.
\newcommand{\hangp}[1]{\makebox[0pt][r]{(}#1\makebox[0pt][l]{)}}
%%
% Prints an asterisk that takes up no horizontal space.
% Useful in tabular environments.
\newcommand{\hangstar}{\makebox[0pt][l]{*}}
%%
% Prints a trailing space in a smart way.
\RequirePackage{xspace}
%%
% Some shortcuts for Tufte's book titles. The lowercase commands will
% produce the initials of the book title in italics. The all-caps commands
% will print out the full title of the book in italics.
\newcommand{\vdqi}{\textit{VDQI}\xspace}
\newcommand{\ei}{\textit{EI}\xspace}
\newcommand{\ve}{\textit{VE}\xspace}
\newcommand{\be}{\textit{BE}\xspace}
\newcommand{\VDQI}{\textit{The Visual Display of Quantitative Information}\xspace}
\newcommand{\EI}{\textit{Envisioning Information}\xspace}
\newcommand{\VE}{\textit{Visual Explanations}\xspace}
\newcommand{\BE}{\textit{Beautiful Evidence}\xspace}
\newcommand{\TL}{Tufte-\LaTeX\xspace}
% Prints the month name (e.g., January) and the year (e.g., 2008)
\newcommand{\monthyear}{%
\ifcase\month\or January\or February\or March\or April\or May\or June\or
July\or August\or September\or October\or November\or
December\fi\space\number\year
}
% Prints an epigraph and speaker in sans serif, all-caps type.
\newcommand{\openepigraph}[2]{%
%\sffamily\fontsize{14}{16}\selectfont
\begin{fullwidth}
\sffamily\large
\begin{doublespace}
\noindent\allcaps{#1}\\% epigraph
\noindent\allcaps{#2}% author
\end{doublespace}
\end{fullwidth}
}
% Inserts a blank page
\newcommand{\blankpage}{\newpage\hbox{}\thispagestyle{empty}\newpage}
\RequirePackage{units}
% Typesets the font size, leading, and measure in the form of 10/12x26 pc.
\newcommand{\measure}[3]{#1/#2$\times$\unit[#3]{pc}}
% Macros for typesetting the documentation
\newcommand{\hlred}[1]{\textcolor{Maroon}{#1}}% prints in red
\newcommand{\hangleft}[1]{\makebox[0pt][r]{#1}}
\newcommand{\hairsp}{\hspace{1pt}}% hair space
\newcommand{\hquad}{\hskip0.5em\relax}% half quad space
\newcommand{\TODO}{\textcolor{red}{\bf TODO!}\xspace}
% AA: Defining these commands will override the definitions in amro-common
\@ifundefined{ie}{
\newcommand{\ie}{\textit{i.\hairsp{}e.}\xspace}
}{
\renewcommand{\ie}{\textit{i.\hairsp{}e.}\xspace}
}
\@ifundefined{eg}{
\newcommand{\eg}{\textit{e.\hairsp{}g.}\xspace}
}{
\renewcommand{\eg}{\textit{e.\hairsp{}g.}\xspace}
}
\@ifundefined{etc}{
\newcommand{\etc}{\textit{e.\hairsp{}t.\hairsp{}c.}\xspace}
}{
\renewcommand{\etc}{\textit{e.\hairsp{}t.\hairsp{}c.}\xspace}
}
\newcommand{\na}{\quad--}% used in tables for N/A cells
\providecommand{\XeLaTeX}{X\lower.5ex\hbox{\kern-0.15em\reflectbox{E}}\kern-0.1em\LaTeX}
\newcommand{\tXeLaTeX}{\XeLaTeX\index{XeLaTeX@\protect\XeLaTeX}}
% \index{\texttt{\textbackslash xyz}@\hangleft{\texttt{\textbackslash}}\texttt{xyz}}
\newcommand{\tuftebs}{\symbol{'134}}% a backslash in tt type in OT1/T1
\newcommand{\doccmdnoindex}[2][]{\texttt{\tuftebs#2}}% command name -- adds backslash automatically (and doesn't add cmd to the index)
\newcommand{\doccmddef}[2][]{%
\hlred{\texttt{\tuftebs#2}}\label{cmd:#2}%
\ifthenelse{\isempty{#1}}%
{% add the command to the index
\index{#2 command@\protect\hangleft{\texttt{\tuftebs}}\texttt{#2}}% command name
}%
{% add the command and package to the index
\index{#2 command@\protect\hangleft{\texttt{\tuftebs}}\texttt{#2} (\texttt{#1} package)}% command name
\index{#1 package@\texttt{#1} package}\index{packages!#1@\texttt{#1}}% package name
}%
}% command name -- adds backslash automatically
\newcommand{\doccmd}[2][]{%
\texttt{\tuftebs#2}%
\ifthenelse{\isempty{#1}}%
{% add the command to the index
\index{#2 command@\protect\hangleft{\texttt{\tuftebs}}\texttt{#2}}% command name
}%
{% add the command and package to the index
\index{#2 command@\protect\hangleft{\texttt{\tuftebs}}\texttt{#2} (\texttt{#1} package)}% command name
\index{#1 package@\texttt{#1} package}\index{packages!#1@\texttt{#1}}% package name
}%
}% command name -- adds backslash automatically
\newcommand{\docopt}[1]{\ensuremath{\langle}\textrm{\textit{#1}}\ensuremath{\rangle}}% optional command argument
\newcommand{\docarg}[1]{\textrm{\textit{#1}}}% (required) command argument
\newenvironment{docspec}{\begin{quotation}\ttfamily\parskip0pt\parindent0pt\ignorespaces}{\end{quotation}}% command specification environment
\newcommand{\docenv}[1]{\texttt{#1}\index{#1 environment@\texttt{#1} environment}\index{environments!#1@\texttt{#1}}}% environment name
\newcommand{\docenvdef}[1]{\hlred{\texttt{#1}}\label{env:#1}\index{#1 environment@\texttt{#1} environment}\index{environments!#1@\texttt{#1}}}% environment name
\newcommand{\docpkg}[1]{\texttt{#1}\index{#1 package@\texttt{#1} package}\index{packages!#1@\texttt{#1}}}% package name
\newcommand{\doccls}[1]{\texttt{#1}}% document class name
\newcommand{\docclsopt}[1]{\texttt{#1}\index{#1 class option@\texttt{#1} class option}\index{class options!#1@\texttt{#1}}}% document class option name
\newcommand{\docclsoptdef}[1]{\hlred{\texttt{#1}}\label{clsopt:#1}\index{#1 class option@\texttt{#1} class option}\index{class options!#1@\texttt{#1}}}% document class option name defined
\newcommand{\docmsg}[2]{\bigskip\begin{fullwidth}\noindent\ttfamily#1\end{fullwidth}\medskip\par\noindent#2}
\newcommand{\docfilehook}[2]{\texttt{#1}\index{file hooks!#2}\index{#1@\texttt{#1}}}
\newcommand{\doccounter}[1]{\texttt{#1}\index{#1 counter@\texttt{#1} counter}}
%%%%%%%%%%%%% New formatting
\setcounter{tocdepth}{1}
% Colors
\definecolor{blueMatlab}{rgb}{0, 0.4470, 0.7410}
\definecolor{orangeMatlab}{rgb}{0.8500, 0.3250, 0.0980}
\definecolor{greenMatlab}{rgb}{0.4660, 0.6740, 0.1880}
\definecolor{navyblue}{rgb}{0, 0, 0.6}
\definecolor{crimsonred}{rgb}{0.6, 0, 0}
\definecolor{royalgreen}{rgb}{0.0745, 0.3843, 0.0275}
\definecolor{gray}{rgb}{0.25, 0.25, 0.25}
\newcommand{\chaptercolor}{gray}
% Declare options : Chapter/section color
\DeclareOption{chblue}{\renewcommand{\chaptercolor}{navyblue}}
\DeclareOption{chgray}{\renewcommand{\chaptercolor}{gray}}
\DeclareOption*{\PackageWarning{examplepackage}{Unknown ‘\CurrentOption’}}
\ProcessOptions\relax
\def\sectionfont{\sffamily\LARGE}
\setcounter{secnumdepth}{2}
% Title and chapter formatting (with a box)
% % chapter format
% \titleformat{\chapter}%
% {\huge\rmfamily\itshape\color{blueMatlab}}% format applied to label+text
% {\llap{\colorbox{blueMatlab}{\parbox{1.5cm}{\hfill\itshape\huge\color{white}\thechapter}}}}% label
% {2pt}% horizontal separation between label and title body
% {}% before the title body
% []% after the title body
% \titleformat{\section}%
% {\normalfont\Large\itshape\color{orangeMatlab}}% format applied to label+text
% {\llap{\colorbox{orangeMatlab}{\parbox{1.5cm}{\hfill\color{white}\thesection}}}}% label
% {1em}% horizontal separation between label and title body
% {}% before the title body
% []% after the title body
% % subsection format
% \titleformat{\subsection}%
% {\normalfont\large\itshape\color{greenMatlab}}% format applied to label+text
% {\llap{\colorbox{greenMatlab}{\parbox{1.5cm}{\hfill\color{white}\thesubsection}}}}% label
% {1em}% horizontal separation between label and title body
% {}% before the title body
% []% after the title body
%% Title and chapter formatting (without a box)
% chapter format
\titleformat{\chapter}%
{\huge\rmfamily\itshape\color{\chaptercolor}\bfseries\itshape}% format applied to label+text
{\Huge\color{\chaptercolor}\thechapter}% label
{1em}% horizontal separation between label and title body
{}% before the title body
[]% after the title body
% section format
\titleformat{\section}%
{\normalfont\color{\chaptercolor}\Large\bfseries\itshape}% format applied to label+text
{\color{\chaptercolor}\thesection}% label
{1em}% horizontal separation between label and title body
{}% before the title body
[]% after the title body
% subsection format
\titleformat{\subsection}%
{\normalfont\color{\chaptercolor}\large\bfseries\itshape}% format applied to label+text
{\color{\chaptercolor}\thesubsection}% label
{1em}% horizontal separation between label and title body
{}% before the title body
[]% after the title body
% Theorem stylinlg from
% https://tex.stackexchange.com/questions/1931/how-to-change-the-way-theorems-are-displayed
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Theorem style
\newtheoremstyle{thmstyle} % name
{\topsep} % Space above
{\topsep} % Space below
{\itshape} % Body font
{} % Indent amount
{\color{crimsonred}\bfseries} % Theorem head font
{.} % Punctuation after theorem head
{.5em} % Space after theorem head
{} % Theorem head spec (can be left empty, meaning ‘normal’)
\theoremstyle{thmstyle}
\newtheorem{tuftetheorem}{Theorem}[section] % [section] % [chapter]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Definition style
\newtheoremstyle{defstyle} % name
{\topsep} % Space above
{\topsep} % Space below
{\itshape} % Body font
{} % Indent amount
{\color{royalgreen}\bfseries} % Theorem head font
{.} % Punctuation after theorem head
{.5em} % Space after theorem head
{} % Theorem head spec (can be left empty, meaning ‘normal’)
\theoremstyle{defstyle}
\newtheorem{tuftedefinition}{Definition}[section] % [section]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Standard theorem style
\newtheoremstyle{standardstyle} % name
{\topsep} % Space above
{\topsep} % Space below
{\itshape} % Body font
{} % Indent amount
{\color{gray}\bfseries} % Theorem head font
{.} % Punctuation after theorem head
{.5em} % Space after theorem head
{} % Theorem head spec (can be left empty, meaning ‘normal’)
\theoremstyle{standardstyle}
\newtheorem{tuftelemma}{Lemma}[section] % [section]
\newtheorem{tufteproposition}{Proposition}[section] % [section]
\newtheorem{tuftecorollary}{Corollary}[section] % [section]
\newtheorem{tufteexample}{Example}[section] % [section]
\newtheorem{tufteremark}{Remark}[section] % [section]
\newtheorem{tufteproperty}{Property}[section] % [section]
\newtheorem{tuftefalgorithm}{Algorithm}[section] % [section]
% % TODO What is this for?
% \renewcommand{\theenumii}{\arabic{enumii}}
% \renewcommand{\labelenumii}{\theenumi.\theenumii.}
% \makeatletter
% \renewcommand{\p@enumii}{\theenumi.}
% Make book one-sided
\let\cleardoublepage\clearpage
% % Set lists indentation
\setlist{
leftmargin=2\parindent,
itemsep=1pt,
parsep=0pt
}