-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages.tex
292 lines (240 loc) · 5.59 KB
/
packages.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
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
%
% Packages are components that add functionality to base LaTeX
% These packages are generally kept in a CTAN archive.
% If you are using a LaTeX environment such as MiKTeX,
% https://miktex.org/, you can install these packages
% via that distribution's management console
%
%\usepackage{bibentry}
%\nobibliography*
\usepackage{array,ragged2e}
\usepackage{longtable}
%
% This package allows for rendering markdown inside of LaTeX
%
% https://ctan.org/pkg/markdown
\usepackage[smartEllipses]{markdown}
%
% Insert random text of X length
% https://ctan.org/pkg/markdown
\usepackage{blindtext}
%
% This package allows you to create postscript
% and pdf graphics within tex
%
% https://ctan.org/pkg/tikz
\usepackage{tikz}
%
% This package allows you for if/else statements
% so you can do things like if \value == 'word' then \ping
% else \pong
%
% https://ctan.org/pkg/listings
\usepackage{listings}
%
% This package enables a suite of
% postscript macros for doing things such as
% generating pie charts, grapics, tree
% diagrams, etc
%
% https://ctan.org/pkg/pstricks
\usepackage{pstricks}
%
% This package allows you for if/else statements
% so you can do things like if \value == 'word' then \ping
% else \pong
%
% https://ctan.org/pkg/xifthen
\usepackage{xifthen}
%
% Insert QR codes into documents.
%
% https://ctan.org/pkg/qrcode
\usepackage{qrcode}
%
% Create inline bib. entries for annotated bibs. etc.
%
% https://ctan.org/pkg/bibentry
\usepackage{bibentry}
%
% T1 Font encoding for using non 7-bit fonts
% and the Latin alphabet with diacritics
%
% https://ctan.org/pkg/bibentry
%\usepackage[T1]{fontenc}
%
% Allows you to do relative-path include/inserts of other files
% relative to the calling file.
%
% https://ctan.org/pkg/import
\usepackage{import}
%
% Table management enhancements
%
% https://ctan.org/pkg/booktabs
\usepackage{booktabs} % Top and bottom rules for tables
%
% Create document indexes
%
% https://ctan.org/pkg/makeidx
\usepackage{makeidx}
%
% Create files from within a LaTeX file
% that can be used by the same LaTeX builds
% an example use is to directly inline write
% a .bib file, load that file, and use its
% contents as a citation source.
%
% https://ctan.org/pkg/filecontents
\usepackage{filecontents}
%
% Add block style comments (hidden during
% document compilation)
%
% https://ctan.org/pkg/comment
\usepackage{comment}
%
% Load information about the files
% being utilized/rendered
%
% https://ctan.org/pkg/currfile
\usepackage{currfile}
%
% The verbatim package for inserting
% text as written but with the option
% of using latex commands.
%
% https://ctan.org/pkg/alltt
\usepackage{alltt}
%
% String manipulation tools such as regex
%
% https://ctan.org/pkg/stringstrings
\usepackage{stringstrings}
%
% String manipulation tools
%
% https://ctan.org/pkg/colophon
\usepackage{colophon}
%
% String manipulation tools
%
% https://ctan.org/pkg/xstring
\usepackage{xstring}
%
% figure animation management for digital
% outputs (PDFs)
%
% https://ctan.org/pkg/animate
\usepackage{animate}
%
% Color manipulation and features
%
% https://ctan.org/pkg/xcolor
\usepackage{xcolor}
%
% Context sensitive quotations
%
% https://ctan.org/pkg/csquotes
\usepackage{csquotes}
%
% table cell manipulation (carriage returns in cells)
%
% https://ctan.org/pkg/makecell
\usepackage{makecell}
%
% Bibliography management
%
% https://ctan.org/pkg/biblatex
\usepackage[\biblatexoptions]{biblatex}
%
% Date, time, timezone formatting
%
% https://ctan.org/pkg/datetime2
\usepackage[\datetimeargs]{datetime2}
%
% options for coloring tables (such as specific cells)
%
% https://ctan.org/pkg/colortbl
\usepackage{colortbl}
%
% tables with options such as scaling to page width
%
% https://ctan.org/pkg/tabularx
\usepackage{tabularx}
%
% Allows use of Lorum ipsum typesetting placeholder text.
% https://en.wikipedia.org/wiki/Lorem_ipsum
%
% https://ctan.org/pkg/lipsum
\usepackage{lipsum}
%
% Set up multiple colume alignments
%
% https://ctan.org/pkg/multicol
\usepackage{multicol}
%
% multilingual support
% Wingardium LaTeXosa!
%
% https://ctan.org/pkg/babel
\usepackage[\babelargs]{babel}
%
% Adding better support for captions
%
% https://ctan.org/pkg/caption
\usepackage{caption}
%
% Options for floating object such as tables
% and images/figures.
%
% https://ctan.org/pkg/float
\usepackage{float}
%
% Better graphics support with extended
% sets of options
% https://ctan.org/pkg/graphicx
\usepackage{graphicx}
%
% Hypertex + links in documents
%
% https://ctan.org/pkg/hyperref
%\usepackage[\hyperrefoptions]{hyperref}
%
% Adds functionality for modifying
% text for strikethrough
% https://ctan.org/pkg/ulem
%
\usepackage{ulem}
%
% Custom page layout settings including
% auto-centering and auto-balancing
% https://ctan.org/pkg/geometry
%
%\usepackage{geometry}
%
% Set global indent policies
%
% https://ctan.org/pkg/paredent
%\usepackage{paredent}
%
% This package gives cross-referencing features including the
% little s-circle needed for my legal citations
%
% https://ctan.org/pkg/cleveref
\usepackage{cleveref}
%
% ensure package is loaded at start of processing
%
\RequirePackage{currfile}
% using xcolor we define a set if colors that
% can be used for actions such as adding colors
% to individual table cells.
\definecolor{amber}{rgb}{1.0, 0.75, 0.0}
\definecolor{bananamania}{rgb}{0.98, 0.91, 0.71}
\definecolor{burlywood}{rgb}{0.87, 0.72, 0.53}
\definecolor{darkorange}{rgb}{1.0, 0.55, 0.0}
\definecolor{grannysmithapple}{rgb}{0.66, 0.89, 0.63}
\definecolor{heliotrope}{rgb}{0.87, 0.45, 1.0}
\definecolor{lavenderblue}{rgb}{0.8, 0.8, 1.0}
\usetikzlibrary{shapes.misc,shadows}