%% ---------------------------------------------------------------------- %% START OF FILE %% ---------------------------------------------------------------------- %% %% Filename: ch04-mainmatter.tex %% Author: Fred Qi %% Created: 2012-12-26 09:20:28(+0800) %% %% ---------------------------------------------------------------------- %%% CHANGE LOG %% ---------------------------------------------------------------------- %% Last-Updated: 2015-04-11 14:11:37(+0300) [by Fred Qi] %% Update #: 19 %% ---------------------------------------------------------------------- \chapter{论文主体部分} \label{cha:mainmatter} 论文主体部分为å„ç« èŠ‚å†…å®¹ï¼Œé€šå¸¸ç»“è®ºä¸€ç« ï¼Œç›¸å…³èƒŒæ™¯çŸ¥è¯†ä¸€ç« ï¼Œå…·ä½“æ–¹æ³•ä¸¤è‡³å››ç« ï¼Œç»“è®º ä¸€ç« ã€‚ å„ç« èŠ‚ä½¿ç”¨ä¸‹è¿°å‘½ä»¤å³å¯ \begin{itemize} \item \texttt{chapter} \item \texttt{section} \item \texttt{subsection} \item \texttt{subsubsection} (å¿…è¦çš„æ—¶å€™å¯ä»¥ä½¿ç”¨ï¼Œé€šå¸¸ä¸å»ºè®®ä½¿ç”¨ï¼‰ \end{itemize} \section{测试æ’图ã€è¡¨æ ¼åŠå…¶ç´¢å¼•} \label{sec:testing} \begin{figure} \centering \caption{æ’图测试A} \label{fig:test:a} \end{figure} \subsection{éšæœºå°èŠ‚} \label{sec:random-tf} \begin{table} \centering \begin{tabular}{ccccc} \hline Col 1 & Col 2 & Col 3 & Col 4 & Col 5\\ \hline \end{tabular} \caption{è¡¨æ ¼æµ‹è¯•A} \label{tab:test} \end{table} \begin{table} \centering \begin{tabular}{ccccc} \hline \end{tabular} \caption{è¡¨æ ¼æµ‹è¯•B} \label{tab:test:b} \end{table} \begin{figure} \centering \caption{æ’图测试B} \label{fig:test:b} \end{figure} \begin{figure} \centering \caption{Testing for English version list of figures with a very long caption.} \label{fig:test:english} \end{figure} \begin{table} \centering \begin{tabular}{cc} \end{tabular} \caption{A table for testing the English version list of tables with long caption. Try to make this caption longer than one line.} \label{tab:test:english} \end{table} \begin{table} \centering \begin{tabular}{cc} \end{tabular} \caption[Short table caption]{A table for testing the English version list of tables with long caption.} \label{tab:test:eng-short} \end{table} %% ---------------------------------------------------------------------- %%% END OF FILE %% ----------------------------------------------------------------------