diff options
author | Karl Berry <karl@freefriends.org> | 2025-02-12 21:06:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2025-02-12 21:06:30 +0000 |
commit | aa87bd9ebd22a567c079b2c6dfb2c9b065d2f7e3 (patch) | |
tree | 298b0b544ea9775078985769e98de3a2ba323116 /Master/texmf-dist/tex/latex/sjtutex/font/sjtu-cjk-font-windows-ja.def | |
parent | dcfa626f0dcff326c2aa44e359fa61ffffba0e5b (diff) |
sjtutex (12feb25)
git-svn-id: svn://tug.org/texlive/trunk@73925 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/sjtutex/font/sjtu-cjk-font-windows-ja.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/sjtutex/font/sjtu-cjk-font-windows-ja.def | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/Master/texmf-dist/tex/latex/sjtutex/font/sjtu-cjk-font-windows-ja.def b/Master/texmf-dist/tex/latex/sjtutex/font/sjtu-cjk-font-windows-ja.def deleted file mode 100644 index 50bef8c98d9..00000000000 --- a/Master/texmf-dist/tex/latex/sjtutex/font/sjtu-cjk-font-windows-ja.def +++ /dev/null @@ -1,49 +0,0 @@ -%% -%% This is file `sjtu-cjk-font-windows-ja.def', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% sjtutex.dtx (with options: `font,cjk,windows,ja') -%% -%% Copyright (C) SJTUG -%% 2018--2024 Weijian Wu <alexarawu@outlook.com> -%% 2022--2024 Zilong Li <logcreative@outlook.com> -%% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either -%% version 1.3c of this license or (at your option) any later -%% version. The latest version of this license is in: -%% -%% http://www.latex-project.org/lppl.txt -%% -%% and version 1.3 or later is part of all distributions of -%% LaTeX version 2005/12/01 or later. -%% -\GetIdInfo$Id: sjtutex.dtx 879eea9 2024-11-06 19:54:03 +0800 Alexara Wu <alexarawu@outlook.com> $ - {Windows CJK fonts definition for Japanese (SJTUTeX)} -\ProvidesExplFile{sjtu-cjk-font-windows-ja.def} - {\ExplFileDate}{2.1.5}{\ExplFileDescription} -\__sjtu_fontset_case:nn - { \__sjtu_fontset_error:nn { cjk } { windows } } - { - \setCJKmainfont { MS~Mincho } [ AutoFakeBold = 3 ] - \setCJKsansfont { MS~Gothic } [ AutoFakeBold = 3 ] - \setCJKmonofont { MS~Mincho } - \setCJKfamilyfont { jamin } { MS~Mincho } [ AutoFakeBold = 3 ] - \setCJKfamilyfont { jagoth } { MS~Gothic } [ AutoFakeBold = 3 ] - \setCJKfamilyfont { zhsong } { SimSun } - [ AutoFakeBold = 3 , ItalicFont = KaiTi ] - \setCJKfamilyfont { zhhei } { SimHei } [ AutoFakeBold = 3 ] - \setCJKfamilyfont { zhkai } { KaiTi } - \setCJKfamilyfont { zhfs } { FangSong } - } -\NewDocumentCommand \songti { } { \CJKfamily { zhsong } } -\NewDocumentCommand \heiti { } { \CJKfamily { zhhei } } -\NewDocumentCommand \fangsong { } { \CJKfamily { zhfs } } -\NewDocumentCommand \kaishu { } { \CJKfamily { zhkai } } -\NewDocumentCommand \mincho { } { \CJKfamily { jamin } } -\NewDocumentCommand \gothic { } { \CJKfamily { jagoth } } -\endinput -%% -%% End of file `sjtu-cjk-font-windows-ja.def'. |