summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/platex/pxchfon/pxjafont.sty
blob: aabce1780dc871cb8914a055bfc29b1ea3bbf6d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
%%
%% This is file 'pxjafont.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.
%%

%% package declaration
\NeedsTeXFormat{pLaTeX2e}
\ProvidesPackage{pxjafont}[2017/06/29 v1.0b]
%% show warning
\PackageWarning{pxchfon}
 {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}[2017/05/31]
\endinput
%% EOF