From 70b51b7cbab3e0d30206f2bf3b18c013545f6557 Mon Sep 17 00:00:00 2001 From: Dominik Becker Date: Tue, 27 Oct 2020 08:53:31 +0100 Subject: [PATCH] #47 added handling for hyphenation in dedicated file --- additionals/hyphenation.tex | 4 ++++ main.tex | 3 +++ 2 files changed, 7 insertions(+) create mode 100644 additionals/hyphenation.tex diff --git a/additionals/hyphenation.tex b/additionals/hyphenation.tex new file mode 100644 index 0000000..0c7d5bf --- /dev/null +++ b/additionals/hyphenation.tex @@ -0,0 +1,4 @@ +%!TEX root = ../main.tex + +% declare hyphenation of words unknown to babel in this file like: +% \hyphenation{hy-phe-na-tion} diff --git a/main.tex b/main.tex index bdb090c..216791a 100644 --- a/main.tex +++ b/main.tex @@ -15,6 +15,9 @@ % config \input{config.tex} +% hyphenation +\input{additionals/hyphenation.tex} + \begin{document} %%%%%%%%%%%%%%%%%%%%%%%%% %% document title page %%