summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-10-20 21:16:42 +0000
committerKarl Berry <karl@freefriends.org>2021-10-20 21:16:42 +0000
commite4cd00cd07497d7791e2854bef73551519cec7ac (patch)
tree1042ce584ec979b01a3e56624b63e81a17495118 /Master/texmf-dist/tex
parent94c93aab885d39a26d41dbfff06d9d33a0f69c81 (diff)
unitipa (20oct21)
git-svn-id: svn://tug.org/texlive/trunk@60811 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/unitipa/unitipa.sty (renamed from Master/texmf-dist/tex/lualatex/unitipa/unitipa.sty)59
1 files changed, 34 insertions, 25 deletions
diff --git a/Master/texmf-dist/tex/lualatex/unitipa/unitipa.sty b/Master/texmf-dist/tex/latex/unitipa/unitipa.sty
index 26cdce82722..77ab4576818 100644
--- a/Master/texmf-dist/tex/lualatex/unitipa/unitipa.sty
+++ b/Master/texmf-dist/tex/latex/unitipa/unitipa.sty
@@ -5,40 +5,49 @@
%% The original source files were:
%%
%% unitipa.dtx (with options: `package')
-%%
-%% ---------------------------------------------------------------------------
+%% ----------------------------------------------------------
%% Package: unitipa
-%% Author: Niranjan
+%% Version: 0.4 (20 October, 2021)
+%% Author: निरंजन
%% Description: TIPA typefaces with Unicode characters.
-%% Repository: https://gitlab.com/niruvt/unitipa
-%% Bug tracker: https://gitlab.com/niruvt/unitipa/-/issues
-%% License: The LaTeX Project Public License v1.3c or later.
-%% ---------------------------------------------------------------------------
-%% 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.
+%% Repository: https://gitlab.com/niruvt/unitipa (archived)
+%% License: GPLv3, GFDLv1.3
+%% ----------------------------------------------------------
+%%
+%% LaTeX Package unitipa v0.4
+%% © 2021 निरंजन
%%
-%% The latest version of this license is in
+%% This program is free software: you can redistribute it
+%% and/or modify it under the terms of the GNU General Public
+%% License as published by the Free Software Foundation, either
+%% version 3 of the License, or (at your option) any later
+%% version.
%%
-%% http://www.latex-project.org/lppl.txt.
+%% This program is distributed in the hope that it will be
+%% useful, but WITHOUT ANY WARRANTY; without even the implied
+%% warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+%% PURPOSE. See the GNU General Public License for more
+%% details.
%%
-%% This work has the LPPL maintenance status `maintained'.
+%% You should have received a copy of the GNU General Public
+%% License along with this program. If not, see
+%% <https://www.gnu.org/licenses/>.
%%
-%% The Current Maintainer of this work is Niranjan.
+%% The current maintainer of this work is निरंजन.
%%
%% This work consists of the files unitipa.dtx
%% unitipa.ins
%% and the derived file unitipa.sty.
-%% ---------------------------------------------------------------------------
-%%
+%% ----------------------------------------------------------
\def\unitipaname{unitipa}
-\def\unitipaversion{0.3}
-\def\unitipadate{2021/04/03}
-\def\unitipadescription{TIPA typefaces with Unicode characters.}
+\def\unitipaversion{0.4}
+\def\unitipadate{2021/10/20}
+\def\unitipadescription{%
+ TIPA typefaces with Unicode characters.%
+}
\ProvidesPackage{unitipa}[2021/04/03 v0.3
TIPA typefaces with unicode characters]
\RequirePackage{tipa}
-\RequirePackage{graphicx}
\RequirePackage{newunicodechar}
\RequirePackage{fontspec}
\RequirePackage{pgfkeys}
@@ -273,13 +282,13 @@ TIPA typefaces with unicode characters]
%% Nasals
\newunicodechar{ɱ}{\textltailm}
\newunicodechar{ɳ}{\textrtailn}
-\newunicodechar{ɲ}{\textltailn} %% Added in v0.2
+\newunicodechar{ɲ}{\textltailn}%% Added in v0.2
\newunicodechar{ɴ}{\textscn}
%% Trills
\newunicodechar{ʙ}{\textscb}
\newunicodechar{ʀ}{\textscr}
%% Taps or flaps
-\newunicodechar{ⱱ}{\ipatext{ⱱ}} %% Sorry for the bad typography!
+\newunicodechar{ⱱ}{\ipatext{ⱱ}}%% Sorry for the bad typography!
\newunicodechar{ɾ}{\textfishhookr}
\newunicodechar{ɽ}{\textrtailr}
%% Fricatives
@@ -328,7 +337,7 @@ TIPA typefaces with unicode characters]
%% Open-mid
\newunicodechar{ɛ}{\textepsilon}
\newunicodechar{ɜ}{\textrevepsilon}
-\newunicodechar{ɞ}{\reflectbox{\textcloseepsilon}} %% Latest changes
+\newunicodechar{ɞ}{\textcloserevepsilon}
\newunicodechar{ʌ}{\textturnv}
\newunicodechar{ɔ}{\textopeno}
%% Near-open
@@ -377,8 +386,8 @@ TIPA typefaces with unicode characters]
%% Tones independent diacritics
\newunicodechar{ꜜ}{\textdownstep}
\newunicodechar{ꜛ}{\textupstep}
-%% \newunicodechar{︎↗}{\textglobrise} %% Not working :'(
-%% \newunicodechar{↘}{\textglobfall} %% Need help here
+%% \newunicodechar{︎↗}{\textglobrise}%% Not working :'(
+%% \newunicodechar{↘}{\textglobfall}%% Need help here
\endinput
%%
%% End of file `unitipa.sty'.