blob: 73baa225f2e97304f88bdf3de7aafd0de252f32b (
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
|
README for littex
* What is it?
Lithuanian language support package for TeX.
Provides:
- Lithuanian hyphenation
- Lithuanian adds for Babel
- Lithuanian TeX fonts for lmr and urwvn font families
- examples for making Lithuanian TeX fonts with fontinst
- extra tools for inputenc
* Instalation (based on teTeX 3.0 and TDS 1.1)
1. Copy texmf stuff from archive to TEXMFLOCAL.
(You can find TEXMFLOCAL location by using kpsewhich:
kpsewhich -expand-var='$TEXMFLOCAL').
Run mktexlsr.
2. Manage map files:
* updmap --enable Map $TEXMFLOCAL/fonts/map/dvips/lt/l7x-lm.map
(for current user)
* updmap-sys --enable Map $TEXMFLOCAL/fonts/map/dvips/lt/l7x-lm.map
(for all users)
* updmap --enable Map $TEXMFLOCAL/fonts/map/dvips/lt/l7x-urwvn.map
(for current user)
* updmap-sys --enable Map $TEXMFLOCAL/fonts/map/dvips/lt/l7x-urwvn.map
(for all users)
3. Manage hyphenation (TeX formats):
Get current language.dat and language.def locations
>kpsewhich language.dat
>kpsewhich language.def
Get language.lt.dat and language.lt.def locations
>kpsewhich language.lt.dat
>kpsewhich language.lt.def
Copy language.dat to language.lt.dat location and add record from
language.lt.dat to language.dat
Copy language.def to language.lt.def location and add record from
language.lt.def to language.def
Run mktexlsr.
* fmtutil --all
(for current user)
* fmtutil-sys --all
(for all users)
That's all!
* More info
General information about this package is at:
http://www.vtex.lt/tex/littex/
Enjoy Lithuanian TeXing!
7 September 2006
Sigitas Tolu\v{s}is
|