summaryrefslogtreecommitdiff
path: root/macros/jptex/latex/pxbase/pxbase.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/jptex/latex/pxbase/pxbase.sty')
-rw-r--r--macros/jptex/latex/pxbase/pxbase.sty15
1 files changed, 15 insertions, 0 deletions
diff --git a/macros/jptex/latex/pxbase/pxbase.sty b/macros/jptex/latex/pxbase/pxbase.sty
new file mode 100644
index 0000000000..0078547e4f
--- /dev/null
+++ b/macros/jptex/latex/pxbase/pxbase.sty
@@ -0,0 +1,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/31 v1.3 PX base library]
+% The pxbase package now does the same thing as the bxbase package.
+\RequirePackageWithOptions{bxbase}[2017/05/29]
+\endinput
+%% EOF