Curricula Vitae / RésumésBlank line when no rSubsection is used

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Blank line when no rSubsection is used

Post by templateuser »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Blank line when no rSubsection is used

Post by Vel »

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:

Code: Select all

\begin{rSection}{Experience}
testing

more text
\begin{rSubsection}{ACME, Inc}{October 2010 - Present}{Web Developer}{Palo Alto, CA}
Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Blank line when no rSubsection is used

Post by templateuser »

Sorry about that, I mean start the text with "\item" would cause that, and there is no "\dot" before the item. Thanks!
User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

Blank line when no rSubsection is used

Post by Vel »

Hi,

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}
Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: Blank line when no rSubsection is used

Post by templateuser »

Nice, thank you!
Post Reply