27 lines
1.6 KiB
TeX
27 lines
1.6 KiB
TeX
%hyphenation on linebreaks fails in some cases. Not necessary my fault, see https://tex.stackexchange.com/questions/171084/why-does-usepackagebritishbabel-hyphenate-the-word-alternate-incorrectly
|
|
%fixing this by manually defining the hyphenation of words I notice in the (close to) final verison
|
|
%website to check hyphenation in british english (here for ``Figure''):
|
|
%https://www.hyphenator.net/en/word/Figure
|
|
\babelhyphenation[british]{abun-dance}
|
|
\babelhyphenation[british]{be-yond}
|
|
\babelhyphenation[british]{cen-tri-fuged}%really?
|
|
\babelhyphenation[british]{cor-re-la-tion}
|
|
\babelhyphenation[british]{de-pen-dence}
|
|
\babelhyphenation[british]{dom-i-nant}
|
|
\babelhyphenation[british]{en-gi-neer-ing}
|
|
\babelhyphenation[british]{ethanol}
|
|
\babelhyphenation[british]{foun-da-tion}
|
|
\babelhyphenation[british]{in-di-cat-ed}
|
|
\babelhyphenation[british]{in-di-ca-tions}
|
|
\babelhyphenation[british]{in-ves-ti-gat-ed}
|
|
\babelhyphenation[british]{in-ves-ti-ga-tion}
|
|
\babelhyphenation[british]{mea-sure-ment}
|
|
\babelhyphenation[british]{methanol}
|
|
\babelhyphenation[british]{mi-cro-gel}
|
|
\babelhyphenation[british]{pre-do-mi-nant-ly}
|
|
\babelhyphenation[british]{pulse-length}%in case I change my mind and return to writing pulse length as a single word
|
|
\babelhyphenation[british]{sep-a-rate-ly}
|
|
\babelhyphenation[british]{sep-a-ra-tion}
|
|
\babelhyphenation[british]{tem-per-a-ture}
|
|
|
|
%to break a line without a hyphen (e.g. for ``pNIPAM/\allowbreak water/\allowbreak ethanol mixture''), use \allowbreak. see https://tex.stackexchange.com/questions/26174/allow-line-break-but-without-inserting-a-dash |