1.插入图片
1). 单幅图片插入
%功能包
\usepackage{graphicx}
%多图并排
\usepackage{subfigure}
\begin{figure}[htbp]
%控制图片与文字距离,留白区域
\vspace{-1cm}
\setlength{\abovecaptionskip}{0pt}
\setlength{\belowcaptionskip}{0pt}
\centering
\includegraphics[width=0.5\textwidth]{./images/opti.png}
\caption{equivalance of trace of cov }
\label{fig:initialtrajectories}
\end{figure}
参考链接:
a. 图片位置控制: 图片位置控制
b.图片排版:Latex排版札记
2).调整正文与算法、图片、公式之间的空白的技巧
shrink space tricks in latex (algorithm, equation and itemize)
Before and after algorithms:
\setlength{\textfloatsep}{0.1cm}
\setlength{\floatsep}{0.1cm}
http://tex.stackexchange.com/questions/62720/vertical-space-after-algorithm
Before and

本文介绍了 LaTeX 编辑中的一些实用技巧,包括如何插入和调整图片、控制公式间距以及在表格中实现一格换行。在图片处理方面,讲述了如何设置图片位置和减少空白;在公式编辑中,提到了子公式编号、大小调整以及换行的方法;在表格部分,分享了如何在线绘制和调整表格大小。
最低0.47元/天 解锁文章
1409

被折叠的 条评论
为什么被折叠?



