summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/platex/pxbase/pxbase.sty
blob: 081c78ad29e953054344741a700f6237ac6ebac6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%%
%% This is file 'pxbase.sty'.
%% 
%% Copyright (c) 2008-2023 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}[2023/02/25 v1.4 PX base library]
% The pxbase package now does the same thing as the bxbase package.
\RequirePackageWithOptions{bxbase}[2017/05/29]
\endinput
%% EOF