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