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

fix: period that is not full stop. #64

Merged
merged 1 commit into from
May 13, 2024
Merged

fix: period that is not full stop. #64

merged 1 commit into from
May 13, 2024

Conversation

NemoYuan2008
Copy link
Contributor

句点如果不是句子的结尾,其后的空格应使用 \ ,来获得正确的 inter-word spacing,而不是 inter-sentence spacing,见 The TeXBook 第 73 页。

因此,将副导师的英文名称从 Assoc.~ Supervisor 改为 Assoc.\ Supervisor

类似的 Shanghai,~ P.R.~ China 则不受影响,因为句点前是大写字母,TeX 会认为其不是句子结尾。

修改前:
image
修改后:
image

MWE:

\documentclass{sjtuthesis}
\sjtusetup{
  info = {
    zh / supervisor      = {高德纳},
    en / supervisor      = {Donald Knuth},
    zh / assoc-supervisor  = {高德纳},
    en / assoc-supervisor  = {Donald Knuth},
  }
}
\begin{document}
\maketitle
\end{document}

SJTUThesis 示例模板 中存在类似的问题(setup.tex 中的 Prof. Mo Mo),如果这样没问题的话,我稍后也在 v2-dev 分支上提一下 PR

@AlexaraWu AlexaraWu merged commit 5c7e242 into sjtug:v2 May 13, 2024
1 check passed
@AlexaraWu
Copy link
Collaborator

SJTUThesis 稍后我直接改一下好了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants