summaryrefslogtreecommitdiff
path: root/macros/jptex/latex/pxchfon/pxjafont.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/jptex/latex/pxchfon/pxjafont.sty')
-rw-r--r--macros/jptex/latex/pxchfon/pxjafont.sty24
1 files changed, 24 insertions, 0 deletions
diff --git a/macros/jptex/latex/pxchfon/pxjafont.sty b/macros/jptex/latex/pxchfon/pxjafont.sty
new file mode 100644
index 0000000000..1b243e9893
--- /dev/null
+++ b/macros/jptex/latex/pxchfon/pxjafont.sty
@@ -0,0 +1,24 @@
+%%
+%% This is file 'pxjafont.sty'.
+%%
+%% Copyright (c) 2009-2020 Takayuki YATO (aka. "ZR")
+%% GitHub: https://github.com/zr-tex8r
+%% Twitter: @zr_tex8r
+%%
+%% This package is distributed under the MIT License.
+%%
+
+%% package declaration
+\NeedsTeXFormat{pLaTeX2e}
+\ProvidesPackage{pxjafont}
+%% show warning
+\PackageWarning{pxchfon}
+ {!!!!!!!!!!!! IMPORTANT WARNING !!!!!!!!!!!!\MessageBreak
+ The package 'pxjafont' is obsolete and its use is\MessageBreak
+ deprecated. please refer to the manual of pxchfon.\MessageBreak
+ The warning is issued}
+%% delegate
+\let\pxAliasedPxjafont=t
+\RequirePackageWithOptions{pxchfon}[]
+\endinput
+%% EOF