更改 Latex 部分编号显示

发布于 2024-07-16 11:44:40 字数 431 浏览 2 评论 0原文

我正在尝试更改我正在处理的 Latex 文档中节编号的显示方式。 我想做的是这样的:

部分标题
    (i) 正常粗细的小节标题
       (a) Lorem ipsum(没有使用小节标题)...

我想出了以下内容,但在缩进等方面是不正确的。

\renewcommand{\thesubsection}{(\textnormal{\roman{subsection}})} \renewcommand{\thesubsubsection}{\indent(\textnormal{\alph{subsubsection}})}

有人能指出我正确的方向吗? 谢谢!

I'm trying to change how section numbering is displayed in a Latex document I'm working on. What I want to do is this:

Section Title
    (i) Subsection title in normal weight
        (a) Lorem ipsum (no subsubsection title being used)...

I've come up with the following, but it's not right in terms of indenting etc.

\renewcommand{\thesubsection}{(\textnormal{\roman{subsection}})}
\renewcommand{\thesubsubsection}{\indent(\textnormal{\alph{subsubsection}})}

Can anyone point me in the right direction? Thanks!

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

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

发布评论

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

评论(2

凝望流年 2024-07-23 11:44:40

使用 titlesec 包。 titlesec 手册位于此处 ,并且其他地方也有大量其他资源。

Use the titlesec package. The titlesec manual is here, and plenty of other resources are available elsewhere.

马蹄踏│碎落叶 2024-07-23 11:44:40

I don't have a direct answer, but the memoir package provides some help with customization and is very well documented.

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