diff options
author | Norbert Preining <preining@logic.at> | 2011-11-08 00:22:48 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2011-11-08 00:22:48 +0000 |
commit | 530ce1ac20a99c6e867a595901b5d66c3c85ccc8 (patch) | |
tree | 5046d3fc0451063d10abd34ab83032db75bbd599 /Master/texmf-dist/source/platex/japanese-otf/sty/mlcid.sty | |
parent | b8e34142e16a40e227b48dff7ad2f8c2d4b8c958 (diff) |
move japanese-otf to better places
git-svn-id: svn://tug.org/texlive/trunk@24538 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/platex/japanese-otf/sty/mlcid.sty')
-rwxr-xr-x | Master/texmf-dist/source/platex/japanese-otf/sty/mlcid.sty | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/Master/texmf-dist/source/platex/japanese-otf/sty/mlcid.sty b/Master/texmf-dist/source/platex/japanese-otf/sty/mlcid.sty deleted file mode 100755 index 4964b82d1ad..00000000000 --- a/Master/texmf-dist/source/platex/japanese-otf/sty/mlcid.sty +++ /dev/null @@ -1,35 +0,0 @@ -\NeedsTeXFormat{pLaTeX2e} -\ProvidesPackage{mlcid}[2004/04/17 v1.0.2 psitau] -%force catcode of \" be 12 -\count@\catcode`\" -\catcode`\"=12 -\DeclareRobustCommand{\CIDK}[1]{\begingroup% - \edef\reserved@a{\gtdefault}\ifx\k@family\reserved@a \kanjiseries{bx}\fi% - \kanjifamily{cidk}\set@character=#1% - \endgroup% -} -\DeclareRobustCommand{\CIDC}[1]{\begingroup% - \edef\reserved@a{\gtdefault}\ifx\k@family\reserved@a \kanjiseries{bx}\fi% - \kanjifamily{cidc}\set@character=#1% - \endgroup% -} -\DeclareRobustCommand{\CIDT}[1]{\begingroup% - \edef\reserved@a{\gtdefault}\ifx\k@family\reserved@a \kanjiseries{bx}\fi% - \kanjifamily{cidt}\set@character=#1% - \endgroup% -} -\catcode`\"=\count@ -%end of changing catcode of \" -\DeclareKanjiFamily{\otf@JYn}{cidk}{} -\DeclareKanjiFamily{\otf@JTn}{cidk}{} -\Declare@FontShape{cidk}{m}{01234}{cidkmr} -\Declare@FontShape{cidk}{bx}{01234}{cidkgr} -\DeclareKanjiFamily{\otf@JYn}{cidc}{} -\DeclareKanjiFamily{\otf@JTn}{cidc}{} -\Declare@FontShape{cidc}{m}{01234567}{cidcmr} -\Declare@FontShape{cidc}{bx}{01234567}{cidcgr} -\DeclareKanjiFamily{\otf@JYn}{cidt}{} -\DeclareKanjiFamily{\otf@JTn}{cidt}{} -\Declare@FontShape{cidt}{m}{01234}{cidtmr} -\Declare@FontShape{cidt}{bx}{01234}{cidtgr} -\endinput |