Curricula Vitae / RésumésHeader not showing up after 1 compilation

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

Header not showing up after 1 compilation

Post by templateuser »

I am using MacOS X and TeXShop 3.23. I tried compiling an edited version of the CV, using XeLaTeX typeset, but keep getting several "Undefined control sequence" errors. (They are showing up for \header and \href. Not sure if there are others.)

Also, if I remove the \header and \href lines to try to bypass those issues, I am getting an "Environment aside undefined." error as well for the \begin{aside} line.

It seems like I am missing something from my compilation. I think I've updated everything properly with TeX Live. Any help would be appreciated!

dryojimbo

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Header not showing up after 1 compilation

Post by templateuser »

Oh, I think I figured it out...Must have been my renaming of the source .tex file, but seems to work now! :)

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

Re: Header not showing up after 1 compilation

Post by Vel »

Glad you figured it out!
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: Header not showing up after 1 compilation

Post by templateuser »

Vel, one more issue I am running into:

When I try to completely remove certain lines from the CV (for example, I want to remove a few of the \item lines), and then compile, it compiles properly, but the header disappears entirely from the document.

Any thoughts?

Thanks!

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

Re: Header not showing up after 1 compilation

Post by Vel »

What happens when you compile it again after that? Some things, like the header in this template, can require 2 compiles before the document is as it should be.
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Re: Header not showing up after 1 compilation

Post by templateuser »

Yep, you were right: 2 compiles did the trick.

One more question:
If I am doing a standalone section with a list of items (using the \item) command, it compiles fine, but there is too much spacing between the item lines. Any idea how to fix this? I tried playing with the \begin{itemize} and \end{itemize} commands but no luck.

Thanks!

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

Re: Header not showing up after 1 compilation

Post by Vel »

Hey,

Add \usepackage{enumitem} to the preamble and when you make a list start it with \begin{itemize}[noitemsep,nolistsep].

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
Post Reply