#47 added handling for hyphenation in dedicated file

This commit is contained in:
Dominik Becker 2020-10-27 08:53:31 +01:00
parent 526805dea2
commit 70b51b7cba
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,4 @@
%!TEX root = ../main.tex
% declare hyphenation of words unknown to babel in this file like:
% \hyphenation{hy-phe-na-tion}

View File

@ -15,6 +15,9 @@
% config
\input{config.tex}
% hyphenation
\input{additionals/hyphenation.tex}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%
%% document title page %%