summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pxufont/pxufont-ruby.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-12 21:55:25 +0000
committerKarl Berry <karl@freefriends.org>2019-03-12 21:55:25 +0000
commit27570b0335d858aae49821a98ebe3944b288ba40 (patch)
tree5682f001be7de07a0088b36f2288c76167c65a03 /Master/texmf-dist/tex/latex/pxufont/pxufont-ruby.sty
parent4cf0a8c48e3a2375401a945f22431b720c704377 (diff)
pxufont (12mar19)
git-svn-id: svn://tug.org/texlive/trunk@50355 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pxufont/pxufont-ruby.sty')
-rw-r--r--Master/texmf-dist/tex/latex/pxufont/pxufont-ruby.sty25
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