General ⇒ Weird space after heading
Weird space after heading
The code I used:
%-----------EXPERIENCE-----------
\section{LEADERSHIP ACTIVITIES}
\resumeSubheading
{Adobe Inc.}{Los Angeles, CA}
%-----------PROJECTS-----------
\section{PROFESSIONAL EXPERIENCE}
\resumeSubHeadingListStart
\resumeProjectHeading
{\textbf{Evyree} $|$ \emph{Founding Team|Marketing Strategist and Business Developer}}{April 2023 - Present}
- Attachments
-
- Screen Shot 2025-07-02 at 1.30.29 PM.png (39.3 KiB) Viewed 6862 times
-
- Screen Shot 2025-07-02 at 1.30.08 PM.png (29.5 KiB) Viewed 6862 times
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
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Weird space after heading
welcome to the forum!
Put the
\resumeSubHeadingListEnd
command at the end of a section, before the next section starts.Stefan
Re: Weird space after heading
%-----------EXPERIENCE-----------
\section{LEADERSHIP ACTIVITIES}
\resumeSubheading
{Comapny Name}{Los Angeles, CA}
{Product Marketing Consultant}{April 2024 - June 2024}
\resumeItemListStart
\resumeItem{x}
\resumeItem{y}
\resumeItem{z}
\resumeItemListEnd
\resumeSubheading
{Comapny Name}{Los Angeles, CA}
{Product Marketing Consultant}{November 2023 - January 2024}
\resumeItemListStart
\resumeItem{x}
\resumeItem{y}
\resumeItem{z}
\resumeItemListEnd
\resumeSubheading
{Comapny Name}{Los Angeles, CA}
{Product Marketing Consultant}{September 2022 - December 2022}
\resumeItemListStart
\resumeItem{x}
\resumeItem{y}
\resumeItem{z}
\resumeItemListEnd
\resumeSubHeadingListEnd
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Weird space after heading
Like this? Or what is messed up?
It would be good if you would post complete code. Can you imagine how I can test this with the code snippet in the question? Luckily I researched and found that it's probably that Jake Ryan CV template and I built a document to test it. But your document could be completely different apart from the code lines shows here.
Stefan