Good day.
I'd like to add some space after each section. I'm using article class and I've looked in the titlesec package to customize this parameter. I've studied couple of questions and mostly people suggest using this command:
\titlespacing*{<command>}{<left>}{<before-sep>}{<after-sep>}
In this case I need to modify each parameter which I don't want to do. How do I increase the after-sep proportionally without dealing with other parameters?
Example:
\documentclass[12pt]{article}
\usepackage{lipsum}
\begin{document}
\section{Header}
\lipsum[1]
\subsection{Subheader}
\lipsum[1]
\end{document}
I want to increase the space between title and the paragraph shown in this picture:


\documentclass{...}and ending with\end{document}. – yo' Feb 07 '14 at 14:10