Newer
Older
南京大学学士学位论文\LaTeX 模板\cite{njuthesis}基于本科生院的论文撰写规范修改,用于生成符合南京大学学位论文排版要求和相应的国家规范、行业标准的学位论文。
\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}
\section{图片}
你可以使用figure命令插入图片,代码如下:
\begin{lstlisting}[language=Tex]
\begin{figure}
\centering
\caption{南京大学校徽}
\end{figure}
\end{lstlisting}
\begin{figure}[htbp]
\centering