latex论文模板:中文小论文
Posted ZhangJiQun.
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了latex论文模板:中文小论文相关的知识,希望对你有一定的参考价值。
目录
latex论文模板:中文小论文
\\documentclass[UTF8,a4paper,10pt]ctexart
\\usepackage[left=2.50cm, right=2.50cm, top=2.50cm, bottom=2.50cm]geometry %页边距
\\CTEXsetup[format=\\Large\\bfseries]section %设置章标题居左
%%%%%%%%%%%%%%%%%%%%%%%
% -- text font --
% compile using Xelatex
%%%%%%%%%%%%%%%%%%%%%%%
% -- 中文字体 --
%\\setmainfontMicrosoft YaHei % 微软雅黑
%\\setmainfontYouYuan % 幼圆
%\\setmainfontNSimSun % 新宋体
%\\setmainfontKaiTi % 楷体
%\\setmainfontSimSun % 宋体
%\\setmainfontSimHei % 黑体
% -- 英文字体 --
%\\usepackagetimes
%\\usepackagemathpazo
%\\usepackagefourier
%\\usepackagecharter
\\usepackagehelvet
\\usepackageamsmath, amsfonts, amssymb % math equations, symbols
\\usepackage[english]babel
\\usepackagecolor % color content
\\usepackagegraphicx % import figures
\\usepackageurl % hyperlinks
\\usepackagebm % bold type for equations
\\usepackagemultirow
\\usepackagebooktabs
\\usepackageepstopdf
\\usepackageepsfig
\\usepackagealgorithm
\\usepackagealgorithmic
\\renewcommand\\algorithmicrequire \\textbfInput: % use Input in the format of Algorithm
\\renewcommand\\algorithmicensure \\textbfInitialize: % use Initialize in the format of Algorithm
\\renewcommand\\algorithmicreturn \\textbfOutput: % use Output in the format of Algorithm
\\usepackagefancyhdr %设置页眉、页脚
%\\pagestylefancy
\\lhead
\\chead
%\\rhead\\includegraphics[width=1.2cm]fig/ZJU_BLUE.eps
\\lfoot
\\cfoot
\\rfoot
%%%%%%%%%%%%%%%%%%%%%%%
% 设置水印
%%%%%%%%%%%%%%%%%%%%%%%
%\\usepackagedraftwatermark % 所有页加水印
%\\usepackage[firstpage]draftwatermark % 只有第一页加水印
% \\SetWatermarkTextWater-Mark % 设置水印内容
% \\SetWatermarkText\\includegraphicsfig/ZJDX-WaterMark.eps % 设置水印logo
% \\SetWatermarkLightness0.9 % 设置水印透明度 0-1
% \\SetWatermarkScale1 % 设置水印大小 0-1
\\usepackagehyperref %bookmarks
\\hypersetupcolorlinks, bookmarks, unicode %unicode
\\title\\textbfSimmel的中文小论文
\\author Simmel \\thanks学号:xx2017xxxx
\\date\\today
\\begindocument
\\maketitle
\\beginabstract
这是一篇中文小论文。这个部分用来写摘要。摘要的章标题默认是英文,还没找到改成中文的方法:(
\\endabstract
\\section第一章
这里是第一章的内容。
\\section第一章
这里是第二章的内容
\\section第二章
这里是第二章的内容
\\section第二章
这里是第二章的内容
\\section以下为一些工具
\\beginalign
& ABCDEFGHIJKLMNOPQRSTUVWXYZ \\labeleq:alphabet \\\\
& abcdefghijklmnopqrstuvwxyz \\\\
& \\alpha \\beta \\gamma \\delta \\epsilon \\varepsilon \\zeta \\eta \\theta \\lambda \\mu \\nu \\xi \\pi \\rho \\sigma \\tau \\upsilon \\phi \\varphi \\chi \\psi \\omega
\\endalign
\\beginalign
\\beginbmatrix
1 & 2 \\\\
3 & 4 \\\\
\\endbmatrix
\\beginpmatrix
1 & 2 \\\\
3 & 4 \\\\
\\endpmatrix
\\beginmatrix
1 & 2 \\\\
3 & 4 \\\\
\\endmatrix
\\endalign
\\beginequation
A_t+1 = \\arg\\min_A \\ \\mathcalL(A,E_t,\\Delta\\tau_t,W_t,b_t), \\nonumber
\\endequation
\\beginequation
\\beginaligned \\labeleq:rasl
\\min_A,E,\\Delta \\tau \\quad & \\sum_i=1^N||A_i||_* + \\lambda ||E_i||_1 \\\\
\\mathrms.t. \\quad & D_i \\circ \\tau_i + \\sum_k=1^n_i J_ik \\Delta \\tau_i \\epsilon_k \\epsilon_k^T = A_i + E_i, \\\\
& i = 1,2,\\cdots,N.
\\endaligned
\\endequation
\\begintable[htbp]
\\captionTitle of table \\labeltab:table
\\centering
\\addtolength\\tabcolsep-0mm % 控制列间距
\\begintabularccccc
\\toprule[0.75pt] % package booktabs
\\multicolumn4ctable head \\\\
\\midrule[0.5pt] % package booktabs
\\multirow4*text & 1 & 2 & 3 & 4 \\\\ % package multirow
& 5 & 6 & 7 & 8 \\\\
\\cmidrule[0.5pt]2-4 % package booktabs
& 9 & 10 & 11 & 12 \\\\
& 13 & 14 & 15 & 16 \\\\
\\bottomrule[0.75pt] % package booktabs
\\endtabular
\\endtable
引用: Eq. \\eqrefeq:alphabet, Fig. \\reffigure:zju1, \\\\
\\beginalgorithm
\\captionTitle of the Algorithm
\\labelalgo:ref
\\beginalgorithmic[1]
\\REQUIRE some words. % this command shows "Input"
\\ENSURE ~\\\\ % this command shows "Initialized"
some text goes here ... \\\\
\\WHILE \\emphnot converged
\\STATE ... \\\\ % line number at left side
\\ENDWHILE
\\RETURN this is the lat part. % this command shows "Output"
\\endalgorithmic
\\endalgorithm
\\bibliographystyleplain
\\bibliographysample
\\enddocument
以上是关于latex论文模板:中文小论文的主要内容,如果未能解决你的问题,请参考以下文章