Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I have some items on my resume that have listed bullets, like so:

enter image description here

But I find the distance between the • and the title is too far, so I'd like to change it. How would I go about doing this? My code just looks like:

\textbf{Title}, \emph{Further information} \hfill{Dates}
\begin{itemize}
\item{}
\end{itemize}
share|improve this question
8  
With the enumitem package you could use \begin{itemize}[leftmargin=*]. Also, while code snippets are useful in explanations, it is always best to compose a fully compilable MWE that illustrates the problem including the \documentclass and the appropriate packages so that those trying to help don't have to recreate it. – Peter Grill Jan 17 at 23:01
If you want to do it manually, there is always the option to use the command \vspace, for example \vspace{-0.2cm}. – Jana Jan 18 at 7:36

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.