Miktex中文论文写作-从完全陌生到基本入门

时间:2021-07-20 06:13:02

参考文章:
Windows下MikTex+TexMaker中文化
http://lazybios.com/2013/05/how-to-use-chinese-fonts-in-latax/
LaTeX新人教程,30分钟从完全陌生到基本入门
http://blog.sina.com.cn/s/blog_90444ed201016iq6.html

Latex排版全解 http://blog.csdn.net/langb2014/article/details/51354238

中文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 6982, 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}