diff options
author | Karl Berry <karl@freefriends.org> | 2019-08-06 21:45:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-08-06 21:45:44 +0000 |
commit | c7ce5ab1655e5a4cc880ef2ac2eba601ce4109c2 (patch) | |
tree | 45ff720e39d14ac5e2bb78f33ea7e092deb4610d /Master/texmf-dist/tex/lualatex | |
parent | d364315b20c67227a3474dfbe9099ab644bacfa0 (diff) |
hmtrump (6aug19)
git-svn-id: svn://tug.org/texlive/trunk@51829 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/lualatex')
-rw-r--r-- | Master/texmf-dist/tex/lualatex/hmtrump/hmtrump.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/lualatex/hmtrump/hmtrump.sty b/Master/texmf-dist/tex/lualatex/hmtrump/hmtrump.sty index f7244ebb148..4702292bc91 100644 --- a/Master/texmf-dist/tex/lualatex/hmtrump/hmtrump.sty +++ b/Master/texmf-dist/tex/lualatex/hmtrump/hmtrump.sty @@ -4,7 +4,7 @@ % Author: Hitomi-san (a.k.a. Carele Smith) % \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{hmtrump}[2019-06-13 v1.1b] +\ProvidesPackage{hmtrump}[2019-08-06 v1.2a] \RequirePackage{tikz,xcolor,fontspec} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 定義本体 @@ -38,7 +38,7 @@ %: \hmtcfont => フォント変更 \newcommand{\hmtc@trump@font}{NKD04_Playing_Cards_Index} -\newcommand{\hmtcfont}{\fontspec{\hmtc@trump@font}} +\newfontfamily\hmtcfont{\hmtc@trump@font} %%: \trump{ランク}{スート} \tikzset{hmtcscale/.style={scale=0.9}} % 倍率 |