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 347 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 347 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: 10340
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 332 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
Post Reply