summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/euenc/README
blob: a3ae256d3d00e154620fa173de6ff7613da04176 (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
72
73
                          The EU encodings

                          
This package is the first release of the first step towards offering a
LaTeX font encoding based on unicode.  No macro support is offered (the
encoding is just a placeholder for now) but the EU1 (for XeTeX) and EU2
(for LuaTeX) Latin Modern encoding is offered in order to access the
OpenType versions of those fonts.

This package is developed on <http://github.com/wspr/euenc>.


Installation
------------

Here are the recommended installation methods (preferred first).

1. If you are using TeX Live 2008 or later, use 'tlmgr install euenc'.
Alternatively, try your (TeX or Linux) distribution's package management system.

2. a. Grab euenc.tds.zip on the CTAN.
   b. Unzip it at the root of one or your TDS trees.
   c. You may need to update some filename database after, see your TeX
distribution's manual for details.

3. a. Grab the sources from CTAN or github.
   b. Run 'make install TEXMFROOT=/path/to/texmf'.
   c. See 2c.

4. Try to figure it out by looking at the Makefile and comments in the sources.
Note that the generation of the files need a shell and doesn't work under
cygwin.


Manifest
--------

Source files:
        euenc.dtx               single file source & doc for the package

Derived files:
        euenc.pdf               documentation
        test-euxlm.ltx          LaTeX example document
        convert-lmfd.sh         Shell script to generate the eu*.fd files
        sed-eu2lmr.sed          Sed script to generate the eu2*.fr files
        sed-eu1lmr.sed          Sed script to generate the eu1*.fr files
        eu1lmdh.fd              Latin modern font description file 
        eu1lmr.fd                              .
        eu1lmss.fd                             .
        eu1lmssq.fd                            .
        eu1lmtt.fd                             .
        eu1lmvtt.fd                            .
        eu2lmdh.fd                             .
        eu2lmr.fd                              .
        eu2lmss.fd                             .
        eu2lmssq.fd                            .
        eu2lmtt.fd                             .
        eu2lmvtt.fd                            .

 
License
-------

Copyright 2006-2010 Will Robertson <wspr81@gmail.com>
Copyright 2009-2010 Elie Roux <elie.roux@telecom-bretagne.eu>
Copyright 2009-2010 Khaled Hosny <khaledhosny@eglug.org>

Distributable under the LaTeX Project Public License,
version 1.3c or higher (your choice). The latest version of
this license is at: http://www.latex-project.org/lppl.txt

This work is "maintained" (as per LPPL maintenance status) 
by Will Robertson.