Latex学习

latex模板:www.latextemplates.com
latex编写预览:https://www.writelatex.com
 
插入jpg图片或eps图片(http://blog.csdn.net/shenlan211314/article/details/6251776):
如果是eps的图形, 编译过程是latex, dvips, ps2pdf. 
如果是pdf jpg png图形, 编译过程是 pdflatex .
 
 
将图片插入到两栏格式时: 
分两栏的时候在当前位置下插入一张图片的方法:
\begin{multicols}
this is the original text.... two columns
then make this change: 
\end{multicols} %这里取消分栏,然后插入图片,再重新分栏,即可
 
\begin{figure*}[htbp]
    \centering
    \includegraphics[width=2cm,height=2cm]{figure1.jpg}
    \caption{\label{board} FIgure1}
\end{figure*}
 
\begin{multicols}
the original text left......
............
\end{multicols}
posted @ 2014-11-08 19:56  昭瑶  阅读(158)  评论(0编辑  收藏  举报