summaryrefslogtreecommitdiff
path: root/language/japanese/pxchfon/pxjafont.sty
blob: 1b243e9893d8ad30732a832ed7ba1a10f6dad15c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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