Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
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 |