summaryrefslogtreecommitdiff
path: root/language/japanese/pxbase/pxbase.sty
blob: 56dbb1d053f86d9146192849d0f8d5bf4d09443d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%%
%% This is file 'pxbase.sty'.
%% 
%% Copyright (c) 2008-2021 Takayuki YATO (aka. "ZR")
%%   GitHub:   https://github.com/zr-tex8r
%%   Twitter:  @zr_tex8r
%%
%% This package is distributed under the MIT License.
%%
\NeedsTeXFormat{pLaTeX2e}
\ProvidesPackage{pxbase}[2021/05/22 v1.2 PX base library]
% The pxbase package now does the same thing as the bxbase package.
\RequirePackageWithOptions{bxbase}[2017/05/29]
\endinput
%% EOF