Skip to content
Snippets Groups Projects
Commit 578854c9 authored by Yu Xiong's avatar Yu Xiong :confounded:
Browse files

fix: 调整图表标题格式

parent f488cf13
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
\maketitle
\begin{abstract}
\zhlipsum[1,2][name=xiangyu]
\zhlipsum[76][name=zhufu]
\keywords{驾驶;星际穿越}
\end{abstract}
......
......@@ -37,10 +37,11 @@
\AtBeginEnvironment{lstlisting}{\linespread{1}\selectfont} % 调整代码环境行距
% 图表标题样式
\DeclareCaptionFont{songtibf}{\bf\songti}
\DeclareCaptionFont{songticap}{\zihao{5}\songti}
\captionsetup{
font=small,%
labelfont=bf,
textfont=songticap,
strut=no,%
hypcap=true, % Links point to the top of the figure
% indention=0pt, % Suppress indentation
......@@ -48,16 +49,6 @@
aboveskip=6pt, % Increase the space between the figure and the caption
belowskip=6pt, % Increase the space between the caption and the table
}
\captionsetup[table]{
position=top,
textfont=songtibf,
labelfont=songtibf
}
\captionsetup[figure]{
position=below,
textfont=songtibf,
labelfont=songtibf
}
% list configuration
\renewcommand{\labelitemi}{\small$\blacktriangleright$}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment