Skip to content
Snippets Groups Projects
Commit c3737490 authored by Yichen Zhao's avatar Yichen Zhao
Browse files

format: 图表格式更新、行距调整

parent 01dcf7dd
No related branches found
No related tags found
No related merge requests found
@ARTICLE{test1,
AUTHOR = {Arthur Smith and James Jones and Bill Smiley and Jake Wrath},
JOURNALTITLE = {A Journal},
YEAR = {2010}
title={南京大学学士学位论文LaTex模板},
AUTHOR = {NJU-LUG},
JOURNALTITLE = {Github},
YEAR = {2021}
}
@ARTICLE{test2,
......
......@@ -43,11 +43,24 @@
\mainmatter
\chapter{绪论}
\section{高达历史简介}
123\cite{test1}
\chapter{原理}
\section{基本结构}
\subsection{传动装置}
\section{简介}
南京大学学士学位论文LaTex模板\cite{test1}基于本科生院的论文撰写规范修改,用于生成符合南京大学学位论文排版要求和相应的国家规范、行业标准的学位论文。
此模板旨在为同学提供毕业论文书写的方便,如有模板问题或者版权问题,请联系作者。
\chapter{使用方法}
\section{表格}
\begin{table}[htbp]
\centering
\caption{表格样例}
\begin{tabular}{|c|c|c|}
\hline
1 & 2 & 3 \\
\hline
4 & 5 & 6 \\
\hline
\end{tabular}
\end{table}
\subsection{图片}
\printbibliography
\end{document}
\ No newline at end of file
......@@ -2,6 +2,7 @@
\input{profile/format/cover.tex}
\input{profile/format/abstract.tex}
\input{profile/format/page.tex}
\input{profile/format/caption.tex}
% ctex格式设置
\ctexset{
......
% 图表标题样式
\DeclareCaptionFont{songtibf}{\bf\songti}
\captionsetup{font=small}
\captionsetup[table]{position=top,textfont=songtibf, labelfont=songtibf}
\captionsetup[figure]{position=below,textfont=songtibf, labelfont=songtibf}
\ No newline at end of file
......@@ -5,4 +5,9 @@
% the header line
\tl_set:Nn \headrulewidth {0pt}
% the footer line
\tl_set:Nn \footrulewidth {0pt}
\ No newline at end of file
\tl_set:Nn \footrulewidth {0pt}
% 行距为1.5倍 word行距
% laTex默认1.2行距,word默认行距是1.3,
% 所以1.5/1.2*1.3 = 1.625
\linespread{1.625}
\ No newline at end of file
......@@ -11,6 +11,7 @@
\RequirePackage{setspace}
\RequirePackage{fontspec}
\RequirePackage[hidelinks]{hyperref}
\RequirePackage{caption}
\DeclareGraphicsExtensions{.pdf,.eps,.jpg,.png}
\graphicspath{{./}{./img/}{./fig/}{./image/}{./figure/}{./picture/}{./imgs/}{./figs/}{./images/}{./figures/}{./pictures/}}
......
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