From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/lhcyr/lhcyralt/hyphen.cfg | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 macros/latex/contrib/lhcyr/lhcyralt/hyphen.cfg (limited to 'macros/latex/contrib/lhcyr/lhcyralt/hyphen.cfg') diff --git a/macros/latex/contrib/lhcyr/lhcyralt/hyphen.cfg b/macros/latex/contrib/lhcyr/lhcyralt/hyphen.cfg new file mode 100644 index 0000000000..95298c0c4d --- /dev/null +++ b/macros/latex/contrib/lhcyr/lhcyralt/hyphen.cfg @@ -0,0 +1,27 @@ +%% This is hyphen.cfg (for LaTeX 2e 1994/06 rename it to lthyphen.cfg) +%% + +\InputIfFileExists{hyphen.tex}% + {\message{Loading hyphenation patterns for US english.}% + \language=0 + \lefthyphenmin=2 \righthyphenmin=3 } % disallow x- or -xx breaks + {\errhelp{The configuration for hyphenation is incorrectly + installed.^^J% + If you don't understand this error message you need + to seek^^Jexpert advice.}% + \errmessage{OOPS! I can't find any hyphenation patterns for + US english.^^J \space Think of getting some or the + latex2e setup will never succeed}\@@end} + +\InputIfFileExists{rhyphen.tex}% + {\message{Loading hyphenation patterns for Russian.}}% + {\errhelp{The configuration for hyphenation is incorrectly + installed.^^J% + If you don't understand this error message you need + to seek^^Jexpert advice.}% + \errmessage{OOPS! I can't find any hyphenation patterns for + Russian.}\@@end} + +\endinput +%% +%% End of file hyphen.cfg -- cgit v1.2.3