diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/pxufont/pxufont-ruby.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/pxufont/pxufont-ruby.sty | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/pxufont/pxufont-ruby.sty b/Master/texmf-dist/tex/latex/pxufont/pxufont-ruby.sty new file mode 100644 index 00000000000..a97c4b9f3ea --- /dev/null +++ b/Master/texmf-dist/tex/latex/pxufont/pxufont-ruby.sty @@ -0,0 +1,25 @@ +%% +%% This is file 'pxufont-ruby.sty'. +%% +%% Copyright (c) 2017-2019 Takayuki YATO (aka. "ZR") +%% GitHub: https://github.com/zr-tex8r +%% Twitter: @zr_tex8r +%% +%% This package is distributed under the MIT License. +%% + +%% package declaration +\NeedsTeXFormat{pLaTeX2e} +\ProvidesPackage{pxufont-ruby}[2019/02/28 v0.5] +\def\pxuf@rb@pkgname{pxufont-ruby} + +%--------------------------------------- main + +\@ifpackageloaded{pxufont}{}{%else + \let\pxufontUseRubyFont=t + \RequirePackage{pxufont}\relax +} + +%--------------------------------------- done +\endinput +%% EOF |