如何在latex中指定小于10pt的字体大小

发布于 2024-10-01 19:48:31 字数 279 浏览 1 评论 0原文

我正在尝试制作一个通篇字体很小的文档,我尝试过:

\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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

怎樣才叫好 2024-10-08 19:48:31

如果您使用 KOMA-Script 类之一(本例中为 scrartcl),它应该可以工作:

 \documentclass[paper=a4,fontsize=5mm]{scrartcl}
   \addtokomafont{sectioning}{\rmfamily}

您还可以查阅 内容丰富的手册,KOMA 提供的功能远不止于此。

If you use one of the KOMA-Script classes (scrartcl in this case), it should work:

 \documentclass[paper=a4,fontsize=5mm]{scrartcl}
   \addtokomafont{sectioning}{\rmfamily}

You can also consult the extensive manual, KOMA offers more features than that.

最后的乘客 2024-10-08 19:48:31

不具体,但我总是使用其中之一:

\tiny
\small
\large
\Large
\LARGE
\huge
\Huge

Not specific, but I always use one of these:

\tiny
\small
\large
\Large
\LARGE
\huge
\Huge
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文