Directory tex-archive/macros/latex/contrib/newunicodechar
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.1 of the package
Changes from version 1.0:
o The inputenx package is supported
Copyright (C) 2012 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"
2012/11/12
Enrico Gregorio
Files
| Name | Size | Date | Notes |
|---|---|---|---|
README |
1664 | 2012-11-12 06:06:41 | |
newunicodechar.dtx |
18375 | 2012-11-12 06:06:41 | |
newunicodechar.ins |
2587 | 2012-11-12 06:06:41 | |
newunicodechar.pdf |
387122 | 2012-11-12 06:06:41 |
Download the complete
contents of this directory in one zip archive
(384.6k).
newunicodechar – Definitions of the meaning of Unicode characters
The package provides a friendly interface for defining the meaning of Unicode characters. The document should be processed by (pdf)LaTeX with the unicode option of inputenc or inputenx, or by X∃LaTeX/LuaLaTeX. The command provided is \newunicodechar{<char>}{<code>} where <char> is a directly-typed Unicode character, and <code> is its replacement.
| Documentation |
Readme Package documentation |
| Version | 1.1 |
| License | The LaTeX Project Public License 1.3 |
| Maintainer | Enrico Gregorio |
| Contained in | TeXLive as newunicodechar |
| MiKTeX as newunicodechar | |
| Topics |
input encoding support for TeX engines |
