summaryrefslogtreecommitdiff
path: root/language/romanian/RomanianTeX/hyphen-x.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 /language/romanian/RomanianTeX/hyphen-x.cfg
Initial commit
Diffstat (limited to 'language/romanian/RomanianTeX/hyphen-x.cfg')
-rw-r--r--language/romanian/RomanianTeX/hyphen-x.cfg71
1 files changed, 71 insertions, 0 deletions
diff --git a/language/romanian/RomanianTeX/hyphen-x.cfg b/language/romanian/RomanianTeX/hyphen-x.cfg
new file mode 100644
index 0000000000..16d4fc3b44
--- /dev/null
+++ b/language/romanian/RomanianTeX/hyphen-x.cfg
@@ -0,0 +1,71 @@
+%% hyphen-x.cfg [hyphen.example.cfg]
+%%
+%% This is file `hyphen.example.cfg',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% romanian.generic.dtx (with options: `cfg')
+
+%% -----------------------------------------------------------
+%% Sample hyphen-configuration for LaTeX2e: `hyphen.cfg'.
+%%
+%% As it stands, this file defines the `hyphen.cfg' for
+%% a multi-lingual [minimally: US English + Romanian] TeX.
+%% See the documentation in `romanian.doc'.
+%%
+%% CopyLEFT around, sometime in 1995-1996, by Bernd Raichle.
+%% Ampli- and modiFIED, October 29, 1996, by Adrian Rezus.
+%% -----------------------------------------------------------
+
+\message{== Loading hyphenation patterns:}
+
+\message{English}
+\chardef\l@USenglish=\language
+\chardef\l@english=\l@USenglish % UK Commonwealth
+\input hyphen %% The Knuth patterns. Aliter: `ukhyphen.tex'.
+
+\message{Romanian}
+\newlanguage\l@romanian \language=\l@romanian
+%% \chardef\l@moldavian=\l@romanian % Moldavian Republic
+\input rohyphen %% Use `rohyphen.tex' v 1.1 <29.10.1996>, NOT v 1.0!
+
+% \message{German}
+%\newlanguage\l@german \language=\l@german
+%\chardef\l@austrian=\l@german % Oesterreich
+%\input gehyphen %% Use `ghyph31.tex' v 3.1a <13.02.1994>!
+
+% \message{French}
+% \newlanguage\l@french \language=\l@french
+%% \chardef\l@quebecois=\l@french % French Canada
+% \input frhyphen
+
+%% Other LANGUAGEs on the following scheme:
+% \message{LANGUAGE}
+% \newlanguage\l@LANGUAGE \language=\l@LANGUAGE
+%% \chardef\l@LANGUAGE_DIALECT=\l@LANGUAGE
+% \input LA(NGUAGE)hyph[,en,ex]
+
+%% LR-hyphen-min: English
+\language=\l@USenglish
+\lefthyphenmin=2 \righthyphenmin=3
+
+%% LR-hyphen-min: Romanian
+\language=\l@romanian
+\lefthyphenmin=2 \righthyphenmin=2
+
+%% LR-hyphen-min: German
+%\language=\l@german
+%\lefthyphenmin=2 \righthyphenmin=2
+
+%% LR-hyphen-min: French
+% \language=\l@french
+% \lefthyphenmin=2 \righthyphenmin=3
+
+%% Other LANGUAGEs on the following scheme:
+% \language=\l@LANGUAGE
+% \lefthyphenmin=LANGUAGE_LHM \righthyphenmin=LANGUAGE_RHM
+\message{done.}
+\endinput
+%%
+%% End of file `hyphen.example.cfg'.