我基本上不想按时间顺序(页面顺序)排列内容。
相反,如果我在 [第 #n 节] 之后有 [第 #1.3 小节],则出于目录原因,将 #1.3 添加到 #1 而不是 #n。
当我使用 \tableofcontents 时我得到了什么:
1 SECTION ONE [page number, let's pick 1]
1.1 SUBSECTION 1
1.2 SUBSECTION 1
2 SECTION TWO 1
2.1 SUBSECTION 1
% then continue section 1, I can change the display number but
% it's still added to Section 2
2.2 SUBSECTION 2
1.3 SUBSECTION 2
我想要实现的目标:
1 SECTION ONE 1
1.1 SUBSECTION 1
1.2 SUBSECTION 1
1.3 SUBSECTION 2 %note the difference in page
2 SECTION TWO 1
2.1 etc 2
有什么办法吗?