-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
i:footnotes_etcFootnotes, endnotes, etcFootnotes, endnotes, etci:spacingText spacingText spacing問題/question
Description
脚注编号与汉字之间是不是不应该加中西间距?目前文档没有提及,我希望加上。
例子:下图中11、12是脚注的编号,两边不该加空白;而149是正文中的普通数字,两边通常应该加上中西间距。
(实践中脚注编号通常用 ①,肯定不加空;但偶尔也有用裸数字的。)
以往讨论
#559 提了一句话:
像
*这样的脚注标记不应该和汉字之间有空白。
相关资料
以下标准似乎都未提及。
CY/T 121—2015 学术出版规范 注释 §6.2 说“注码应紧跟被注文字”,没说另一边。
日文方面,JLReq §4.2.3 The Processing of the Reference Mark 合印の処理专门讨论脚注编号/符号,但没强调中西间距(欧文間隔,cl-26)的事;不过他们给了图248,看起来是不加:
实作
MS Word
加自动脚注时两边都不加空。
手动上标时两边都加了空。
如果 MS Word 加了空,那么空的大小比较随机——感觉就没认真考虑过。
LaTeX/CTeX
xelatex/xecjk 不会在自动注释两边加空,而会在上标后边加空。
lualatex/luatexja 会在两边加空。
测试代码
\documentclass{ctexart}
\begin{document}
山朗润\footnote{我}起来了。
山朗润\textsuperscript{1}起来了。
\end{document}Superscript variable size - how to style? {fixltx2e} - TeX - LaTeX Stack Exchange
Metadata
Metadata
Assignees
Labels
i:footnotes_etcFootnotes, endnotes, etcFootnotes, endnotes, etci:spacingText spacingText spacing問題/question
