GeneralWeird space after heading

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
mjane
Posts: 2
Joined: Wed Jul 02, 2025 10:26 am

Weird space after heading

Post by mjane »

Hi, can someone help me to fix this weird space after "Leadership Activities" and before Adobe. For example, I do not have that after "Professional Experience" and before Evyree. Thank you!

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
Screen Shot 2025-07-02 at 1.30.29 PM.png (39.3 KiB) Viewed 446 times
Screen Shot 2025-07-02 at 1.30.08 PM.png
Screen Shot 2025-07-02 at 1.30.08 PM.png (29.5 KiB) Viewed 446 times

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10344
Joined: Mon Mar 10, 2008 9:44 pm

Re: Weird space after heading

Post by Stefan Kottwitz »

Hi mjane,

welcome to the forum!

Put the \resumeSubHeadingListEnd command at the end of a section, before the next section starts.
resume.jpg
resume.jpg (30.75 KiB) Viewed 431 times
Stefan
LaTeX.org admin
mjane
Posts: 2
Joined: Wed Jul 02, 2025 10:26 am

Re: Weird space after heading

Post by mjane »

hi, thank you for your answer! but it seems that it is messing my format now. could you please check my code?

%-----------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
User avatar
Stefan Kottwitz
Site Admin
Posts: 10344
Joined: Mon Mar 10, 2008 9:44 pm

Re: Weird space after heading

Post by Stefan Kottwitz »

What does it mean, messing the format?

Like this? Or what is messed up?
cv.jpg
cv.jpg (50.61 KiB) Viewed 95 times
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
LaTeX.org admin
Post Reply