summaryrefslogtreecommitdiff
path: root/language/japanese/pxchfon/pxjafont.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/pxchfon/pxjafont.sty
Initial commit
Diffstat (limited to 'language/japanese/pxchfon/pxjafont.sty')
-rw-r--r--language/japanese/pxchfon/pxjafont.sty24
1 files changed, 24 insertions, 0 deletions
diff --git a/language/japanese/pxchfon/pxjafont.sty b/language/japanese/pxchfon/pxjafont.sty
new file mode 100644
index 0000000000..ad79f5bcbd
--- /dev/null
+++ b/language/japanese/pxchfon/pxjafont.sty
@@ -0,0 +1,24 @@
+%%
+%% This is file 'pxjafont.sty'.
+%%
+%% Copyright (c) 2019 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