Difference: LaTeX (11 vs. 12)

Revision 122009-05-21 - KevinLeytonBrown

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

LaTeX tips and tricks

Line: 39 to 39
 %% make the whole document shorter--this one is very powerful. Experiment with the number; 0.97 will do a lot and looks OK \renewcommand{\baselinestretch}{0.97}
Added:
>
>
% To densify sections \let\oldsection=\section \renewcommand{\section}[1]{% \vspace{-.5em}\oldsection{#1}\vspace{-.25em}% }% \let\oldsubsection=\subsection \renewcommand{\subsection}[1]{% \vspace{-.5em}\oldsubsection{#1}\vspace{-.25em}% }%
 % To squeeze space in the bibliography: \let\oldthebibliography=\thebibliography \let\endoldthebibliography=\endthebibliography
 
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