\LaTeX{} 的行间距问题

发布于 2024-09-06 01:54:17 字数 160 浏览 3 评论 0原文

当我使用 \LaTeX{} 显示 LaTeX 徽标时,下面的文本行被下推,以容纳 LaTeX 中的下标“E”。

我该如何覆盖这个?有一个选项可以传递给 \LaTeX{} 吗?

编辑:问题是由于水平空间而不是垂直空间造成的,并且是由普通文本以及 \LaTeX{} 命令引起的。

When I use \LaTeX{} to show the LaTeX logo, the following line of text is pushed down in order to accommodate the subscript 'E' in LaTeX.

How do I override this? Is there an option I can pass to \LaTeX{} ?

EDIT: Problem was due to horizontal space, not vertical space, and was caused by normal text as well as the \LaTeX{} command.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

酒废 2024-09-13 01:54:17

简短回答:将 \vspace{-0.1cm} 放在 \LaTeX{} 之后(调整空间大小以获得您想要的效果)

长回答:我不是获得您所指的额外间距,但无论如何我可以向您展示一个示例,以便您了解如何减少行之间的间距。我正在使用的文本示例(我刚刚获得了第一个 .tex 文档,因此忽略所写的内容):

图片的绘制方式,
意味着银行不
不再发放贷款。也许是银行
仍然是原创者吗? \LaTeX{} 的
现在的区别是他们卖的是
向政府支持企业和其他证券公司提供的贷款
并取回证券?他们是否也
贷款证券化?

这就是我得到的:

alt text

现在使用 \vspace{-0.1cm}:

图片的绘制方式,
意味着银行不
不再发放贷款。也许是银行
仍然是原创者吗? \LaTeX{} \vspace{-0.1cm} 的
现在的区别是他们卖的是
向政府支持企业和其他证券公司提供的贷款
并取回证券?他们是否也
贷款证券化?

这就是我得到的:

alt text

Short answer: Put \vspace{-0.1cm} after \LaTeX{} (adjust the size of the space to get the effect you want)

Long answer: I am not getting this extra spacing you are referring to, but in any case I can show you an example so you see how you can reduce the space between lines. The example of text I am using (I just got the first .tex document I had, so ignore what is written):

The way the picture is drawn, it
implies that the bank doesn't
originate loans anymore. Maybe bank
are still originators? \LaTeX{} The
difference now is that they sell the
loans to GSEs and other securitisers
and get securities back? Do they also
securitise loans?

This is what I get:

alt text

Now using \vspace{-0.1cm}:

The way the picture is drawn, it
implies that the bank doesn't
originate loans anymore. Maybe bank
are still originators? \LaTeX{} \vspace{-0.1cm} The
difference now is that they sell the
loans to GSEs and other securitisers
and get securities back? Do they also
securitise loans?

This is what I get:

alt text

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