o******e 发帖数: 10 | 1 遇到一个表格问题,求助
我有下面一个latex文件。
我发现改变\renewcommand{\baselinestretch}{1.2}里面的值会导致表格在一个页面中
的位置不同。
比如说,1.JPG里面表格在页顶,\baselinestretch的值是1.2,当我改变\
baselinestretch的值到了1.4,就出现了2.jpg里面的情况:表格的位置到了中间。
我是希望每个表格都是1.JPG那样的显示方式,不知道为什么这个值的改变会造成这么
大的变化。还望大家指点迷津。谢谢。
\documentclass[letterpaper,12pt,notitlepage]{article}%
\oddsidemargin -0.0in \textwidth 6.5in \topmargin -0.5in \textheight 8.85in
\linespread{1}
\parskip 0.05in
\begin{document}
\renewcommand{\baselinestretch}{1.2}
\begin{table}[htp]
\caption{Table C | o******e 发帖数: 10 | 2 我发现用了
\renewcommand{\textfraction}{0.0}
\renewcommand{\topfraction}{1.00}
就能基本保证表格总是placed at the top of the page.
不知道我走的道是否正确。
85in
【在 o******e 的大作中提到】 : 遇到一个表格问题,求助 : 我有下面一个latex文件。 : 我发现改变\renewcommand{\baselinestretch}{1.2}里面的值会导致表格在一个页面中 : 的位置不同。 : 比如说,1.JPG里面表格在页顶,\baselinestretch的值是1.2,当我改变\ : baselinestretch的值到了1.4,就出现了2.jpg里面的情况:表格的位置到了中间。 : 我是希望每个表格都是1.JPG那样的显示方式,不知道为什么这个值的改变会造成这么 : 大的变化。还望大家指点迷津。谢谢。 : \documentclass[letterpaper,12pt,notitlepage]{article}% : \oddsidemargin -0.0in \textwidth 6.5in \topmargin -0.5in \textheight 8.85in
|
|