-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ver 1.8.3 - disable cyrillic fonts by default
- Loading branch information
Showing
8 changed files
with
1,627 additions
and
1,613 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,83 +1,83 @@ | ||
{ | ||
// editor | ||
"files.associations": { | ||
"*.cfg": "tex", | ||
"*.def": "tex" | ||
}, | ||
// latex | ||
"latex-workshop.latex.autoBuild.run": "onSave", | ||
"latex-workshop.showContextMenu": true, | ||
"latex-workshop.message.error.show": false, | ||
"latex-workshop.message.warning.show": false, | ||
"latex-workshop.latex.recipe.default": "lastUsed", | ||
"latex-workshop.intellisense.package.enabled": true, | ||
"latex-workshop.intellisense.biblatexJSON.replace": {}, | ||
"latex-workshop.latex.outDir": "./.output", | ||
"latex-workshop.latex.recipes": [ | ||
{ | ||
"name": "build", | ||
"tools": ["build - latexmk"] | ||
}, | ||
{ | ||
"name": "clean", | ||
"tools": ["clean - latexmk"] | ||
} | ||
], | ||
"latex-workshop.latex.tools": [ | ||
{ | ||
"name": "build - latexmk", | ||
"command": "latexmk", | ||
"args": [ | ||
"-norc", "-xelatex", | ||
"-bibtex", "-bibfudge", | ||
"-latex=xelatex", "-recorder-", | ||
"-latexoption=-synctex=1 -interaction=nonstopmode -file-line-error --shell-escape", | ||
"-outdir=%OUTDIR%", | ||
"%DOCFILE%" | ||
] | ||
}, | ||
{ | ||
"name": "clean - latexmk", | ||
"command": "latexmk", | ||
"args": [ | ||
"-norc", "-c", | ||
"-outdir=%OUTDIR%" | ||
] | ||
} | ||
], | ||
"latex-workshop.latex.clean.fileTypes": [ | ||
"*.aux", | ||
"*.bbl", | ||
"*.blg", | ||
"*.idx", | ||
"*.ind", | ||
"*.lof", | ||
"*.lot", | ||
"*.out", | ||
"*.toc", | ||
"*.acn", | ||
"*.acr", | ||
"*.alg", | ||
"*.glg", | ||
"*.glo", | ||
"*.gls", | ||
"*.ist", | ||
"*.fls", | ||
"*.log", | ||
"*.fdb_latexmk" | ||
]//, pdf reviewer | ||
// "latex-workshop.view.pdf.viewer": "external", | ||
// "latex-workshop.view.pdf.ref.viewer":"external", | ||
// "latex-workshop.view.pdf.internal.synctex.keybinding": "double-click", | ||
// "latex-workshop.view.pdf.external.viewer.command": "C:/Program Files/SumatraPDF/SumatraPDF.exe", | ||
// "latex-workshop.view.pdf.external.viewer.args": [ | ||
// "%PDF%" | ||
// ], | ||
// "latex-workshop.view.pdf.external.synctex.command": "C:/Program Files/SumatraPDF/SumatraPDF.exe", | ||
// "latex-workshop.view.pdf.external.synctex.args": [ | ||
// "-forward-search", | ||
// "%TEX%", | ||
// "%LINE%", | ||
// "%PDF%" | ||
// ] | ||
{ | ||
// editor | ||
"files.associations": { | ||
"*.cfg": "tex", | ||
"*.def": "tex" | ||
}, | ||
// latex | ||
"latex-workshop.latex.autoBuild.run": "onSave", | ||
"latex-workshop.showContextMenu": true, | ||
"latex-workshop.message.error.show": false, | ||
"latex-workshop.message.warning.show": false, | ||
"latex-workshop.latex.recipe.default": "lastUsed", | ||
"latex-workshop.intellisense.package.enabled": true, | ||
"latex-workshop.intellisense.biblatexJSON.replace": {}, | ||
"latex-workshop.latex.outDir": "./.output", | ||
"latex-workshop.latex.recipes": [ | ||
{ | ||
"name": "build", | ||
"tools": ["build - latexmk"] | ||
}, | ||
{ | ||
"name": "clean", | ||
"tools": ["clean - latexmk"] | ||
} | ||
], | ||
"latex-workshop.latex.tools": [ | ||
{ | ||
"name": "build - latexmk", | ||
"command": "latexmk", | ||
"args": [ | ||
"-norc", "-xelatex", | ||
"-bibtex", "-bibfudge", | ||
"-latex=xelatex", "-recorder-", | ||
"-latexoption=-synctex=1 -interaction=nonstopmode -file-line-error --shell-escape", | ||
"-outdir=%OUTDIR%", | ||
"%DOCFILE%" | ||
] | ||
}, | ||
{ | ||
"name": "clean - latexmk", | ||
"command": "latexmk", | ||
"args": [ | ||
"-norc", "-c", | ||
"-outdir=%OUTDIR%" | ||
] | ||
} | ||
], | ||
"latex-workshop.latex.clean.fileTypes": [ | ||
"*.aux", | ||
"*.bbl", | ||
"*.blg", | ||
"*.idx", | ||
"*.ind", | ||
"*.lof", | ||
"*.lot", | ||
"*.out", | ||
"*.toc", | ||
"*.acn", | ||
"*.acr", | ||
"*.alg", | ||
"*.glg", | ||
"*.glo", | ||
"*.gls", | ||
"*.ist", | ||
"*.fls", | ||
"*.log", | ||
"*.fdb_latexmk" | ||
]//, pdf reviewer | ||
// "latex-workshop.view.pdf.viewer": "external", | ||
// "latex-workshop.view.pdf.ref.viewer":"external", | ||
// "latex-workshop.view.pdf.internal.synctex.keybinding": "double-click", | ||
// "latex-workshop.view.pdf.external.viewer.command": "C:/Program Files/SumatraPDF/SumatraPDF.exe", | ||
// "latex-workshop.view.pdf.external.viewer.args": [ | ||
// "%PDF%" | ||
// ], | ||
// "latex-workshop.view.pdf.external.synctex.command": "C:/Program Files/SumatraPDF/SumatraPDF.exe", | ||
// "latex-workshop.view.pdf.external.synctex.args": [ | ||
// "-forward-search", | ||
// "%TEX%", | ||
// "%LINE%", | ||
// "%PDF%" | ||
// ] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
\GetIdInfo$Id: ctex.dtx 13a2256 2024-08-30 00:00:00 +0800 Jingze You <youjingze@msn.cn> $ | ||
{TONGJI fonts definition by WYQY (CTEX)} | ||
\ProvidesExplFile{ctex-fontset-tongji.def} | ||
{\ExplFileDate}{2.5.10}{\ExplFileDescription} | ||
\ctex_fontset_case:nnn | ||
{ \ctex_fontset_error:n { tongji } } % fail early for pdfTeX | ||
{ \ctex_fontset_error:n { tongji } } % fail early for upTeX | ||
{ % xetex / luatex | ||
\setmainfont{times.ttf} | ||
[ Path = {fonts/}, BoldFont = timesbd.ttf, ItalicFont = timesi.ttf, BoldItalicFont = timesbi.ttf ] | ||
\setmonofont{cour.ttf} | ||
[ Path = {fonts/}, BoldFont = courbd.ttf, ItalicFont = couri.ttf, BoldItalicFont = courbi.ttf ] | ||
\setCJKmainfont{SimSun.ttf} | ||
[ Path = {fonts/}, BoldFont = SimHei.ttf, ItalicFont = KaiTi_GB2312.ttf ] | ||
\setCJKsansfont[Path={fonts/}]{SimHei.ttf} | ||
\setCJKmonofont[Path={fonts/}]{FangSong_GB2312.ttf} | ||
\setCJKfamilyfont{zhsong}[Path={fonts/}]{SimSun.ttf} | ||
\setCJKfamilyfont{zhhei}[Path={fonts/}]{SimHei.ttf} | ||
\setCJKfamilyfont{zhkai}[Path={fonts/}]{KaiTi_GB2312.ttf} | ||
\setCJKfamilyfont{zhli}[Path={fonts/}]{LiShu.ttf} | ||
\setCJKfamilyfont{zhyou}[Path={fonts/}]{SimYou.ttf} | ||
\setCJKfamilyfont{zhyahei}[Path={fonts/}]{MSYaHei.ttf} | ||
} | ||
\NewDocumentCommand \songti { } { \CJKfamily { zhsong } } | ||
\NewDocumentCommand \heiti { } { \CJKfamily { zhhei } } | ||
\NewDocumentCommand \fangsong { } { \CJKfamily { zhfs } } | ||
\NewDocumentCommand \kaishu { } { \CJKfamily { zhkai } } | ||
\NewDocumentCommand \lishu { } { \CJKfamily { zhli } } | ||
\NewDocumentCommand \youyuan { } { \CJKfamily { zhyou } } | ||
\GetIdInfo$Id: ctex.dtx 13a2256 2024-08-30 00:00:00 +0800 Jingze You <youjingze@msn.cn> $ | ||
{TONGJI fonts definition by WYQY (CTEX)} | ||
\ProvidesExplFile{ctex-fontset-tongji.def} | ||
{\ExplFileDate}{2.5.10}{\ExplFileDescription} | ||
|
||
\ctex_fontset_case:nnn | ||
{ \ctex_fontset_error:n { tongji } } % fail early for pdfTeX | ||
{ \ctex_fontset_error:n { tongji } } % fail early for upTeX | ||
{ % xetex / luatex | ||
\setmainfont{times.ttf} | ||
[ Path = {fonts/}, BoldFont = timesbd.ttf, ItalicFont = timesi.ttf, BoldItalicFont = timesbi.ttf ] | ||
\setmonofont{cour.ttf} | ||
[ Path = {fonts/}, BoldFont = courbd.ttf, ItalicFont = couri.ttf, BoldItalicFont = courbi.ttf ] | ||
|
||
\setCJKmainfont{SimSun.ttf} | ||
[ Path = {fonts/}, BoldFont = SimHei.ttf, ItalicFont = KaiTi_GB2312.ttf ] | ||
|
||
\setCJKsansfont[Path={fonts/}]{SimHei.ttf} | ||
\setCJKmonofont[Path={fonts/}]{FangSong_GB2312.ttf} | ||
|
||
\setCJKfamilyfont{zhsong}[Path={fonts/}]{SimSun.ttf} | ||
\setCJKfamilyfont{zhhei}[Path={fonts/}]{SimHei.ttf} | ||
\setCJKfamilyfont{zhkai}[Path={fonts/}]{KaiTi_GB2312.ttf} | ||
\setCJKfamilyfont{zhli}[Path={fonts/}]{LiShu.ttf} | ||
\setCJKfamilyfont{zhyou}[Path={fonts/}]{SimYou.ttf} | ||
\setCJKfamilyfont{zhyahei}[Path={fonts/}]{MSYaHei.ttf} | ||
} | ||
|
||
\NewDocumentCommand \songti { } { \CJKfamily { zhsong } } | ||
\NewDocumentCommand \heiti { } { \CJKfamily { zhhei } } | ||
\NewDocumentCommand \fangsong { } { \CJKfamily { zhfs } } | ||
\NewDocumentCommand \kaishu { } { \CJKfamily { zhkai } } | ||
\NewDocumentCommand \lishu { } { \CJKfamily { zhli } } | ||
\NewDocumentCommand \youyuan { } { \CJKfamily { zhyou } } | ||
\NewDocumentCommand \yahei { } { \CJKfamily { zhyahei } } |
Oops, something went wrong.