This template is very nice looking and I love it a lot. Sometimes, I would like not to specify a subsection under a certain section. In this case, there would be a blank line in the place of the subsection. It would be good if you can remove this blank line. Thanks!
acrophoenix
Curricula Vitae / Résumés ⇒ Blank line when no rSubsection is used
NEW: TikZ book now 40% off at Amazon.com for a short time.
Blank line when no rSubsection is used
Hi,
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:
Cheers,
Vel
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
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Blank line when no rSubsection is used
Sorry about that, I mean start the text with "
\item
" would cause that, and there is no "\dot
" before the item. Thanks!Blank line when no rSubsection is used
Hi,
Ah, I see. If you want to just have
Cheers,
Vel
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
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Blank line when no rSubsection is used
Nice, thank you!