有没有一个 LaTeX 命令可以使文本全部小写?
嘿,我正在尝试编写一个命令,使用 textsc 命令在报告的首页上打印今天的日期,但今天的日期大写为 December。
任何帮助将不胜感激。
Hey, I am trying to write a command to print todays date on the front page of a report using the textsc command, but the today date capitalize December.
Any help will be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 textcase 包。 有关详细信息,请参阅 UK TeX 常见问题解答中的此页面。
You can use the
\MakeLowercase
macro or\MakeTextLowercase
from the textcase package. See this page in the UK TeX FAQ for more info.