From c16497900d7216f5269a43b9c18ae469820d3cd2 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 30 Aug 2012 00:12:36 +0000 Subject: ucs 2.1 (29aug12) git-svn-id: svn://tug.org/texlive/trunk@27549 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/ucs/FAQ | 4 ++-- Master/texmf-dist/doc/latex/ucs/VERSION | 2 +- Master/texmf-dist/doc/latex/ucs/config/control.ucf | 8 +++++++- Master/texmf-dist/doc/latex/ucs/config/math.ucf | 6 ++++++ .../texmf-dist/doc/latex/ucs/config/miscsymb.ucf | 13 +++++++++++++ Master/texmf-dist/doc/latex/ucs/ucs.dtx | 8 +++++++- Master/texmf-dist/doc/latex/ucs/ucs.ins | 1 + Master/texmf-dist/doc/latex/ucs/ucs.pdf | Bin 703711 -> 705717 bytes 8 files changed, 37 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/latex/ucs/FAQ b/Master/texmf-dist/doc/latex/ucs/FAQ index 2d7a5349709..95966fbd886 100644 --- a/Master/texmf-dist/doc/latex/ucs/FAQ +++ b/Master/texmf-dist/doc/latex/ucs/FAQ @@ -52,8 +52,8 @@ Question: Answer: - Dominique Unruh, the original author of the ucs package started with - unicode.sty, but there was a name clash with Sebastian Rahtz' + Dominique Unruh, the original author of the ucs package, started + with unicode.sty, but there was a name clash with Sebastian Rahtz' jadetex/passivetex package. So he later used the name ucs.sty instead of unicode.sty. The package was subsequently called "ucs" in TeXLive and installed into the directory tex/latex/ucs. However, it diff --git a/Master/texmf-dist/doc/latex/ucs/VERSION b/Master/texmf-dist/doc/latex/ucs/VERSION index 1ec2461524a..190e42bbdd3 100644 --- a/Master/texmf-dist/doc/latex/ucs/VERSION +++ b/Master/texmf-dist/doc/latex/ucs/VERSION @@ -1 +1 @@ -2012/04/20 v2.0 Unicode support for LaTeX +2012/08/28 v2.1 Unicode support for LaTeX diff --git a/Master/texmf-dist/doc/latex/ucs/config/control.ucf b/Master/texmf-dist/doc/latex/ucs/config/control.ucf index 34811551dca..112880b9747 100644 --- a/Master/texmf-dist/doc/latex/ucs/config/control.ucf +++ b/Master/texmf-dist/doc/latex/ucs/config/control.ucf @@ -59,11 +59,17 @@ U+2004 \kern.33333em\uc@spc # [ ] U+2005 \kern.25em\uc@spc # [ ] U+2006 \kern.16667em\uc@spc # [ ] U+2009 \thinspace # [ ] -U+200B \hskip\z@ # [​] +U+200B \hskip\z@\relax # [​] U+200C {} # [‌] U+200D # [‍] } +{ +PACKAGE amsmath + +U+2011 \nobreakdash- # [‑] +} + { PROVIDE \long\gdef\uc@par{\par} U+2029 \uc@par # [
] diff --git a/Master/texmf-dist/doc/latex/ucs/config/math.ucf b/Master/texmf-dist/doc/latex/ucs/config/math.ucf index f8d34356536..d83d2de79c4 100644 --- a/Master/texmf-dist/doc/latex/ucs/config/math.ucf +++ b/Master/texmf-dist/doc/latex/ucs/config/math.ucf @@ -53,6 +53,8 @@ U+2193 \downarrow # [↓] U+2194 \leftrightarrow # [↔] U+2195 \updownarrow # [↕] U+21A6 \mapsto # [↦] +U+21A9 \hookleftarrow # [↩] +U+21AA \hookrightarrow # [↪] U+21BC \leftharpoonup # [↼] U+21BD \leftharpoondown # [↽] U+21C0 \rightharpoonup # [⇀] @@ -239,6 +241,10 @@ ENVELOPE \ensuremath@@@ PACKAGE amssymb U+219D \leadsto # [↝] +U+219E \twoheadleftarrow # [↞] +U+21A0 \twoheadrightarrow # [↠] +U+21A2 \leftarrowtail # [↢] +U+21A3 \rightarrowtail # [↣] U+21BE \upharpoonright # [↾] U+21BF \upharpoonleft # [↿] U+21C2 \downharpoonright # [⇂] diff --git a/Master/texmf-dist/doc/latex/ucs/config/miscsymb.ucf b/Master/texmf-dist/doc/latex/ucs/config/miscsymb.ucf index e2109763aac..8375b950670 100644 --- a/Master/texmf-dist/doc/latex/ucs/config/miscsymb.ucf +++ b/Master/texmf-dist/doc/latex/ucs/config/miscsymb.ucf @@ -24,3 +24,16 @@ U+266D \flat # [♭] U+266E \natural # [♮] U+266F \sharp # [♯] } + +{ +PACKAGE wasysym + +U+2669 \quarternote # [♩] +U+266A \eighthnote # [♪] +U+266B \twonotes # [♫] + +U+1D15D \fullnote # [𝅝] +U+1D15E \halfnote # [𝅗𝅥] +U+1D15F \quarternote # [𝅘𝅥] +U+1D160 \eighthnote # [𝅘𝅥𝅮] +} diff --git a/Master/texmf-dist/doc/latex/ucs/ucs.dtx b/Master/texmf-dist/doc/latex/ucs/ucs.dtx index 94150c1222f..f40980016a4 100644 --- a/Master/texmf-dist/doc/latex/ucs/ucs.dtx +++ b/Master/texmf-dist/doc/latex/ucs/ucs.dtx @@ -2,7 +2,7 @@ % -*-coding: utf-8; mode: latex;-*- % %<*driver> -\ProvidesFile{ucs.dtx}[2012/04/20 v2.0 +\ProvidesFile{ucs.dtx}[2012/08/28 v2.1 UCS: Master document for generating documentation for ucs.sty] % \documentclass{ltxdoc} @@ -48,6 +48,9 @@ % \changes{v2.0}{2012/04/20}{Added support for various symbols} % \changes{v2.0}{2012/04/20}{Created makefile} % \changes{v2.0}{2012/04/20}{Various small improvements} +% \changes{v2.1}{2012/08/28}{Added support for various arrows, musical notes, and NON-BREAKING +% HYPHEN} +% \changes{v2.1}{2012/08/28}{Some small bug fixes} % ^^A FIXME: The page number of the changelog entry for the \show removal mentions page 48, although % ^^A the code appears on page 50. % ^^A FIXME: There are no index entries for macro descriptions (only for macro definitions and @@ -639,6 +642,9 @@ \ProvidesPackage{ucs}[2004/10/17 UCS: Unicode input support]% \fi % \end{macrocode} +% ^^A FIXME: We should update the date of ucs.sty even if the file ucs.sty has not changed, but the +% ^^A character mappings have. Otherwise, we cannot specify a complience level by adding a +% ^^A date to \usepackage{ucs} or \RequirePackage{ucs}. % Loads the global definitions of the unicode data. This is done so early, % because we need the option definitions. % \begin{macrocode} diff --git a/Master/texmf-dist/doc/latex/ucs/ucs.ins b/Master/texmf-dist/doc/latex/ucs/ucs.ins index 5e19068d76e..0e7d910f34b 100644 --- a/Master/texmf-dist/doc/latex/ucs/ucs.ins +++ b/Master/texmf-dist/doc/latex/ucs/ucs.ins @@ -82,6 +82,7 @@ modifications. See the file LICENSE for information. \Msg{* To produce the documentation do:} \Msg{* \space\space pdflatex ucs.dtx} \Msg{* \space\space makeindex -s gind ucs.idx} +\Msg{* \space\space makeindex -s gglo -o ucs.gls ucs.glo} \Msg{* \space\space pdflatex ucs.dtx} \Msg{* or whatever is appropiate for your system.} \Msg{***********************************************************} diff --git a/Master/texmf-dist/doc/latex/ucs/ucs.pdf b/Master/texmf-dist/doc/latex/ucs/ucs.pdf index c143ffff225..53dce095ffd 100644 Binary files a/Master/texmf-dist/doc/latex/ucs/ucs.pdf and b/Master/texmf-dist/doc/latex/ucs/ucs.pdf differ -- cgit v1.2.3