How do you double space a table in LaTeX?

How do you double space a table in LaTeX?

How to have double-spacing effect in LaTeX?

  1. Type IT.
  2. FAQ IT TeX/LaTeX.
  3. Question How to have double-spacing effect in LaTeX?
  4. Answer. Add. sepackage{setspace} \doublespacing. to the preamble. The whole document will be double-spaced including bibliography. Footnotes, figures, and tables will still be single-spaced.

What is double spacing in LaTeX?

To double space a LaTeX document, you should include the line sepackage{setspace} after your \documentclass line. Before your \begin{document} command, \doublespacing. will make the text of the whole document double spaced. Footnotes, figures, and tables will still be singlespaced, however.

How can I apply this spacing to tables?

I have used setspace with \\spacing {1.9} to meet publisher specifications of “3 lines per inch or 12 lines per 10 cm”, but it does not affect tables, although the publisher has requested that the spacing be applied to tables. How can I apply this spacing to tables?

When to use DoubleSpace or DoubleSpace in TeX LaTeX?

Footnotes, figures, and tables will still be singlespaced, however. For one-and-a-half spacing, instead use the command at the end. You can also set the spacing to be something other than doublespaced; for example, if you wanted to have one-and-a-quarter spacing between lines, use the line

How to add doublespacing to the tabular environment?

A shorter (and safer) possibility is to use the etoolbox package and its \\AtBeginEnvironment command to add \\doublespacing to the tabular environment: Thanks for contributing an answer to TeX – LaTeX Stack Exchange!

How to make a part of a document singlespaced?

In order to make a part of the text of your document singlespaced, you can put: at the beginning of the text you want singlespaced, and at the end. before your \\begin {document} command, and after the \sepackage {setspace} line. There is another package, called “doublespace” which will usually work exactly the same way as setspace.