-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathverb-prefixes-other.tex
128 lines (111 loc) · 3.93 KB
/
verb-prefixes-other.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
%!TEX root = ./verb-prefixes.tex
%%
%% Miscellaneous LaTeX packages.
%%
%% Several packages use up all 16 of LaTeX's \write registers.
%% This adds more \write registers and a dissertation-draft.mw file.
%\usepackage{morewrites}
%% Microtypographic features.
%% Only turn this on for final drafts because it slows down compilation.
%\usepackage[protrusion=true,expansion=false]{microtype}
%% Multiple column environments.
%%
%% NOTE: This has nothing to do with multiple column spans in tables. That feature
%% is obtained with \multicolumn{<align>}{<text>} and is built into the tabular
%% environment from memoir.
%%
%% Usage: \begin{multicols}{<num>} ... \columnbreak ... \end{multicols}
%% The \columnbreak is optional; when absent multicol breaks automatically.
\usepackage{multicol}
%% Length of the separation space between columns.
\setlength{\columnsep}{1em}
%% This controls the space that appears before and after an instance of multicols.
%% The skips from ExPex are ignored in this environment, so this value is identical
%% with the values of aboveexskip and belowexskip for ExPex.
\setlength{\multicolsep}{0.5em plus 0.375em minus 0.25em}
%% By default multicol tries to balance the tops and bottoms of columns, thus
%% justifying them. We never want this. The default is \flushcolumns.
\raggedcolumns
%% Tweak the date and time formats.
\usepackage[UKenglish,cleanlook]{isodate}
%% Control widows and orphans easily.
\usepackage[all,defaultlines=2]{nowidow}
%% Various symbols in text mode.
\usepackage{textcomp}
%% Multiple row spanning cells in tables.
%%
%% Usage: \multirow{2}{*}{Two rows}
\usepackage{multirow}
%% Big delimiters for multirow in tables.
%%
%% Usage: \ldelim<delimiter>{rows}{width/*}[centred text]
%\usepackage{bigdelim}
%% Fancy list environments.
\usepackage{enumitem}
%% No leading between items.
\setenumerate{noitemsep}
\setitemize{noitemsep}
%% Make itemize deeper.
\renewlist{itemize}{itemize}{7}
%% Change the labels of items.
\setlist[itemize,1]{label=•}
\setlist[itemize,2]{label=–}
\setlist[itemize,3]{label=⁃}
\setlist[itemize,4]{label=›}
\setlist[itemize,5]{label=‣}
\setlist[itemize,6]{label=⁍}
\setlist[itemize,7]{label=-}
%% Inline enumerations for in-paragraph lists like (i) …, (ii) …, and (iii) ….
\newlist{inlineenum}{enumerate*}{1}
\setlist*[inlineenum,1]{label={(\roman*)},
itemjoin={{, }},
itemjoin*={{, and }},
afterlabel={~}}
%% Tabbing.
%\usepackage{tabto}
%% Make list-like tables that pretend to be made with itemize or enumerate.
%\usepackage{listliketab}
%% Pretty pictures.
%\usepackage{tikz}
%\usetikzlibrary{calc}
%\usetikzlibrary{arrows.meta}
%\usetikzlibrary{matrix}
%\usetikzlibrary{decorations.pathreplacing}
%\usetikzlibrary{decorations.pathmorphing}
%\usetikzlibrary{backgrounds}
%\usetikzlibrary{positioning}
%\usetikzlibrary{shapes.geometric}
%\usetikzlibrary{shapes.symbols}
%\usetikzlibrary{shapes.misc}
%\usetikzlibrary{fit}
% The TikZ calligraphy library has a bug.
% https://tex.stackexchange.com/questions/429859/tl2018-mactex-and-tikz-calligraphy-library
% https://github.com/loopspace/spath3/commit/a6a090fcf5cf1ca82d2e3708a66174046dc2140d
% FIXME: This should go away after CTAN is updated with the commit above.
%\ExplSyntaxOn
%\int_zero_new:N \g__prg_map_int
%\ExplSyntaxOff
%\usetikzlibrary{calligraphy}
%% Strikeout.
%\usepackage{tikz-sout}
%% Debugging tool to print LaTeX lengths.
%%
%% \printlength{<length>} does what you'd expect.
%% \uselengthunit{<unit>} sets the output unit, in \{pt, pc, in, mm, cm, bp, dd, cc\}.
%% The default unit is pt.
%\usepackage{printlen}
%% TeX logos.
%%
%% The values here were determined empirically. They are specific to the Brill font.
\usepackage{metalogo}
\setLaTeXa{\scshape a}
\setlogodrop{0.4375ex}
\setlogokern{Xe}{-0.125ex}
\setlogokern{eL}{-0.1875ex}
\setlogokern{La}{-0.59375ex}
\setlogokern{aT}{-0.1875ex}
\setlogokern{Te}{-0.1875ex}
\setlogokern{eX}{-0.125ex}
\setlogokern{eT}{-0.1875ex}
%% Git version info.
\usepackage{gitinfo2}