summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pmhanguljamo
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-11 21:16:58 +0000
committerKarl Berry <karl@freefriends.org>2020-03-11 21:16:58 +0000
commit4408697195e981b694bc08b5a04a5ffc9af9dc60 (patch)
treeb701c903f8409e0070cbcd980342f8ed02958ec3 /Master/texmf-dist/tex/latex/pmhanguljamo
parent22fe86a7dbafd1c6533c683da49ce71f1c61252a (diff)
pmhanguljamo (11mar20)
git-svn-id: svn://tug.org/texlive/trunk@54237 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pmhanguljamo')
-rw-r--r--Master/texmf-dist/tex/latex/pmhanguljamo/pmhanguljamo-rrk.sty16
-rw-r--r--Master/texmf-dist/tex/latex/pmhanguljamo/pmhanguljamo.sty4
2 files changed, 16 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/pmhanguljamo/pmhanguljamo-rrk.sty b/Master/texmf-dist/tex/latex/pmhanguljamo/pmhanguljamo-rrk.sty
index a39cfac1f63..61dc4285628 100644
--- a/Master/texmf-dist/tex/latex/pmhanguljamo/pmhanguljamo-rrk.sty
+++ b/Master/texmf-dist/tex/latex/pmhanguljamo/pmhanguljamo-rrk.sty
@@ -1,6 +1,7 @@
%
% subroutine of pmhanguljamo.sty
%. v0.3.2 (2020/02/05)
+%. v0.3.3 (2020/03/09)
%
\seq_new:N \l_textjm_seq
@@ -357,13 +358,24 @@
\restore_c:
}
{
- \exp_args:Nno \str_if_in:nnTF { tpkj } { \l_tmpb_tl }
+ \bool_if:nTF {
+ \exp_args:Noo \str_if_eq_p:nn { \l_tmpb_tl } { \l_tmpc_tl } %%% X-ss
+ &&
+ \exp_args:Noo \str_if_eq_p:nn { \l_tmpb_tl } { s }
+ }
{
\exp_args:Nx \insert_jong:n { \l_tmpa_tl }
\restore_c: \restore_b:
}
{
- \check_jong_sub_last:
+ \exp_args:Nno \str_if_in:nnTF { tpkj } { \l_tmpb_tl }
+ {
+ \exp_args:Nx \insert_jong:n { \l_tmpa_tl }
+ \restore_c: \restore_b:
+ }
+ {
+ \check_jong_sub_last:
+ }
}
}
}
diff --git a/Master/texmf-dist/tex/latex/pmhanguljamo/pmhanguljamo.sty b/Master/texmf-dist/tex/latex/pmhanguljamo/pmhanguljamo.sty
index 787fa2cd150..aa2a2b704bd 100644
--- a/Master/texmf-dist/tex/latex/pmhanguljamo/pmhanguljamo.sty
+++ b/Master/texmf-dist/tex/latex/pmhanguljamo/pmhanguljamo.sty
@@ -2,7 +2,7 @@
%%
%% Poorman's Hangul Jamo Input Method.
%%
-%% (C) 2020 Nova de Hi
+%% (C) 2020 Kangsoo Kim
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -14,7 +14,7 @@
%%
%% This work has the LPPL maintenance status `maintained'.
%%
-%% The Current Maintainer of this work is Nova de Hi.
+%% The Current Maintainer of this work is Kangsoo Kim
%%
%% This work consists of the file pmhanguljamo.sty
%% and the documentation files pmhanguljamo-doc.tex and pmhanguljamo-doc.pdf.