We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
按照 ISO 和国标的要求应该用正体的 i。
「A」前面的逗号应该用中文逗号,西文逗号的用法要在后面接空格,这里的逗号和「A」太靠近。 另外如果要用开明式标点符号,应该用 ctex 设置 punct = kaiming。句点可以用 xeCJK 的 Mapping = fullwidth-stop 功能将「。」映射为「.」(U+FF0E 全宽句点),不应用西文的半宽句点「.」。
ctex
punct = kaiming
xeCJK
Mapping = fullwidth-stop
补集应该用 \complement 。
\complement
按照 ISO 和国标的要求,数值和单位间留适当空隙。建议使用 siunitx 宏包处理国际单位:\SI{105}{cm}。
siunitx
\SI{105}{cm}
应该用 \sin 和 \cos 得到正体的三角函数符号,按照 ISO 和国标的要求这里的 \pi 也要用正体。
\sin
\cos
\pi
这里应该用数学模式,\dots 后也应该有逗号。
印刷品的向量一般用粗斜体。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
按照 ISO 和国标的要求应该用正体的 i。
「A」前面的逗号应该用中文逗号,西文逗号的用法要在后面接空格,这里的逗号和「A」太靠近。
另外如果要用开明式标点符号,应该用
ctex
设置punct = kaiming
。句点可以用xeCJK
的Mapping = fullwidth-stop
功能将「。」映射为「.」(U+FF0E 全宽句点),不应用西文的半宽句点「.」。补集应该用
\complement
。按照 ISO 和国标的要求,数值和单位间留适当空隙。建议使用
siunitx
宏包处理国际单位:\SI{105}{cm}
。应该用
\sin
和\cos
得到正体的三角函数符号,按照 ISO 和国标的要求这里的\pi
也要用正体。这里应该用数学模式,\dots 后也应该有逗号。
印刷品的向量一般用粗斜体。
The text was updated successfully, but these errors were encountered: