summaryrefslogtreecommitdiff
path: root/macros/jptex/latex/pxufont/pxufont-ruby.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/jptex/latex/pxufont/pxufont-ruby.sty')
-rw-r--r--macros/jptex/latex/pxufont/pxufont-ruby.sty25
1 files changed, 25 insertions, 0 deletions
diff --git a/macros/jptex/latex/pxufont/pxufont-ruby.sty b/macros/jptex/latex/pxufont/pxufont-ruby.sty
new file mode 100644
index 0000000000..741758c772
--- /dev/null
+++ b/macros/jptex/latex/pxufont/pxufont-ruby.sty
@@ -0,0 +1,25 @@
+%%
+%% This is file 'pxufont-ruby.sty'.
+%%
+%% Copyright (c) 2017-2020 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}[2020/02/09 v0.6]
+\def\pxuf@rb@pkgname{pxufont-ruby}
+
+%--------------------------------------- main
+
+\@ifpackageloaded{pxufont}{}{%else
+ \let\pxufontUseRubyFont=t
+ \RequirePackage{pxufont}\relax
+}
+
+%--------------------------------------- done
+\endinput
+%% EOF