summaryrefslogtreecommitdiff
path: root/language/japanese/pxbase/pxbase.sty
blob: e10ec1c6e20a2d530c7f30d494c91913e6859bd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%%
%% This is file 'pxbase.sty'.
%% 
%% Copyright (c) 2017 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}[2017/07/03 v1.1b PX base library]
% The pxbase package now does the same thing as the bxbase package.
\RequirePackageWithOptions{bxbase}[2017/05/29]
\endinput
%% EOF