Skip to content

Commit 681743d

Browse files
committed
Optimize article layout
1 parent f8e354c commit 681743d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

source/conf.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,14 +201,15 @@
201201
}
202202
}
203203
204-
\setlength{\parindent}{2em} % 首行缩进
205-
206-
\newcolumntype{T}{C} % 表格居中
207-
204+
% 目录布局
208205
\makeatletter
209206
\renewcommand{\@pnumwidth}{2.5em}
210207
\renewcommand{\@tocrmarg}{3.5em}
211208
\makeatother
209+
210+
\setlength{\parindent}{2em} % 首行缩进
211+
212+
\newcolumntype{T}{C} % 表格居中
212213
''',
213214
'maketitle': r'''
214215
\input{CoverPage.tex.txt}

0 commit comments

Comments
 (0)