Curricula Vitae / Résumés ⇒ Blank line when no rSubsection is used
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Blank line when no rSubsection is used
acrophoenix
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Blank line when no rSubsection is used
Could you please provide an example of the code you're using? When I put the following there isn't a gap line so I'm not sure what you mean:
Code: Select all
\begin{rSection}{Experience}
testing
more text
\begin{rSubsection}{ACME, Inc}{October 2010 - Present}{Web Developer}{Palo Alto, CA}
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Blank line when no rSubsection is used
\item
" would cause that, and there is no "\dot
" before the item. Thanks!Blank line when no rSubsection is used
Ah, I see. If you want to just have
\item
's then do it like this:Code: Select all
\vspace{-10pt}
\begin{rSubsection}{}{}{}{}
\item Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec a diam lectus.
\end{rSubsection}
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm