1. 程式人生 > >Miktex中文論文寫作-從完全陌生到基本入門

Miktex中文論文寫作-從完全陌生到基本入門

中文Paper模板

\documentclass{ctexart}

\usepackage{graphicx}

\title{標題}
\author{your name}

\begin{document}
\maketitle


\begin{abstract}
	 Your abstract。
\end{abstract}

\section{簡介}
簡介
\section{演算法介紹}
\subsection{資料採集}
    資料採集。

\subsection{訓練}


\subsection{測試}


\section{實驗結果與分析}
\subsection{實驗結果}
\subsection{結果分析} \section{總結} \begin{flushleft} \begin{thebibliography}{123456} \addtolength{\itemsep}{-1.5ex} \bibitem {JW1}A. Ahmed, K. Yu, W. Xu, Y. Gong, and E. Xing. Training hierarchical feed-forward visual recognition models using transfer learning from pseudo-tasks. In ECCV (3), pages 69
82, 2008. \bibitem {JW2}M.-R. Amini and P. Gallinari. Semi supervised logistic regression. In ECAI, pages 390394, 2002. \bibitem {JW3} L. Bo, X. Ren, and D. Fox. Unsupervised Feature Learning for RGB-D Based Object Recognition. In ISER, June 2012. \end{thebibliography} \end{flushleft} \end{document}