Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ctexbook/ctexrep 在 twoside 模式下页眉节标题空格缺失 #311

Closed
WenboSheng opened this issue Sep 13, 2017 · 1 comment
Closed
Assignees
Labels

Comments

@WenboSheng
Copy link

WenboSheng commented Sep 13, 2017

问题见:
http://bbs.ctex.org/forum.php?mod=viewthread&tid=154076

ctexbook/ctexrep文档类中,当使用twoside模式时(即ctexbook的默认模式),奇数页页眉是section信息,此时序号和标题内容之间缺少合适空格,比如1.1some title。应该是给 \ps@heading 和 \ps@fancy 打补丁时引入的,见ctex文档的14.8.4节。

建议打补丁时保留原来的样式,即 ctex.dtx 源文件的8143、8171行改为
{ \CTEXifname { \CTEXthesection . ~ } { } }

@qinglee qinglee self-assigned this Sep 13, 2017
@qinglee qinglee added the bug label Sep 13, 2017
@qinglee
Copy link
Member

qinglee commented Sep 13, 2017

这是 fbfc484#diff-16e85c653b0c2cd97fbaab4ccd881096R7817 引进 \CTEXifname 时漏了一个 \quad 造成的,已修复。

stone-zeng added a commit to stone-zeng/fduthesis that referenced this issue Nov 23, 2017
- Greek letters, cyrillic letters and enclosed alphanumerics will now be processed normally in LuaTeX (see CTeX-org/ctex-kit#309).
- No need for redefining `\sectionmark` (see CTeX-org/ctex-kit#311).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants