diff options
author | Karl Berry <karl@freefriends.org> | 2021-10-01 22:01:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-10-01 22:01:17 +0000 |
commit | c74fca475084164f9ec944b15d18d8550941b053 (patch) | |
tree | 3120daed45e781eb2e1a8be637d5c878ac7c3e7e /Master/texmf-dist/tex/latex | |
parent | 27581b2e3b8678c0f6da9d269812ff8836879a1c (diff) |
tipauni (2oct21)
git-svn-id: svn://tug.org/texlive/trunk@60669 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/tipauni/tipauni.sty | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/tipauni/tipauni.sty b/Master/texmf-dist/tex/latex/tipauni/tipauni.sty index 1a3d8e58bd2..133c5ae4db9 100644 --- a/Master/texmf-dist/tex/latex/tipauni/tipauni.sty +++ b/Master/texmf-dist/tex/latex/tipauni/tipauni.sty @@ -15,7 +15,7 @@ %% License: GPL v3.0+ %% --------------------------------------------------------------------------- %% -%% LaTeX Package tipauni v0.2 +%% LaTeX Package tipauni v0.3 %% © 2021 निरंजन %% %% This program is free software: you can redistribute it and/or modify @@ -39,7 +39,7 @@ %% --------------------------------------------------------------------------- %% \def\tipauniname{tipauni} -\def\tipauniversion{0.2} +\def\tipauniversion{0.3} \def\tipaunidate{2021-08-07} \def\tipaunidescription{For producing Unicode characters with TIPA commands} \ProvidesPackage{tipauni}[2021/04/27 v0.1 @@ -318,15 +318,15 @@ Unicode characters with TIPA commands] } \cs_new_protected:Npn \__tipauni_nontipa_search:n #1 { - \str_if_in:nnT {#1} {ⱱ} { \nontipatrue \use_none_delimet_by_s_stop:w } - \str_if_in:nnT {#1} {ɞ} { \nontipatrue \use_none_delimet_by_s_stop:w } - \str_if_in:nnT {#1} {ɰ} { \nontipatrue \use_none_delimet_by_s_stop:w } - \str_if_in:nnT {#1} {ǃ} { \nontipatrue \use_none_delimet_by_s_stop:w } - \str_if_in:nnT {#1} {ǂ} { \nontipatrue \use_none_delimet_by_s_stop:w } - \str_if_in:nnT {#1} {ʢ} { \nontipatrue \use_none_delimet_by_s_stop:w } - \str_if_in:nnT {#1} {ɺ} { \nontipatrue \use_none_delimet_by_s_stop:w } - \str_if_in:nnT {#1} {ʑ} { \nontipatrue \use_none_delimet_by_s_stop:w } - \str_if_in:nnT {#1} {ɧ} { \nontipatrue \use_none_delimet_by_s_stop:w } + \str_if_in:nnT {#1} {ⱱ} { \nontipatrue \use_none_delimit_by_s_stop:w } + \str_if_in:nnT {#1} {ɞ} { \nontipatrue \use_none_delimit_by_s_stop:w } + \str_if_in:nnT {#1} {ɰ} { \nontipatrue \use_none_delimit_by_s_stop:w } + \str_if_in:nnT {#1} {ǃ} { \nontipatrue \use_none_delimit_by_s_stop:w } + \str_if_in:nnT {#1} {ǂ} { \nontipatrue \use_none_delimit_by_s_stop:w } + \str_if_in:nnT {#1} {ʢ} { \nontipatrue \use_none_delimit_by_s_stop:w } + \str_if_in:nnT {#1} {ɺ} { \nontipatrue \use_none_delimit_by_s_stop:w } + \str_if_in:nnT {#1} {ʑ} { \nontipatrue \use_none_delimit_by_s_stop:w } + \str_if_in:nnT {#1} {ɧ} { \nontipatrue \use_none_delimit_by_s_stop:w } \use_none:nnn \s_stop \use:n { \cs_gset_eq:NN \__tipauni_nontipa_search: \prg_do_nothing: } } |