From 70b51b7cbab3e0d30206f2bf3b18c013545f6557 Mon Sep 17 00:00:00 2001 From: Dominik Becker Date: Tue, 27 Oct 2020 08:53:31 +0100 Subject: [PATCH 1/2] #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 %% From 7fd7e45afe22cf1eaa1f73ca67519eadbdd93972 Mon Sep 17 00:00:00 2001 From: Dominik Becker Date: Tue, 27 Oct 2020 09:01:04 +0100 Subject: [PATCH 2/2] #47 added manual hyphenation to markdown template --- templates/markdown.main.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/markdown.main.tex b/templates/markdown.main.tex index bd6ae1e..a1a90cd 100644 --- a/templates/markdown.main.tex +++ b/templates/markdown.main.tex @@ -15,6 +15,9 @@ % config \input{config.tex} +% hyphenation +\input{additionals/hyphenation.tex} + \begin{document} %%%%%%%%%%%%%%%%%%%%%%%%% %% document title page %%