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/newunicodechar/README | 52 ++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 macros/latex/contrib/newunicodechar/README (limited to 'macros/latex/contrib/newunicodechar/README') diff --git a/macros/latex/contrib/newunicodechar/README b/macros/latex/contrib/newunicodechar/README new file mode 100644 index 0000000000..52add6ffb5 --- /dev/null +++ b/macros/latex/contrib/newunicodechar/README @@ -0,0 +1,52 @@ +The newunicodechar lets you define more friendly the meaning +of Unicode characters; it requires that the document is +processed by (pdf)LaTeX with \usepackage[utf8]{inputenc} +or by XeLaTeX/LuaLaTeX: it provides the syntax + +\newunicodechar{}{} + +where is some (directly typed in) Unicode character +and is what we need to be substituted to . + +This is version 1.2 of the package + +Changes from version 1.1: +o Now utf8 is default for 8 bit engines + +Copyright (C) 2018 by Enrico Gregorio + +------------------------------------------------------- + +This work may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either +version 1.3c of this license or (at your option) any +later version. The latest version of this license is in + http://www.latex-project.org/lppl.txt +and version 1.3 or later is part of all distributions +of LaTeX version 2005/12/01 or later. + +This work has the LPPL maintenance status `maintained'. + +The Current Maintainer of this work is Enrico Gregorio. + +This work consists of the files + newunicodechar.dtx + newunicodechar.ins +and the derived file newunicodechar.sty. + +To install the distribution: + +o run "latex newunicodechar.ins" +o move "newunicodechar.sty" to locations where LaTeX will find + it (the FAQ on CTAN in /help/uktug-FAQ gives more + information about this magic place + +To produce the documentation in pdf format: + +o run "pdflatex newunicodechar.dtx" +o run "makeindex -s gind.ist newunicodechar" +o run "makeindex -s gglo.ist -o newunicodechar.gls newunicodechar.glo" +o run "pdflatex newunicodechar.dtx" + +2018/04/08 +Enrico Gregorio -- cgit v1.2.3