summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ucs/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/ucs/README.txt')
-rw-r--r--macros/latex/contrib/ucs/README.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/macros/latex/contrib/ucs/README.txt b/macros/latex/contrib/ucs/README.txt
new file mode 100644
index 0000000000..12fa3c11b4
--- /dev/null
+++ b/macros/latex/contrib/ucs/README.txt
@@ -0,0 +1,35 @@
+=== 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.
+
+Information about this package, including a link to its source code
+repository, can be found at
+
+ <http://wolfgang.jeltsch.info/software/tex/ucs> .
+
+=========
+
+(C) 2000 by Dominique Unruh <unruh@ut.ee>
+(C) 2011--2013 by Wolfgang Jeltsch <wolfgang@cs.ioc.ee>
+(C) 2022 David Carlisle david.carlisle@latex-project.org
+
+See the LICENSE file for licensing informations.