latex 表格下方和正文间距如何调整?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了latex 表格下方和正文间距如何调整?相关的知识,希望对你有一定的参考价值。
表格下方和正文之间有很大的距离,如何调整这个距离变小一点
表格下方和文件之间的距离怎么减少?
\\setlength\\belowcaptionskip-0.cm
把上面两句加入到\\beginfigure后面,通过改变里面的数字可以改变图与正文的距离,表的类似,你试试看追问
我要变得是表格下方和正文的距离,用这个命令只能改变表名离正文上下的距离
参考技术A 用\vspace-1cm类似进行间距调整将-1换成其他负数可自行调整距离
如
\begincenter
\begintable*[h]
\caption*An example
\begintabularccccccc
......
\endtabular
\endtable*
\endcenter
\vspace-1cm
Latex公式图片间距
参考技术A 一、LATEX调整公式与正文间距离,调整空白大小:调整空白命令:
\setlength\abovedisplayskip3pt
\setlength\belowdisplayskip3pt
用法,放在各种公式命令的适当位置,参见如下:
%样式一
\beginequation
\setlength\abovedisplayskip3pt
\setlength\belowdisplayskip3pt
y(t)=a(t)-b(t).
\endequation
%样式二
$$
\setlength\abovedisplayskip3pt
\setlength\belowdisplayskip3pt
y(t)=a(t)-b(t).
$$
%样式三
\begineqnarray
\setlength\abovedisplayskip3pt
\setlength\belowdisplayskip3pt
y(t)=a(t)-b(t).
\endeqnarray
二、Latex调整图片与上下文距离
\vspace-0.8cm %调整图片与上文的垂直距离
\setlength\abovecaptionskip-0.2cm %调整图片标题与图距离
\setlength\belowcaptionskip-1cm %调整图片标题与下文距离
\usepackagetitlesec宏包
\titleformat\chapter[display]\normalfont\huge\bfseries\center\chaptertitlename\ \thechapter10pt\Huge
\titleformat\section\normalfont\Large\bfseries\thesection1em
\titleformat\subsection\normalfont\large\bfseries\thesubsection1em
\titleformat\subsubsection\normalfont\normalsize\bfseries\thesubsubsection1em
\titleformat\paragraph[runin]\normalfont\normalsize\bfseries\theparagraph1em
\titleformat\subparagraph[runin]\normalfont\normalsize\bfseries\thesubparagraph1em
下面的命令用于调节 标题与上下文,段落之间间距命令
\titlespacing \chapter 0pt50pt40pt
\titlespacing \section 0pt3.5ex plus 1ex minus .2ex2.3ex plus .2ex
\titlespacing \subsection 0pt3.25ex plus 1ex minus .2ex1.5ex plus .2ex
\titlespacing \subsubsection0pt3.25ex plus 1ex minus .2ex1.5ex plus .2ex
\titlespacing \paragraph 0pt3.25ex plus 1ex minus .2ex1em
\titlespacing \subparagraph \parindent3.25ex plus 1ex minus .2ex1em
参数随便改
比如:我用\titlespacing*\section 0pt9pt0pt来设置小的上下文与标题间距。
http://zh-cn.w3support.net/index.php?db=so&id=512967
以上是关于latex 表格下方和正文间距如何调整?的主要内容,如果未能解决你的问题,请参考以下文章