-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkrewi-short.tex
56 lines (38 loc) · 1.28 KB
/
krewi-short.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
\documentclass{article}
\input{config/config.tex}
\usepackage{tabularray}
\UseTblrLibrary{booktabs}
\DefTblrTemplate{head}{default}{} %remove table head
\DefTblrTemplate{contfoot-text}{default}{\footnotesize{\emph{Cont.}}}
\DefTblrTemplate{note-tag}{default}{\rmfamily{\textsuperscript{\InsertTblrNoteTag}}}
\DefTblrTemplate{note-text}{default}{\small{\InsertTblrNoteText}}
\SetTblrOuter{long}
\usepackage[protrusion=true,expansion]{microtype}
\linespread{1.5}
\usepackage{graphicx}
\usepackage{tikz}
\usetikzlibrary{positioning,calc}
\usepackage{subcaption}
\captionsetup{
font={footnotesize},
width=0.8\textwidth,
}
%\usepackage{showframe}
\newcommand{\todo}{\marginpar{\sc{todo}}}
%%%Glossary commands
\newcommand{\dic}[3]{\textbf{#1} {\textsc{#2}} #3 \\}
\title{Krewi}
\author{seven vulpa}
\begin{document}
\maketitle
% \include{contents/00-intro.tex}
\include{contents/01-phonoortho.tex}
% \include{contents/02-genmorpho.tex}
% \include{contents/02-lexcat.tex}
% \include{contents/03-nouns.tex}
\section{Form I}
Form I is the base form and considered ``the dictionary form''. As a noun, the word has inherent meaning of thematic in relation with the verb. As a verb, the word appears to be intransitive or transitive.
\subsection{Examples}
Form I
\include{glossary.tex}
\end{document}