summaryrefslogtreecommitdiff
path: root/language/japanese/pxbase/pxbase.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /language/japanese/pxbase/pxbase.sty
Initial commit
Diffstat (limited to 'language/japanese/pxbase/pxbase.sty')
-rw-r--r--language/japanese/pxbase/pxbase.sty15
1 files changed, 15 insertions, 0 deletions
diff --git a/language/japanese/pxbase/pxbase.sty b/language/japanese/pxbase/pxbase.sty
new file mode 100644
index 0000000000..e10ec1c6e2
--- /dev/null
+++ b/language/japanese/pxbase/pxbase.sty
@@ -0,0 +1,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