summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/newunicodechar
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-02-19 00:41:21 +0000
committerKarl Berry <karl@freefriends.org>2011-02-19 00:41:21 +0000
commit52e500014dd326e0b82000df453d5b640f9859b8 (patch)
treeb5647ad056cb175e05d8932d7208093b667444d8 /Master/texmf-dist/doc/latex/newunicodechar
parentdc65f1418292cc066bd4856c56b816f4fb4557ed (diff)
new latex package newunicodechar (18feb11)
git-svn-id: svn://tug.org/texlive/trunk@21463 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/newunicodechar')
-rw-r--r--Master/texmf-dist/doc/latex/newunicodechar/README49
-rw-r--r--Master/texmf-dist/doc/latex/newunicodechar/newunicodechar.pdfbin0 -> 368751 bytes
2 files changed, 49 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/newunicodechar/README b/Master/texmf-dist/doc/latex/newunicodechar/README
new file mode 100644
index 00000000000..e213ea2a8e1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/newunicodechar/README
@@ -0,0 +1,49 @@
+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{<char>}{<code>}
+
+where <char> is some (directly typed in) Unicode character
+and <code> is what we need to be substituted to <char>.
+
+This is version 1.0 of the package
+
+Copyright (C) 2011 by Enrico Gregorio
+<Enrico dot Gregorio at univr dot it>
+-------------------------------------------------------
+
+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"
+
+2011/02/18
+Enrico Gregorio
diff --git a/Master/texmf-dist/doc/latex/newunicodechar/newunicodechar.pdf b/Master/texmf-dist/doc/latex/newunicodechar/newunicodechar.pdf
new file mode 100644
index 00000000000..1e7e3d9c076
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/newunicodechar/newunicodechar.pdf
Binary files differ