Expanded introduction sections, beginning Part I, added first words in glossary, fix build, fix document structure

This commit is contained in:
2026-06-04 19:26:47 +02:00
parent 0d39d8ffe4
commit aed2f13053
12 changed files with 212 additions and 57 deletions

View File

@@ -1,3 +1,6 @@
% !TeX spellcheck = en
% !TeX root = document.tex
\documentclass{book}
\usepackage{polyglossia} % must be before fontspec
@@ -5,6 +8,10 @@
\usepackage{fontspec}
\setmainfont{Gentium}
\newfontfamily\textcharis{Charis}
\newfontfamily\textjapanese{IPAexMincho}
\usepackage[backend=biber, style=alphabetic]{biblatex}
\addbibresource{document.bib}
@@ -15,7 +22,6 @@
\usepackage[margin=1in]{geometry}
\usepackage[section,toc]{glossaries}
\makeglossaries
\usepackage{graphicx}
@@ -25,13 +31,22 @@
\usepackage{subcaption}
\usepackage{xltabular}
\setmonofont{Charis SIL}
\setmainfont{Gentium Plus}
\newfontfamily\japanese{IPAexMincho}
\newcommand\textipa[1]{\texttt{#1}}
\newcommand\textdialogue[1]{«{#1}»}
\newcommand\textquot[1]{`{#1}'}
\newcommand\textcitation[1]{``#1''}
\newcommand\texttitle[1]{{\textit{#1}}}
\newcommand\textrelevant[1]{\emph{#1}}
\newcommand\textname[1]{\textit{#1}}
\newcommand\textlit[1]{{#1}}
\newcommand\textlitex[1]{{#1}}
\newcommand\texttrans[2]{\textlit{#1} \textlitex{#2}}
\newcommand\textipa[1]{\textcharis{#1}\rmfamily}
\newcommand\textphon[1]{\textipa{/{#1}/}}
\newcommand\textphonlit[1]{\textipa{[{#1}]}}
\newcommand\textphonlitex[1]{\textipa{{#1}}}
\input{glossary}
\makeglossaries
\title{\textsc{Hazn}}
\author{Nomid Lomysz}