-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLegtikom.tex
66 lines (46 loc) · 1.2 KB
/
Legtikom.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
\documentclass[paper=6in:9in]{scrbook}
%behind the scenes
\usepackage{fontspec}
\usepackage{color}
\usepackage{calc}
%looks
\renewcommand*\sectfont{\normalcolor\bfseries}
\usepackage[hidelinks]{hyperref}
%tables
\usepackage{tabu}
\usepackage{multirow}
\usepackage{multicol}
\usepackage{float}
\restylefloat{table}
%font stuff
\setmainfont[Ligatures=TeX]{Charis SIL}
\newfontfamily\lib{Linux Libertine}
%macros
\usepackage{xebolpie}
\newcommand{\pie}[1]{\PIE{#1}{circumflex, hx}}
\newcommand{\dicttitle}[1]{\PIE{#1}{circumflex, hx, returnvar}\section*{*\apple}}
\newcommand{\formation}[5]{\noindent\-\textsc{#1} #2 \textit{#3} #4 #5\\}
\newcommand{\subformation}[5]{\\\noindent\-\hspace{2em}\begin{minipage}{\linewidth}\textsc{#1} #2 \textit{#3} #4 #5\end{minipage}}
\title{\PIE{Leg'tik''om}{noasterisk, circumflex}}
\author{A Proto-Indo-European Dictionary}
\date{Author}
\begin{document}
\frontmatter
\maketitle
\newpage
\tableofcontents
\newpage
\chapter{Preface}
\chapter{Abbreviations and Symbols}
\mainmatter
\chapter{Introduction}
\part{Grammar}
\part{Dictionary}
\chapter{Roots}
\input{roots}
\chapter{Words}
\backmatter
\chapter{Index of Roots}
\chapter{Bibliography}
\input{bibliography}
\end{document}