summaryrefslogtreecommitdiff
path: root/language/japanese/pxufont/pxufont-ruby.sty
blob: 741758c772c5007f421dfbc3f607eb53d086551a (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-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