summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/cmcyralt/hyphen.cfg
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/cmcyralt/hyphen.cfg
Initial commit
Diffstat (limited to 'macros/latex/contrib/cmcyralt/hyphen.cfg')
-rw-r--r--macros/latex/contrib/cmcyralt/hyphen.cfg27
1 files changed, 27 insertions, 0 deletions
diff --git a/macros/latex/contrib/cmcyralt/hyphen.cfg b/macros/latex/contrib/cmcyralt/hyphen.cfg
new file mode 100644
index 0000000000..95298c0c4d
--- /dev/null
+++ b/macros/latex/contrib/cmcyralt/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