blob: a97c4b9f3eac72300b5fb2b0007fa84bafe08c09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
|