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}
General ⇒ Weird space after heading
Weird space after heading
- Attachments
-
- 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 (29.5 KiB) Viewed 446 times
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
Hi mjane,
welcome to the forum!
Put the
Stefan
welcome to the forum!
Put the
\resumeSubHeadingListEnd
command at the end of a section, before the next section starts.Stefan
LaTeX.org admin
Re: Weird space after heading
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
%-----------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: 10344
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Weird space after heading
What does it mean, messing the format?
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
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
LaTeX.org admin