ModernCV:
http://519488126.blog.163.com/blog/static/722401602014010555221/
Paper:
1、Blank:
两个quad空格 a \qquad b a \qquad b 两个m的宽度
quad空格 a \quad b a \quad b 一个m的宽度
大空格 a\ b a\ b 1/3m宽度
中等空格 a\;b a\;b 2/7m宽度
小空格 a,b a,b 1/6m宽度
没有空格 ab ab,
紧贴 a!b a!b 缩进1/6m宽度
2、Paragraph:
\par
3、math expression:
http://meta.math.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference
4、Some Template:
Find in IEEE.
5、Acknowledgement:
% use section* for acknowledgment
\ifCLASSOPTIONcompsoc
% The Computer Society usually uses the plural form
\section*{Acknowledgments}
\else
% regular IEEE prefers the singular form
\section*{Acknowledgment}
\fi
The authors would like to thank
6、Add Picture:
Be attention to Ur macro head, U silly b!
\usepackage{graphics}
\usepackage{subfigure}
\usepackage{epstopdf}
\usepackage{epsfig}
http://www.360doc.com/content/14/0501/20/9561082_373784717.shtml
http://zhidao.baidu.com/link?url=2EuohCoKyga03wL0t3WBfQItVozCmIqhAK_yAUkKr7YkR49e-Qb3rp5w4VRI3-5sc1ew3sLASkgF3YV_qHLuLyNfBJooyNwSdXjawy5opE_
http://blog.youkuaiyun.com/bingfengxiao/article/details/6650096
http://write.blog.youkuaiyun.com/mdeditor#!postId=50515777
http://blog.163.com/xiaoting_hu/blog/static/504647722013528143405/
http://blog.sina.com.cn/s/blog_5e16f1770100pawb.html
http://emuch.net/html/201407/7705375.html
http://blog.sina.com.cn/s/blog_7149fc90010199y4.html
http://bbs.ctex.org/forum.php?mod=viewthread&tid=34814
By the way, be careful of compiler method:
Add biograph:
http://blog.youkuaiyun.com/lj695242104/article/details/47946919
7、How to change PDF to EPS?
http://www.sd173.com/html/496.html
http://blog.youkuaiyun.com/kbawyg/article/details/8926113
GSView:
Registered to: 随便取个名字
Number:
32411-26380
18963-21159
16417-30959
Cut EPS Picture:
http://blog.sina.com.cn/s/blog_77ea50170101dzp5.html
也有人使用如下方法:
EPS文件 > PDF文件 > 裁剪PDF文件(crop)> EPS文件
8、Add anthor:
9、One Picture Two Side:
http://www.52souji.net/figure-or-table-stretch-over-two-columns-in-latex/
Caption in center:
只需开头加入宏包\usepackage{caption} 然后\centering{\caption{*}} 这样子就可以让图名居中了。
\begin{figure*}[htbp]
\centering
\noindent\makebox[\textwidth][c]{\includegraphics[width=21cm,height=2.5cm]{FlowChart.eps}}
% \caption{Handwrite}\label{fig:digit}
\caption{Whole Flow of Proposed Algorithm}
\end{figure*}
Too many skills about Latex…..