markdown写中国国内论文最佳实践

前置学习引导

常用模板数值

字体/字号

# 安装字体命令
# 复制新字体到/usr/share/fonts/,执行命令即可
fc-cache vf
\newcommand{\xiaoerhao}{\fontsize{18pt}{\baselineskip}\selectfont}  %小二号  
\newcommand{\sanhao}{\fontsize{15pt}{\baselineskip}\selectfont}  %小三号  
\newcommand{\sihao}{\fontsize{14pt}{\baselineskip}\selectfont}%     四号  
\newcommand{\xiaosihao}{\fontsize{12pt}{\baselineskip}\selectfont}  %小四号  
\newcommand{\wuhao}{\fontsize{10.5pt}{\baselineskip}\selectfont}    %五号  

标题段落

titlesec包

http://ctan.org/pkg/titlesec

http://evan7s.blog.163.com/blog/static/1089553562011417114425927/

例如:

\titleformat{\chapter}{\centering\Huge\bfseries}{第\,\thechapter\,章}{1em}{}

title

%%%段落首行缩进两个字
\makeatletter
\let\@afterindentfalse\@afterindenttrue
\@afterindenttrue
\makeatother
\setlength{\parindent}{2em}%中文缩进两个汉字位

模板资源

清华大学 https://github.com/xueruini/thuthesis

国防科技大 https://code.google.com/archive/p/nudtpaper/

北京大学 http://bbs.pku.edu.cn/bbs/bbstcon.php?board=MathTools&threadid=11364449

国内外大学论文模板及杂志期刊投稿模板集锦 http://bbs.chinatex.org/forum.php?mod=viewthread&tid=3345&extra=page=1

微信扫一扫交流

作者:ryanemax
微信关注:ryanemax (刘雨飏)
本文出处:https://romantic-hoover-f991f1.netlify.com/study/markdown2paper/
授权协议: CC BY-SA 4.0