Questions tagged [setspace]

{setspace} is a package providing support for setting the spacing between lines in a document, e.g. allowing double-spacing.

Provides support for setting the spacing between lines in a document. Package options include singlespacing, onehalfspacing, and doublespacing. Alternatively, the spacing can be changed as required with the \singlespacing, \onehalfspacing, and \doublespacing commands. Other size spacings also available.

As of 2012-4-5 the package is maintained by Robin Fairbairns. In past Geoffrey Tobin and Erica Harris have both worked on the package, though neither is currently active.

227 questions
9
votes
3 answers

How can I limit the maximum number of lines in a page?

My university's masters thesis template which I have to follow, limits the maximum number lines per page to 25 lines. I used setspace package which is available in the revision of my question but it didn't help me. Also, I used the lines option of…
enthu
  • 3,795
2
votes
1 answer

How to disable the line space settings of footnote texts in the setspace package?

First a MWS and its output are as follows. \documentclass{article} \linespread{1.5} \usepackage{lipsum} \usepackage{musicography} \begin{document} \lipsum[1-2]\footnote{\lipsum[1]} \end{document} As you see the line spacings of footnote texts…
M. Logic
  • 4,214
2
votes
0 answers

setspace and scrhack package warning "unsupported version"

I have a "problem" or better question why it's unsupported or if there is actually any problem or not? My code is the following (simplified): \documentclass{scrreprt} \usepackage{scrhack} \usepackage{setspace} \begin{document} …
2
votes
1 answer

How to \setstretch relative to the previous call?

This is what I'm trying to do: \documentclass{article} \usepackage{setspace} \begin{document} \begin{center} \setstretch{1.2} \begin{center} \setstretch{0.9} // here I need it to become 0.9 * 1.2 \end{center} \end{center} \end{document}
yegor256
  • 12,021
2
votes
3 answers

Shifted Quote environment

By some weird standards I need to create a quote environment following some strict rules. (as we can see in attached figure) While the document uses 1.5 spacing the quotation should use regular (1) spacing. Be 2.5cm shifted to right (the whole…
Lin
  • 1,191
1
vote
0 answers

Does \setstretch{2} truly give double spacing exactly like Ms Word when using the set space package?

I have read previous posts about how \doublespacingis not precisely the double spacing achieved in MS Word. Thus, to truly achieve the same double spacing as word, we need to use \setstretch{2}. However, as shown in the image below, this is not…
1
vote
0 answers

Package PDF specification "setspace – Set space between lines"

Where I can find the PDF manual for setspace package? Or at least alternatives for this package to use within my LaTeX document?
1
vote
0 answers

Line spacing at specific parts of the document

I use setspace package for line spacing in the document. I want 1.5 line spacing in the text and bibliography, I want the default line spacing in the table of content between the equations. Because I use setpacked, line spacing does not affect the…
taiwan12
  • 187
0
votes
0 answers

\setstretch affect line out side of group

I have a error where the \setstretch command stretch the space between line 1 and line 2 as well as the space between two group: \documentclass[12pt, a4paper,…
0
votes
1 answer

Different spaces before links in bibliography

There are different size of spaces before links in the bibliography. My BST file and MWE are given below. How can I fix the space problem? Thank you. My bst file: Link 1 Alternative link for bst file: Link 2 My MWE…
volkan
  • 349
0
votes
0 answers

Balancing and Optimizing Spaces in Latex Platform-TexMaker Editor

I want to balance, optimize and minimize the space, especially between paragraphs in my research work. The problem using the preambles shown below is that the space between paragraphs is not balanced, nor optimized (they are bigger in some…