• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2%% ROHYPHEN.TEX, version 1.1 <29.10.1996> R [7.11.1996]  %%
3%% (C) 1995-1996 Adrian Rezus [adriaan@{sci,cs}.kun.nl]  %%
4%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
5%%
6%% Romanian TeX hyphenation table: NFSS 2 encoding, medium.
7%% Contents: 647 Romanian hyphen patterns, with diacritics.
8%%
9%% This file is part of the Romanian TeX system.
10%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11%% Romanian TeX, version 1.3R <29.10.1996>               %%
12%% (C) 1994-1996 Adrian Rezus                            %%
13%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
14%% History:
15%% ROHYPHEN.TEX 1.0 <10.02.1995>: Plain TeX and LaTeX 2.09.
16%% ROHYPHEN.TEX 1.1 <29.10.1996>: Plain TeX and LaTeX2e.
17%
18% -------------------------------------------------------------------
19% 	NB This file must be used in conjunction with either one of
20%
21%	(1)	ROMANIAN.TEX v1.2(R) [1994-1995] [(La)TeX] or
22%	(2)	ROMANIAN.STY v1.3R   [1996]      [(La)TeX(2e)]
23%
24%	NB Romanian has LR-HYPHEN-MINs [2 2] (like German)!
25%	NB Romanian has STRUCTURAL HYPHEN-AMBIGUA:
26%	   i.e., words that canNOT be hyphenated correctly without
27%	   additional (e.g., semantic, stress-mark) information.
28%	--------------------------------------------------------
29%	The Romanian TeX encoding of the Romanian diacritics:
30%	--------------------------------------------------------
31%	Romanian TeX 	DQ-macro encodings	= (La)TeX macros
32%	--------------------------------------------------------
33%	"a = \u{a}			[-]  \u{A} [not encoded]
34%	"A = \^{a}			[-]  \^{A} [not encoded]
35%	"i = \^{\i}			"I = \^{I}
36%	"s = \c{s}			"S = \c{S}
37%	"t = \c{t}			"T = \c{T}
38%	-------------------------------------------------------------
39%	NB Romanian \^{a} behaves like \^{\i} as regards hyphenation.
40%	NB The capital \u{A} and \^{A} are rare in script; as such,
41%	   they occur only in records of the Romanian substandard.
42% -------------------------------------------------------------------
43%
44\message{Romanian Hyphenation Patterns: `rohyphen' 1.1 <29.10.1996>}
45%
46\begingroup 			% keep this local
47\ifnum 0\ifx\inputlineno\undefined \else
48        \ifnum\inputlineno<1 \else 1\fi\fi<1
49  \let\x=\endgroup
50\else
51  \def\x{\endgroup
52%
53% The following commands insure correct \catcodes, \lccodes and
54% \uccodes, if the host TeX implementation uses these char-codes.
55%
56\catcode"A0=11 \catcode"80=11 %		\u{a} 	and \u{A}
57\catcode"E2=11 \catcode"C2=11 %		\^{a}	and \^{A}
58%
59\catcode"EE=11 \catcode"CE=11 % 	\^{\i}	and \^{I}
60%
61\catcode"B3=11 \catcode"93=11 % 	\c{s}	and \c{S}
62\catcode"B5=11 \catcode"95=11 % 	\c{t}	and \c{T}
63%
64\lccode"80="A0 \uccode"80="80  \lccode"A0="A0 \uccode"A0="80 % lc = uc (?)
65\lccode"E2="C2 \uccode"E2="E2  \lccode"C2="C2 \uccode"C2="E2 % lc = uc (?)
66%
67\lccode"EE="CE \uccode"EE="EE  \lccode"CE="CE \uccode"CE="EE
68%
69\lccode"93="B3 \uccode"93="93  \lccode"B3="B3 \uccode"B3="93
70\lccode"95="B5 \uccode"95="95  \lccode"B5="B5 \uccode"B5="95
71}
72\fi
73% Make these changes effective for TeX 3.x:
74\x
75
76%
77% Define next commands that might be used inside the patterns
78% (local use: the rest of the file can be enclosed in a group).
79%
80\begingroup
81%
82% As we might be willing to use things like ^^e4, ^^f6, ... in the
83% following definition, we must insure that the catcodes of ^^e and
84% ^^f would work for TeX 2 too.
85%
86\catcode"0E=12 \catcode"0F=12
87%
88% Comply with German TeX [see `romanian.dtx'] (not actually needed):
89%
90\catcode`\^^Y=11 \lccode`\^^Y=`\^^Y	% allow ^^Y in hyphen patterns
91%
92% Check the hyphen table integrity by a DQ-macro:
93%
94\catcode`\"=13
95\def"#1{\ifx#1a^^a0\else \ifx#1A^^e2\else \ifx#1i^^ee\else
96  \ifx#1s^^b3\else \ifx#1t^^b5\else
97    \errmessage{Hyphenation pattern file corrupted!}%
98  \fi\fi\fi\fi\fi}
99%
100
101%
102% Allow using this file with TeX 2 and TeX 3.
103\ifnum 0\ifx\inputlineno\undefined \else
104        \ifnum\inputlineno<1 \else 1\fi\fi<1
105  % for TeX 2:
106  %   ignore patterns with diacritics [DQ-escaped]
107  \def\n#1{}
108  %   ignore duplicated patterns [CM fonts] (unused in v1.1)
109  %\def\c#1{}
110  %   Other commands (example):
111  %   from German TeX: define \3 to be code ^^Y (\ss in CM layout)
112  %\def\3{^^Y}
113\else
114  % for TeX 3:
115  %   accept patterns with diacritics [DQ-escaped]
116  \def\n#1{#1}
117  %   accept duplicated patterns [CM fonts] (unused in v1.1)
118  %\def\c#1{#1}
119  %   no fonts with a CM layout (unused in v1.1)
120  %\def\c#1{}
121  %   Other commands (example):
122  %   from German TeX: define \3 to be code `\^^ff (\ss in DC/EC layout)
123  %\def\3{^^ff}
124  %   from German TeX: define \9 to be code `\^^Y  (\ss in CM layout)
125  %\def\9{^^Y}
126\fi
127%
128%
129\catcode`\"=11	\lccode`\"=`\"	% makeDQletter [for Romanian TeX]
130%
131\patterns{ % PatGen2-output hyphen-level 9: do NOT modify this by hand!
132.a3ic
133.a4n3is
134.a2z
135.cre1
136.de2aj
137.de2z1
138.g4
139.i2a
140.i2e
141\n{.i3"t}
142.i4u3
143.i3v
144\n{."i4m}
145.n2
146.ni2
147.p4
148\n{.pre3"s}
149.s4
150\n{."s4}
151.u4i
152.u5ni
153.z2
154a1
155\n{2ac"a}
156achi5
157a3e
158afo3
159a3i2a
160a3i2e
161a3il
162ai3s2
163a3iu
164alie6
1652alt
166a2m
167a2n
1682an.
169a5n2e
170ani2e
171\n{ani3"s4}
172an4s
1732anu
174an2z
175ao2g
176ati4a
1772atr
178a5t4u
179\n{2a"ta}
180\n{2a"t"a}
1812au
182a3ua
183a3ud
184a3ug
185a3ul
186a3un
187a3ur
188a3us
189a3ute
190\n{a3u2"t}
191a3uz
192\n{2"a1}
193\n{"a3i}
194\n{"ai2e}
195\n{"a2m2}
196\n{"anu3}
197\n{"argi5}
198\n{"a3"s}
199\n{"a4"s3t}
200\n{"a2ti.}
201\n{"ati4e}
202\n{"a3u}
203\n{"a3v}
204\n{"a2zi}
2051b
2062b.
207\n{ba2"t}
208\n{b"anu5}
2092bc
2102bd
211bi2a.
212bi2at
213bi2e
2143bii
215b2l
2163b4lim
217b4lu
218bo1
219bo3ric
2202bs
2212bt
222\n{2b"t}
223\n{b"ti4ne.}
224bu3
2251c
2264c.
227ca3ut
228\n{c"a2c}
229\n{c"atu5}
2302cc
231ce2a
232\n{ce2"t}
2332chi.
2342ci.
235ci3ale
236ci2o
237cis2
238ci3sp
239ciza2
240c4l
2412cm
2422c5n
243\n{copia2t"a}
244\n{co2"t}
2452cs
2462ct
247\n{2c"t}
248cu3im
2493cul
250\n{cu2"t}
2512cv
2521d
2534d.
254da4m
255\n{da2"t}
2562dc
257de4sc
258dez3in
259di2an
260\n{dia2t"a}
2612dj
2622dm
2632d1n
264do4il
2653du
266e1ac
267e1aj
268e1al
269\n{e1a"s}
270e1at
271\n{ea2"t}
272e1av
273ebu5i
2742ec
275eci2a
276ecla2re
277edi4ulu
278e3e
279ee2a
2801efa
281e1h
282e3i2a
283e3i2e
284e3ii
285e3il
286e3im
287e3in
288e3i2o
289e3i3s2
290e3it
291e3i4u
292\n{e1"i}
2932el
294e2m
295emon5
2962en
297e5ne
298e1o1
299e3on
300e1r
3012era
302\n{2er"a}
3032erc
3042e2s
305es3co
306es5ti
307\n{2e"s}
308\n{e3"si}
309\n{etan4"t}
310\n{2e"t}
311e3u
312\n{eu5"s}
3131evit
314e2x
3152ez
316\n{ez"a5}
317ezi3a
318e2z1o
3191f4
3202f.
3213fa
322\n{3f"a"s}
3232fi.
324fi3e
3253fo
3262ft
327f5tu
3281g2
3292g.
330\n{g"a3"t}
3312ghi.
3322gi.
333g4l
3342g3m
3352g3n
336go5n
3373gu3
3382g3v
3392h.
3402hi.
341hi2a
342hi3c
343hi4u
3442h1n
3452i1
3464i.
3473i2ac
348ia3g4
349i2ai
350\n{i2a"s}
351\n{ia2"t}
352\n{i3c"a}
353i2ed
354i3ia
355i3ie
356i3ii
357i3il
358i3in
359i3ir
360i3it
361\n{iitu2r"a}
362\n{i2"i}
3634ila
364i3le
365i3lo
366imateri6
367i2n
368i4n1ed
369\n{in2g"a}
370\n{in"ti4i}
3713inv
372i3od
373i3oni
374\n{io2"t}
375\n{ip"a5}
376i2s
377is3f
3784isp
379\n{i"s3t}
380i5ti
381\n{i"ti2a}
382\n{i3"ti2o}
383i3ua
384i3ul
385i3um
386i3und
387i3unu
388i3us
389i3ut
390iz3v
391\n{"i2}
392\n{"i3d}
393\n{"i3e}
394\n{"i3lo}
395\n{"ina3}
396\n{"in5"s}
397\n{"i3ri}
398\n{"i3r"i}
399\n{"ir5"s}
400\n{"i"s3t}
401\n{"i3t}
402\n{"i4ti}
403\n{"i3"t}
404\n{"i4"ti}
405\n{"i5"tii}
406\n{"i3z}
4071j
4082j.
4092jd
4102ji.
411\n{ji2"t}
4122jl
413j4u
414ju3t
4151k
4161l
4174l.
418\n{lara"ti2}
419\n{l"a2ti}
420\n{l"atu5}
4212lb
4222lc
4232ld
424le2a
4252lf
4262lg
4274li.
428li3a
429li3e
430li3o
4312lm
4322l5n
4332lp
4342ls
435\n{2l3"s}
4362lt
437\n{2l"t}
4383lu
4392lv
4401m
4412m.
4423ma
443\n{3m"a}
4442mb
445\n{mbl"in3}
4463me
447me2z
4482mf
4493mi
4504mi.
451\n{mi2"t}
452\n{3m"i}
4532m1n
4543mo
455mon4
4562mp
4572m3s2
4582mt
459\n{2m"t}
4603mu
461\n{mu2"t}
4622mv
4634n.
4643na
4654n1ad
466na3in
467\n{3n"a}
4682nc
469n2cis
470n2ciz
4712nd
4723ne
473ne1ab
474ne1an
475ne1ap
4764nef
4774n1eg
478ne3s2
4794nevi
4804n1ex
4812ng
482\n{ng3"at}
4833ni
4844ni.
485ni3ez
486\n{3n"i}
487n3j
488n1n
4893no
490\n{no4"s}
491n1r
4922n3s2
493ns3f
494\n{n4s"i}
495ns3po
496\n{n3"s2}
497\n{n4"si}
4982nt
499n5ti
500n5t4u
501\n{2n"t}
5025nu
503nu3a
504\n{nu3"a}
505nu5m
506nu3s2
5072nz
508o1ag
509o2al
510o2bi.
5112oca
512ocu5i
5132od
514odi2a
515o3e
516o3i2
517oiecti2
518oi3s2p
519omedi2e.
520om4n
5212on
522o1o
523opi3e
524opla2
525oplagi2
526o1ra
527\n{o1r"a}
528or2c
529o1re
530o1ri
531o2ric
532\n{o1r"i}
533o1ro
534or2te.
535o1ru
536os5ti
537\n{o3"si}
538\n{ota"ti4}
539o5ti
540ot3od
541o3u
5421p2
5432p.
5443pa
545\n{p"ar3"t}
5462p3c
547\n{pec"ti2}
548\n{pe2"t}
5492pi.
550pi2e
551pi3e.
552pi3ez
553pi3o
554\n{pi2"t}
555pi2z
556p4l
557\n{po4"s}
558\n{po2"t}
5592p3s
560\n{2p3"s}
5612p3t
562\n{2p3"t}
563\n{p4"ti.}
564pu3b4
565puri2e
566\n{pu4"s}
5674r.
5682rb
5692rc
5702rd
571r2e
572re2bi
573recizi2
574re3s2cr
575\n{re4"si}
5762rf
5772rg
5782r1h
5794ri.
580ri3a
581ri4ali
582\n{ri3e"t}
583ri3ez
584ri5mi
5852ri3un
586ri3v
5872rk
5882rl
5892rm
5902r1n
591\n{rna2"t}
592rografi6
5932rp
5942r1r
5952rs2
596r3sp
597r3st
598\n{2r3"s}
5992rt
600rtua2le
601\n{2r"t}
602ru3il
603ru3sp
6042rv
6052rz
6061s
6074s.
6085sa
609\n{5s"a}
610\n{s"a4m}
611\n{s"a4"s}
6122sc
6134sc.
6143s2co
6153se
616se2a
617se4e.
618ses2
619se3sp
620\n{se4"s}
6214s2f
622\n{5sf"i}
6233si
624si3p
625\n{3s"i}
6263s4l
6274sm
628s1n
6293so
630so3ric
6312sp
6322st
633sto3
6345su
635\n{su2"t}
636\n{2"s}
637\n{4"s.}
638\n{3"sa}
639\n{"sa2"t}
640\n{3"s"a2}
641\n{3"se}
642\n{1"si}
643\n{4"si.}
644\n{5"sii}
645\n{5"sil}
646\n{3"sin}
647\n{3"s"i}
648\n{4"s5n}
649\n{"snu5}
650\n{3"so}
651\n{"s2p}
652\n{"s2ti}
653\n{4"sti.}
654\n{4"s3tr}
655\n{3"su}
6561t2
6574t.
658ta3ut
6592t3c
6602t3d
661te2a
662te5ni
663\n{teri6al"a}
664te3s2p
6652t3f
6664ti.
667ti3a
668ti3e
6693tii.
6703til
6713tin
672\n{ti2"t}
673\n{2t"i.}
674t4l
6752t3m
6763tol
6773tor
678to2to
6793tru.
6803trul
6813truo
6824t3s2
6832t3t
684tu3a
685tu3im
6864t3un
687\n{tu4"s}
6884t3z
689\n{1"t}
690\n{2"t.}
691\n{3"ta}
692\n{3"t"a}
693\n{"te2"t}
694\n{2"ti.}
695\n{3"tia}
696\n{"ti3a.}
697\n{3"tie}
698\n{3"tii}
699\n{3"til}
700\n{"ti2"t}
701\n{3"tiu}
702\n{"tu3}
703\n{"tu5i}
7042u1
7056u.
706u2a.
707u2ad
708u3au
709\n{u"a3}
710\n{u"as2}
711u2bia
712u2b3l
713u2b1o
714ub3s2
715u3e
7164ugu
717u3i2a
718u3i2e
719u3in
720u3ir
721u3is
722u3it
723\n{u3i2"t}
724u3iz
725u2l
726u3la
727\n{u3l"a}
728u3le
729\n{u3lii}
730\n{u3l"i}
731u3lo
732umi5r
733ur2z
734u2s
735us2pr
736u4st
737\n{u3"s}
738\n{u4"st}
739u2to
7403utor
741u3ui
742u3um
7431v
7442v.
745ve5ni
746\n{ve2"t}
747ve2z
7482vi.
749\n{vi2"t}
7502v1n
751vorbito2
7523vr
7531x
7542x.
7553xa
756\n{3x"a}
7573xe
758xe2z
7593xi
7603xo
7613xu
7621z
7632z.
764\n{za2"t}
7652zb
7662z2g
7672zi.
768zi2an
769zi2ar
7703zii
7713zil
772z4m
7732z1n
7743z2ol
7753zon
776\n{zu2"t}
7772z2v
778\n{z3v"a}
779}
780\endgroup
781\relax\endinput
782% End of file ROHYPHEN.TEX