Latex tricks to reduce the number of pages of articles: Difference between revisions

From Control Systems Technology Group
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
     \renewcommand{\baselinestretch}{x}  
     \renewcommand{\baselinestretch}{x}  
in the preamble of your document, where x is typically below 1 to save space.
in the preamble of your document, where x is typically below 1 to save space.
* Use
    \usepackage{microtype}
* etc
* etc
See also [http://www.eng.cam.ac.uk/help/tpl/textprocessing/squeeze.html Squeezing Space in LaTeX]

Revision as of 15:00, 13 March 2012

  • Use \vspace{-0.5} after your figures to reduce the spacing between the caption and the rest of the text.
  • Use
   \renewcommand{\baselinestretch}{x} 

in the preamble of your document, where x is typically below 1 to save space.

  • Use
   \usepackage{microtype}
  • etc

See also Squeezing Space in LaTeX