I hope this is the right part of the forum for posting this question. I did my resume in LaTeX, and it looks pretty good for the most part. My only problem is a section with a 2-column list. The white space between the heading and the list is bigger than the white space between all other headings and their text.
Here's a screenshot. You can see that the section below this one has a normal gap.
Here's the code:
Code: Select all
\subsection*{Subjects}
\begin{multicols}{2}
\begin{asparaitem}[\textbullet]
\item Arts and art history
\item Biography
\item Classics
\item Computers
\item Culture
\item Cooking
\item Deaf studies
\item Environmental studies
\item History
\item Indigenous studies
\item Literature
\item Mathematics
\item Medicine
\item Nutrition
\item Politics
\item Psychology
\item Science
\item Self-help
\end{asparaitem}
\end{multicols}
\subsection*{Software}
\textsc{Macrex}, Adobe InDesign, \LaTeX
Is there any way around this? It's a small thing, but it bugs me a bit now that I've noticed it. Thanks.