Difference: LaTeX (6 vs. 7)

Revision 72006-10-25 - KevinLeytonBrown

Line: 1 to 1
 
META TOPICPARENT name="ResearchTips"

Tips and Tricks for LaTeX, mostly concerned with squeezing space!

Line: 17 to 17
 %% a trick that makes the title take up less space for many style files (but not article) \addtolength{\titlebox}{-1.8cm}
Added:
>
>
%% for article, and maybe other styles, to make the title take up less space you can add negative %% vspace directly to the title, author and date commands. Here's one configuration that worked for me: \title{\vspace{-2.5em} title...} \author{\vspace{-.5em} author...} \date{\vspace{-1.25em}}
 %% print a diagram showing the names of all constants related to margins etc. \usepackage{layout} \layout
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback