diff --git a/CHANGELOG.md b/CHANGELOG.md index a489c45..bd3ffd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - 正确调用引用样式 - [#183](https://github.com/stone-zeng/fduthesis/issues/183) - 直接调用 `\thechapter` 使得附录中的图表编号正确显示 - [#166](https://github.com/stone-zeng/fduthesis/issues/166) - 判断 Libertinus Sans Bold Oblique 字体是否存在 - [#156](https://github.com/stone-zeng/fduthesis/issues/156) + - 允许 `\emph` 对中文生效 - [#93](https://github.com/stone-zeng/fduthesis/issues/93) - 统一使用 LaTeX 2020/10/01 新的钩子机制 - [#77](https://github.com/stone-zeng/fduthesis/issues/77) - 对过时的文档类也进行检查 - 变更 diff --git a/source/fduthesis.dtx b/source/fduthesis.dtx index 51d5c40..d351a62 100644 --- a/source/fduthesis.dtx +++ b/source/fduthesis.dtx @@ -3676,7 +3676,7 @@ Copyright (C) 2017–2021 by Xiangdong Zeng . % \end{macrocode} % \end{macro} % -% \subsubsection{句号} +% \subsubsection{其他设置} % % \begin{macro}{style/fullwidth-stop} % \changes{v0.6}{2017/10/14}{支持类别码和 TECKit 映射两种机制。} @@ -3716,7 +3716,6 @@ Copyright (C) 2017–2021 by Xiangdong Zeng . } % \end{macrocode} % \end{macro} -% % 提示信息。 % \begin{macrocode} \@@_msg_new:nn { mapping-not-available } @@ -3738,6 +3737,16 @@ Copyright (C) 2017–2021 by Xiangdong Zeng . % \end{macrocode} % \end{macro} % +% \changes{v0.7f}{2021/09/15}{允许 \tn{emph} 对中文生效。} +% 声明 \tn{emph} 样式序列,使得中文强调以楷体显示。 +% \begin{macrocode} +\DeclareEmphSequence + { + \itshape \fdu@kai, + \upshape \CJKfamily { \CJKfamilydefault }, + } +% \end{macrocode} +% % \changes{v0.6}{2017/10/28}{优化 \LuaTeX{} 下希腊字母、西里尔字母和带圈数字的 % 显示(\pkg{ctex} v2.4.11 已默认进行处理)。} %