summaryrefslogtreecommitdiff
path: root/language/romanian/RomanianTeX/hyphen-x.cfg
blob: 16d4fc3b44fcb973d14c9f22d59f38de901f03a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
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'.