From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/ucs/README | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 macros/latex/contrib/ucs/README (limited to 'macros/latex/contrib/ucs/README') diff --git a/macros/latex/contrib/ucs/README b/macros/latex/contrib/ucs/README new file mode 100644 index 0000000000..15d91b9ff1 --- /dev/null +++ b/macros/latex/contrib/ucs/README @@ -0,0 +1,34 @@ +=== 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 + + . + +========= + +(C) 2000 by Dominique Unruh +(C) 2011--2013 by Wolfgang Jeltsch + +See the LICENSE file for licensing informations. -- cgit v1.2.3