avatar
问个大小写的问题# TeX - TeX电子排版系统
s*i
1
有些conference得style file 里面 默认section 得title都是大写的
我想把其中一个单词换成小写
应该用什么命令阿?
多谢!
avatar
T*n
2
The style file probably uses \MakeUppercase{...} to force
the letters into uppercase. You should be able to override
it by fixing the letters in lowercase in a saved box then
use that box in the title. Whatever you put in a saved box
cannot be split a across a line break.
\documentclass{minimal}
\begin{document}
\newsavebox{\abc}
\savebox{\abc}{abc}
\MakeUppercase{abc} % this will be changed to uppercase
\MakeUppercase{\usebox{\abc}} % this stays in lowercase
\end{document}

【在 s*******i 的大作中提到】
: 有些conference得style file 里面 默认section 得title都是大写的
: 我想把其中一个单词换成小写
: 应该用什么命令阿?
: 多谢!

avatar
s*i
3
谢谢!

【在 T*******n 的大作中提到】
: The style file probably uses \MakeUppercase{...} to force
: the letters into uppercase. You should be able to override
: it by fixing the letters in lowercase in a saved box then
: use that box in the title. Whatever you put in a saved box
: cannot be split a across a line break.
: \documentclass{minimal}
: \begin{document}
: \newsavebox{\abc}
: \savebox{\abc}{abc}
: \MakeUppercase{abc} % this will be changed to uppercase

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。