LaTeX source for Old Norse Grammar
Index and bibliography are included, so it requires multiple compilations.
I strongly recommend using Latexmk, a tool for complex compilations. It should be installed with TeXLive.
latexmk -xelatex main.texOtherwise, you will have to manually compile with the following commands:
xelatex -synctex=1 -interaction=nonstopmode -file-line-error main.tex
biber main.tex
texindy -L icelandic -C utf8 main.idx
xelatex -synctex=1 -interaction=nonstopmode -file-line-error main.tex
xelatex -synctex=1 -interaction=nonstopmode -file-line-error main.texThree parts are included in the book, grammar (phonology and morphology), syntax and reader.
Source code for each part is separately saved in three folders.
Commands and packages required for this document is in the include folder.