Skip to content
Snippets Groups Projects
Commit 7bf89236 authored by Koishi Jinguji's avatar Koishi Jinguji
Browse files

Merge remote-tracking branch 'refs/remotes/origin/master'

parents 65926757 4eb98d07
No related branches found
No related tags found
No related merge requests found
......@@ -158,16 +158,18 @@
\set_latin_fontset_windows
\set_chinese_fontset_windows
}
% 检测是否是 macOS
\ctex_if_platform_macos:TF
{
\set_latin_fontset_macos
\set_chinese_fontset_macos
}
% 其余系统一律使用自由字体
{
\set_latin_fontset_gyre
\set_chinese_fontset_fandol
% 检测是否是 macOS
\ctex_if_platform_macos:TF
{
\set_latin_fontset_macos
\set_chinese_fontset_macos
}
% 其余系统一律使用自由字体
{
\set_latin_fontset_gyre
\set_chinese_fontset_fandol
}
}
% 选择其他字体,请确保相应字体已安装并自行取消注释
......
......@@ -17,7 +17,7 @@
% \RequirePackage{appendix} % 定义附录样式
\RequirePackage{fancyhdr} % 调整页眉页脚
\RequirePackage[hyphens]{url} % generate better linebreaks in the url
\RequirePackage[normalem]{ulem} % 绘制下划线,\emph仍以斜体表示
\RequirePackage[normalem]{ulem} % 绘制下划线
\RequirePackage{setspace}
\RequirePackage{lastpage}
\RequirePackage{emptypage} % 清除空白页的页码
......@@ -50,7 +50,7 @@
\RequirePackage{amsthm} % Mathematical environments
\RequirePackage{mathtools} % Mathematical tools to use with amsmath
\RequirePackage{thmtools} % Theorem styles
\RequirePackage{unicode-math} % Math fonts in xetex or luatex
\RequirePackage[warnings-off={mathtools-colon,mathtools-overbracket}]{unicode-math} % Math fonts in xetex or luatex
\RequirePackage{graphicx}
\DeclareGraphicsExtensions{.pdf,.eps,.jpg,.png}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment