summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/euenc/README
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 /macros/latex/contrib/euenc/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/euenc/README')
-rw-r--r--macros/latex/contrib/euenc/README88
1 files changed, 88 insertions, 0 deletions
diff --git a/macros/latex/contrib/euenc/README b/macros/latex/contrib/euenc/README
new file mode 100644
index 0000000000..dedabd93e7
--- /dev/null
+++ b/macros/latex/contrib/euenc/README
@@ -0,0 +1,88 @@
+_______________________
+THE EUx ENCODINGS v0.1h
+
+This package is a step towards offering a LaTeX font encoding
+based on unicode. An example file "test-euxlm.ltx" is distributed
+with the package.
+
+This package is mainly used underneath the fontspec package;
+unless you wish to manually perform font installation and loading,
+you will generally not need to use euenc directly.
+
+The euenc package provides the EU1 encoding for unicode fonts
+in XeTeX, and the EU2 encoding for unicode fonts in LuaTeX.
+
+No macro support is offered under XeTeX, for which Ross Moore's
+xunicode package should be used to provide LaTeX support for
+access to unicode symbols and accents.
+
+For LuaTeX, we have taken a subset of xunicode and incorporated
+it into the EU2 encoding, so no extra packages need to be loaded.
+
+Please see the documentation euenc.pdf for further information.
+
+This package is developed at <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. Download euenc.tds.zip from 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
+ euxunicode.sty xunicode for LuaTeX, automatically loaded by EU2
+ 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.