Comments on: Latex: Squeezing the Vertical White Space http://www.terminally-incoherent.com/blog/2007/09/19/latex-squeezing-the-vertical-white-space/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: Mor http://www.terminally-incoherent.com/blog/2007/09/19/latex-squeezing-the-vertical-white-space/#comment-21482 Thu, 23 Feb 2012 09:54:31 +0000 http://www.terminally-incoherent.com/blog/2007/09/19/latex-squeezing-the-vertical-white-space/#comment-21482

Thanks!
but…
How do I shrink the gaps and fonts in the references section??

Reply  |  Quote
]]>
By: Tim Turbine http://www.terminally-incoherent.com/blog/2007/09/19/latex-squeezing-the-vertical-white-space/#comment-20420 Fri, 30 Sep 2011 09:48:05 +0000 http://www.terminally-incoherent.com/blog/2007/09/19/latex-squeezing-the-vertical-white-space/#comment-20420

Maybe you should take a look at this: http://tex.stackexchange.com/questions/11233/distance-between-chapter- title-and-text.

Another possibility could be that the compact version of titlesec is only applicable for headings available in articles and smaller document classes, so that the chapters of a report are not affected by it.

Reply  |  Quote
]]>
By: Jonas http://www.terminally-incoherent.com/blog/2007/09/19/latex-squeezing-the-vertical-white-space/#comment-19028 Sun, 08 May 2011 11:04:51 +0000 http://www.terminally-incoherent.com/blog/2007/09/19/latex-squeezing-the-vertical-white-space/#comment-19028

Thanks a lot!
But I’ve got a problem, can anyone help me?

\usepackage[compact]{titlesec}
\titlespacing{\section}{0pt}{*0}{*0}

These worked fine for \section and \subsection, but what’s about \chapter?
Nothing happened here! I’ve been searching this for days…
Thanks

Reply  |  Quote
]]>
By: Xamuel http://www.terminally-incoherent.com/blog/2007/09/19/latex-squeezing-the-vertical-white-space/#comment-18807 Sat, 02 Apr 2011 23:48:02 +0000 http://www.terminally-incoherent.com/blog/2007/09/19/latex-squeezing-the-vertical-white-space/#comment-18807

Thanks a ton for providing this…. sometimes I wish Knuth had managed to program some kind of “\crameverythinginto1page” command :P

Reply  |  Quote
]]>
By: Fiona McNeill http://www.terminally-incoherent.com/blog/2007/09/19/latex-squeezing-the-vertical-white-space/#comment-18201 Thu, 06 Jan 2011 21:11:45 +0000 http://www.terminally-incoherent.com/blog/2007/09/19/latex-squeezing-the-vertical-white-space/#comment-18201

Thanks a lot! I had resorted to using \vspace{-10pt}, etc., leaving the text looking all weird and squashed, before I found this page. Now it looks great and fits.

Reply  |  Quote
]]>
By: Nick http://www.terminally-incoherent.com/blog/2007/09/19/latex-squeezing-the-vertical-white-space/#comment-17676 Tue, 09 Nov 2010 21:21:21 +0000 http://www.terminally-incoherent.com/blog/2007/09/19/latex-squeezing-the-vertical-white-space/#comment-17676

Check out this package to move the title…

\usepackage{titling}

Specifically

\setlength{\droptitle}{-XXpt}

Should help you out.

@ Serguei:@ Serguei:

Reply  |  Quote
]]>
By: Thomas Wright http://www.terminally-incoherent.com/blog/2007/09/19/latex-squeezing-the-vertical-white-space/#comment-17530 Thu, 21 Oct 2010 14:58:08 +0000 http://www.terminally-incoherent.com/blog/2007/09/19/latex-squeezing-the-vertical-white-space/#comment-17530

Emma wrote:

Does this mean you have the default of no title page? If so, you can just leave out the \maketitle command, and write your title for example as
\twocolumn[\begin{center}\textbf{TITLE} \end{center} \vspace{VALUE}]
That’ll span both columns and you can choose the vertical space.

Well, I still want to make my title the way LaTeX allows me to without an in-body workaround. I might just have too high of hopes to suppose a preamble workaround. (If you’re wondering why, it’s really out of not wanting to write \twocolumn[\begin{center}\textbf{TITLE] \end{center}\vspace{VALUE} every other day for essays for class. I’d much rather, and am hopeful, that there might be something like a \usepackage{titlespace} or something. If anyone is bored enough to write that package for me using your suggested workaround, they can have at it! =D

Reply  |  Quote
]]>
By: Stephanie http://www.terminally-incoherent.com/blog/2007/09/19/latex-squeezing-the-vertical-white-space/#comment-17516 Wed, 20 Oct 2010 15:55:38 +0000 http://www.terminally-incoherent.com/blog/2007/09/19/latex-squeezing-the-vertical-white-space/#comment-17516

sweeeeeeeeeeeeeeeeeeet THANK YOU!

Reply  |  Quote
]]>
By: Ragib Hasan http://www.terminally-incoherent.com/blog/2007/09/19/latex-squeezing-the-vertical-white-space/#comment-17416 Mon, 11 Oct 2010 07:48:19 +0000 http://www.terminally-incoherent.com/blog/2007/09/19/latex-squeezing-the-vertical-white-space/#comment-17416

An easy way to reduce whitespace above the article title is this: just include a \vspace{-5pt} (or whatever amount you want) in the title itself.

For example:

\title{\vspace{-5pt}An Awesome way to Reduce Whitespace}

This works for me for the default article class. Haven’t tested it elsewhere, but should work.

Reply  |  Quote
]]>
By: Pierre http://www.terminally-incoherent.com/blog/2007/09/19/latex-squeezing-the-vertical-white-space/#comment-17387 Thu, 07 Oct 2010 16:13:55 +0000 http://www.terminally-incoherent.com/blog/2007/09/19/latex-squeezing-the-vertical-white-space/#comment-17387

Thanks a lot for a quick and easy solution

Reply  |  Quote
]]>