简体   繁体   English

更改乳胶部分编号演示

[英]Changing Latex section numbering presentation

I'm trying to change how section numbering is displayed in a Latex document I'm working on. 我正在尝试更改正在处理的Latex文档中章节编号的显示方式。 What I want to do is this: 我想做的是这样的:

Section Title 节标题
(i) Subsection title in normal weight (i)正常重量的小节标题
(a) Lorem ipsum (no subsubsection title being used)... (a)Lorem ipsum(未使用小节标题)...

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! 谢谢!

Use the titlesec package. 使用titlesec软件包。 The titlesec manual is here , and plenty of other resources are available elsewhere. titlesec手册在这里 ,其他许多资源也可以在其他地方获得。

我没有直接的答案,但是回忆录包在自定义方面提供了一些帮助,并且文档齐全。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM