Merge branch '47-better-handling-for-hyphenation' into 'master'
Resolve "Better handling for hyphenation" Closes #47 See merge request fastexitlane/latex-boilerplate!25
This commit is contained in:
commit
0afd8861d4
4
additionals/hyphenation.tex
Normal file
4
additionals/hyphenation.tex
Normal 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}
|
3
main.tex
3
main.tex
|
@ -15,6 +15,9 @@
|
|||
% config
|
||||
\input{config.tex}
|
||||
|
||||
% hyphenation
|
||||
\input{additionals/hyphenation.tex}
|
||||
|
||||
\begin{document}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% document title page %%
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
% config
|
||||
\input{config.tex}
|
||||
|
||||
% hyphenation
|
||||
\input{additionals/hyphenation.tex}
|
||||
|
||||
\begin{document}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% document title page %%
|
||||
|
|
Loading…
Reference in New Issue
Block a user