summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ucs/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
commitb4fc5f639874db951177ec539299d20908adb654 (patch)
tree52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/ucs/README
parentdec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff)
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ucs/README')
-rw-r--r--Master/texmf-dist/doc/latex/ucs/README33
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ucs/README b/Master/texmf-dist/doc/latex/ucs/README
new file mode 100644
index 00000000000..1bc7e4c39b5
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ucs/README
@@ -0,0 +1,33 @@
+
+=== ucs.sty ===
+
+This package contains support for using UTF-8 as input encoding in
+LaTeX documents.
+
+See INSTALL for installation instructions.
+
+The simplest use of this package is to add
+ \usepackage{ucs}
+ \usepackage[utf8x]{inputenc}
+to your header. You may even omit the first line in many cases. Often
+however you need to load additional packages etc., see
+languages.ps.gz for language-specific examples.
+
+The tables with LaTeX macros for the glyphs does not contain many
+entries yet. If your particular script is not supported, and you add
+the macros to the config files (see INSTALL and perldoc
+makeunidef.pl), please mail me those config files, and together with
+informations, if special packages or LaTeX versions are needed for
+these macros. Please do only supply macros, which generate aesthetic
+glyphs, no hacks. See also
+http://www.unruh.de/DniQ/latex/unicode/submitchar.html.
+
+The most recent version of this package can be found here:
+http://www.unruh.de/DniQ/latex/unicode/
+
+=========
+
+(C) 2000 by Dominique Unruh <dominique@unruh.de>
+
+See the LICENSE file for licensing informations.
+