如何在latex中指定小于10pt的字体大小
我正在尝试制作一个通篇字体很小的文档,我尝试过:
\documentclass[0.5mm, a4paper]{article}
\documentclass[7pt, a4paper]{article}
但他们似乎不允许我使用低于 10pt 的任何字体。
这个黑客让它工作,但不适用于部分标题:
\fontsize{4mm}{5mm}\selectfont
有谁知道更好的方法来做到这一点?
I'm trying to make a document that has a very small font throughout, I tried this:
\documentclass[0.5mm, a4paper]{article}
\documentclass[7pt, a4paper]{article}
But it doesn't seem that they allow me to go anything below 10pt.
This hack make it work, but not for the section headers:
\fontsize{4mm}{5mm}\selectfont
Does anyone know any better ways to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您使用 KOMA-Script 类之一(本例中为 scrartcl),它应该可以工作:
您还可以查阅 内容丰富的手册,KOMA 提供的功能远不止于此。
If you use one of the KOMA-Script classes (scrartcl in this case), it should work:
You can also consult the extensive manual, KOMA offers more features than that.
不具体,但我总是使用其中之一:
Not specific, but I always use one of these: