Skip to content

Commit

Permalink
sync with SJTUTeX
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexaraWu committed Jul 16, 2024
1 parent 4decc56 commit 7d38e06
Show file tree
Hide file tree
Showing 71 changed files with 1,636 additions and 1,456 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
%% sjtutex.dtx (with options: `font,cjk,adobe,ja')
%%
%% Copyright (C) SJTUG
%% 2018--2023 Alexara Wu <[email protected]>
%% 2022--2023 Log Creative <[email protected]>
%% 2018--2024 Weijian Wu <[email protected]>
%% 2022--2024 Zilong Li <[email protected]>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
Expand All @@ -20,37 +20,33 @@
%% and version 1.3 or later is part of all distributions of
%% LaTeX version 2005/12/01 or later.
%%
%% This work has the LPPL maintenance status `maintained'.
%%
%% The Current Maintainers of this work are Alexara Wu and Log Creative.
%%
\GetIdInfo $Id: sjtutex.dtx 2.0.3 2023-09-25 19:50:00Z Alexara Wu <[email protected]> $
\GetIdInfo$Id: sjtutex.dtx 78f11bc 2024-06-29 23:01:32 +0800 Alexara Wu <[email protected]> $
{Adobe CJK fonts definition for Japanese (SJTUTeX)}
\ProvidesExplFile{sjtu-cjk-font-adobe-ja.def}
{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
{\ExplFileDate}{2.1.3}{\ExplFileDescription}
\__sjtu_fontset_case:nn
{ \__sjtu_fontset_error:nn { cjk } { adobe } }
{
\setCJKmainfont { Kozuka~Mincho~Pr6N }
\setCJKmainfont { KozMinPr6N }
[
UprightFont = *~L ,
BoldFont = *~B
UprightFont = *-Light ,
BoldFont = *-Bold
]
\setCJKsansfont { Kozuka~Gothic~Pr6N }
\setCJKsansfont { KozGoPr6N }
[
UprightFont = *~M ,
BoldFont = *~B
UprightFont = *-Medium ,
BoldFont = *-Bold
]
\setCJKmonofont { Kozuka~Gothic~Pr6N }
\setCJKfamilyfont { jamin } { Kozuka~Mincho~Pr6N }
\setCJKmonofont { KozMinPr6N-Light }
\setCJKfamilyfont { jamin } { KozMinPr6N }
[
UprightFont = *~L ,
BoldFont = *~B
UprightFont = *-Light ,
BoldFont = *-Bold
]
\setCJKfamilyfont { jagoth } { Kozuka~Gothic~Pr6N }
\setCJKfamilyfont { jagoth } { KozGoPr6N }
[
UprightFont = *~M ,
BoldFont = *~B
UprightFont = *-Medium ,
BoldFont = *-Bold
]
\setCJKfamilyfont { zhsong } { AdobeSongStd-Light }
[ AutoFakeBold = 3 , ItalicFont = AdobeKaitiStd-Regular ]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
%% sjtutex.dtx (with options: `font,cjk,adobe,zh')
%%
%% Copyright (C) SJTUG
%% 2018--2023 Alexara Wu <[email protected]>
%% 2022--2023 Log Creative <[email protected]>
%% 2018--2024 Weijian Wu <[email protected]>
%% 2022--2024 Zilong Li <[email protected]>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
Expand All @@ -20,14 +20,10 @@
%% and version 1.3 or later is part of all distributions of
%% LaTeX version 2005/12/01 or later.
%%
%% This work has the LPPL maintenance status `maintained'.
%%
%% The Current Maintainers of this work are Alexara Wu and Log Creative.
%%
\GetIdInfo $Id: sjtutex.dtx 2.0.3 2023-09-25 19:50:00Z Alexara Wu <[email protected]> $
\GetIdInfo$Id: sjtutex.dtx 78f11bc 2024-06-29 23:01:32 +0800 Alexara Wu <[email protected]> $
{Adobe CJK fonts definition for Chinese (SJTUTeX)}
\ProvidesExplFile{sjtu-cjk-font-adobe-zh.def}
{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
{\ExplFileDate}{2.1.3}{\ExplFileDescription}
\__sjtu_fontset_case:nnn
{ \__sjtu_fontset_error:nn { cjk } { adobe } }
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
%% sjtutex.dtx (with options: `font,cjk,adobe,und')
%%
%% Copyright (C) SJTUG
%% 2018--2023 Alexara Wu <[email protected]>
%% 2022--2023 Log Creative <[email protected]>
%% 2018--2024 Weijian Wu <[email protected]>
%% 2022--2024 Zilong Li <[email protected]>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
Expand All @@ -20,14 +20,10 @@
%% and version 1.3 or later is part of all distributions of
%% LaTeX version 2005/12/01 or later.
%%
%% This work has the LPPL maintenance status `maintained'.
%%
%% The Current Maintainers of this work are Alexara Wu and Log Creative.
%%
\GetIdInfo $Id: sjtutex.dtx 2.0.3 2023-09-25 19:50:00Z Alexara Wu <[email protected]> $
\GetIdInfo$Id: sjtutex.dtx 78f11bc 2024-06-29 23:01:32 +0800 Alexara Wu <[email protected]> $
{Adobe CJK fonts definition (SJTUTeX)}
\ProvidesExplFile{sjtu-cjk-font-adobe.def}
{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
{\ExplFileDate}{2.1.3}{\ExplFileDescription}
\tl_if_eq:NNTF \g__sjtu_lang_tl \c__sjtu_lang_ja_tl
{ \ctex_file_input:n { sjtu-cjk-font-adobe-ja.def } }
{ \ctex_file_input:n { sjtu-cjk-font-adobe-zh.def } }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
%% sjtutex.dtx (with options: `font,cjk,fandol,ja')
%%
%% Copyright (C) SJTUG
%% 2018--2023 Alexara Wu <[email protected]>
%% 2022--2023 Log Creative <[email protected]>
%% 2018--2024 Weijian Wu <[email protected]>
%% 2022--2024 Zilong Li <[email protected]>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
Expand All @@ -20,14 +20,10 @@
%% and version 1.3 or later is part of all distributions of
%% LaTeX version 2005/12/01 or later.
%%
%% This work has the LPPL maintenance status `maintained'.
%%
%% The Current Maintainers of this work are Alexara Wu and Log Creative.
%%
\GetIdInfo $Id: sjtutex.dtx 2.0.3 2023-09-25 19:50:00Z Alexara Wu <[email protected]> $
\GetIdInfo$Id: sjtutex.dtx 78f11bc 2024-06-29 23:01:32 +0800 Alexara Wu <[email protected]> $
{Fandol CJK fonts definition for Japanese (SJTUTeX)}
\ProvidesExplFile{sjtu-cjk-font-fandol-ja.def}
{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
{\ExplFileDate}{2.1.3}{\ExplFileDescription}
\__sjtu_fontset_case:nn
{ \__sjtu_fontset_error:nn { cjk } { fandol } }
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
%% sjtutex.dtx (with options: `font,cjk,fandol,zh')
%%
%% Copyright (C) SJTUG
%% 2018--2023 Alexara Wu <[email protected]>
%% 2022--2023 Log Creative <[email protected]>
%% 2018--2024 Weijian Wu <[email protected]>
%% 2022--2024 Zilong Li <[email protected]>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
Expand All @@ -20,14 +20,10 @@
%% and version 1.3 or later is part of all distributions of
%% LaTeX version 2005/12/01 or later.
%%
%% This work has the LPPL maintenance status `maintained'.
%%
%% The Current Maintainers of this work are Alexara Wu and Log Creative.
%%
\GetIdInfo $Id: sjtutex.dtx 2.0.3 2023-09-25 19:50:00Z Alexara Wu <[email protected]> $
\GetIdInfo$Id: sjtutex.dtx 78f11bc 2024-06-29 23:01:32 +0800 Alexara Wu <[email protected]> $
{Fandol CJK fonts definition for Chinese (SJTUTeX)}
\ProvidesExplFile{sjtu-cjk-font-fandol-zh.def}
{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
{\ExplFileDate}{2.1.3}{\ExplFileDescription}
\__sjtu_fontset_case:nnn
{ \__sjtu_fontset_error:nn { cjk } { fandol } }
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
%% sjtutex.dtx (with options: `font,cjk,fandol,und')
%%
%% Copyright (C) SJTUG
%% 2018--2023 Alexara Wu <[email protected]>
%% 2022--2023 Log Creative <[email protected]>
%% 2018--2024 Weijian Wu <[email protected]>
%% 2022--2024 Zilong Li <[email protected]>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
Expand All @@ -20,14 +20,10 @@
%% and version 1.3 or later is part of all distributions of
%% LaTeX version 2005/12/01 or later.
%%
%% This work has the LPPL maintenance status `maintained'.
%%
%% The Current Maintainers of this work are Alexara Wu and Log Creative.
%%
\GetIdInfo $Id: sjtutex.dtx 2.0.3 2023-09-25 19:50:00Z Alexara Wu <[email protected]> $
\GetIdInfo$Id: sjtutex.dtx 78f11bc 2024-06-29 23:01:32 +0800 Alexara Wu <[email protected]> $
{Fandol CJK fonts definition (SJTUTeX)}
\ProvidesExplFile{sjtu-cjk-font-fandol.def}
{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
{\ExplFileDate}{2.1.3}{\ExplFileDescription}
\tl_if_eq:NNTF \g__sjtu_lang_tl \c__sjtu_lang_ja_tl
{ \ctex_file_input:n { sjtu-cjk-font-fandol-ja.def } }
{ \ctex_file_input:n { sjtu-cjk-font-fandol-zh.def } }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
%% sjtutex.dtx (with options: `font,cjk,founder,ja')
%%
%% Copyright (C) SJTUG
%% 2018--2023 Alexara Wu <[email protected]>
%% 2022--2023 Log Creative <[email protected]>
%% 2018--2024 Weijian Wu <[email protected]>
%% 2022--2024 Zilong Li <[email protected]>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
Expand All @@ -20,14 +20,10 @@
%% and version 1.3 or later is part of all distributions of
%% LaTeX version 2005/12/01 or later.
%%
%% This work has the LPPL maintenance status `maintained'.
%%
%% The Current Maintainers of this work are Alexara Wu and Log Creative.
%%
\GetIdInfo $Id: sjtutex.dtx 2.0.3 2023-09-25 19:50:00Z Alexara Wu <[email protected]> $
\GetIdInfo$Id: sjtutex.dtx 78f11bc 2024-06-29 23:01:32 +0800 Alexara Wu <[email protected]> $
{Founder CJK fonts definition for Japanese (SJTUTeX)}
\ProvidesExplFile{sjtu-cjk-font-founder-ja.def}
{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
{\ExplFileDate}{2.1.3}{\ExplFileDescription}
\__sjtu_fontset_case:nn
{ \__sjtu_fontset_error:nn { cjk } { founder } }
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
%% sjtutex.dtx (with options: `font,cjk,founder,zh')
%%
%% Copyright (C) SJTUG
%% 2018--2023 Alexara Wu <[email protected]>
%% 2022--2023 Log Creative <[email protected]>
%% 2018--2024 Weijian Wu <[email protected]>
%% 2022--2024 Zilong Li <[email protected]>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
Expand All @@ -20,14 +20,10 @@
%% and version 1.3 or later is part of all distributions of
%% LaTeX version 2005/12/01 or later.
%%
%% This work has the LPPL maintenance status `maintained'.
%%
%% The Current Maintainers of this work are Alexara Wu and Log Creative.
%%
\GetIdInfo $Id: sjtutex.dtx 2.0.3 2023-09-25 19:50:00Z Alexara Wu <[email protected]> $
\GetIdInfo$Id: sjtutex.dtx 78f11bc 2024-06-29 23:01:32 +0800 Alexara Wu <[email protected]> $
{Founder CJK fonts definition for Chinese (SJTUTeX)}
\ProvidesExplFile{sjtu-cjk-font-founder-zh.def}
{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
{\ExplFileDate}{2.1.3}{\ExplFileDescription}
\__sjtu_fontset_case:nn
{
\ctex_load_zhmap:nnnn { zhsong } { zhhei } { zhfs } { founder }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
%% sjtutex.dtx (with options: `font,cjk,founder,und')
%%
%% Copyright (C) SJTUG
%% 2018--2023 Alexara Wu <[email protected]>
%% 2022--2023 Log Creative <[email protected]>
%% 2018--2024 Weijian Wu <[email protected]>
%% 2022--2024 Zilong Li <[email protected]>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
Expand All @@ -20,14 +20,10 @@
%% and version 1.3 or later is part of all distributions of
%% LaTeX version 2005/12/01 or later.
%%
%% This work has the LPPL maintenance status `maintained'.
%%
%% The Current Maintainers of this work are Alexara Wu and Log Creative.
%%
\GetIdInfo $Id: sjtutex.dtx 2.0.3 2023-09-25 19:50:00Z Alexara Wu <[email protected]> $
\GetIdInfo$Id: sjtutex.dtx 78f11bc 2024-06-29 23:01:32 +0800 Alexara Wu <[email protected]> $
{Founder CJK fonts definition (SJTUTeX)}
\ProvidesExplFile{sjtu-cjk-font-founder.def}
{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
{\ExplFileDate}{2.1.3}{\ExplFileDescription}
\tl_if_eq:NNTF \g__sjtu_lang_tl \c__sjtu_lang_ja_tl
{ \ctex_file_input:n { sjtu-cjk-font-founder-ja.def } }
{ \ctex_file_input:n { sjtu-cjk-font-founder-zh.def } }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
%% sjtutex.dtx (with options: `font,cjk,mac,ja')
%%
%% Copyright (C) SJTUG
%% 2018--2023 Alexara Wu <[email protected]>
%% 2022--2023 Log Creative <[email protected]>
%% 2018--2024 Weijian Wu <[email protected]>
%% 2022--2024 Zilong Li <[email protected]>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
Expand All @@ -20,37 +20,33 @@
%% and version 1.3 or later is part of all distributions of
%% LaTeX version 2005/12/01 or later.
%%
%% This work has the LPPL maintenance status `maintained'.
%%
%% The Current Maintainers of this work are Alexara Wu and Log Creative.
%%
\GetIdInfo $Id: sjtutex.dtx 2.0.3 2023-09-25 19:50:00Z Alexara Wu <[email protected]> $
\GetIdInfo$Id: sjtutex.dtx 78f11bc 2024-06-29 23:01:32 +0800 Alexara Wu <[email protected]> $
{macOS CJK fonts definition for Japanese (SJTUTeX)}
\ProvidesExplFile{sjtu-cjk-font-mac-ja.def}
{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
{\ExplFileDate}{2.1.3}{\ExplFileDescription}
\__sjtu_fontset_case:nn
{ \__sjtu_fontset_error:nn { cjk } { mac } }
{
\setCJKmainfont { Hiragino~Mincho~ProN }
\setCJKmainfont { HiraMinProN }
[
UprightFont = *~W3 ,
BoldFont = *~W6
UprightFont = *-W3 ,
BoldFont = *-W6
]
\setCJKsansfont { Hiragino~Kaku~Gothic~ProN }
\setCJKsansfont { HiraKakuProN }
[
UprightFont = *~W3 ,
BoldFont = *~W6
UprightFont = *-W3 ,
BoldFont = *-W6
]
\setCJKmonofont { Hiragino~Kaku~Gothic~ProN }
\setCJKfamilyfont { jamin } { Hiragino~Mincho~ProN }
\setCJKmonofont { HiraMinProN-W3 }
\setCJKfamilyfont { jamin } { HiraMinProN }
[
UprightFont = *~W3 ,
BoldFont = *~W6
UprightFont = *-W3 ,
BoldFont = *-W6
]
\setCJKfamilyfont { jagoth } { Hiragino~Kaku~Gothic~ProN }
\setCJKfamilyfont { jagoth } { HiraKakuProN }
[
UprightFont = *~W3 ,
BoldFont = *~W6
UprightFont = *-W3 ,
BoldFont = *-W6
]
\setCJKfamilyfont { zhsong } { Songti~SC }
[
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
%% sjtutex.dtx (with options: `font,cjk,mac,zh')
%%
%% Copyright (C) SJTUG
%% 2018--2023 Alexara Wu <[email protected]>
%% 2022--2023 Log Creative <[email protected]>
%% 2018--2024 Weijian Wu <[email protected]>
%% 2022--2024 Zilong Li <[email protected]>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
Expand All @@ -20,14 +20,10 @@
%% and version 1.3 or later is part of all distributions of
%% LaTeX version 2005/12/01 or later.
%%
%% This work has the LPPL maintenance status `maintained'.
%%
%% The Current Maintainers of this work are Alexara Wu and Log Creative.
%%
\GetIdInfo $Id: sjtutex.dtx 2.0.3 2023-09-25 19:50:00Z Alexara Wu <[email protected]> $
\GetIdInfo$Id: sjtutex.dtx 78f11bc 2024-06-29 23:01:32 +0800 Alexara Wu <[email protected]> $
{macOS CJK fonts definition for Chinese (SJTUTeX)}
\ProvidesExplFile{sjtu-cjk-font-mac-zh.def}
{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
{\ExplFileDate}{2.1.3}{\ExplFileDescription}
\__sjtu_fontset_case:nnn
{ \__sjtu_fontset_error:nn { cjk } { mac } }
{
Expand Down
Loading

0 comments on commit 7d38e06

Please sign in to comment.