Latex TeXstudio学习笔记-图表插入的位置
(2016-05-15 13:57:24)
标签:
latex图表位置中间制定 |
分类: 其他软件及电子产品 |
Specifier | Permission |
---|---|
h |
Place
the float |
t |
Position at the |
b |
Position at the |
p |
Put
on a special |
! |
Override internal parameters LaTeX uses for determining "good" float positions. |
H |
Places the float at precisely the location in the LaTeX code.
Requires the \usepackage{float} . This is somewhat
equivalent to |
\begin{table}[H]
\end{table}