posquit0 / Awesome-CV

:page_facing_up: Awesome CV is LaTeX template for your outstanding job application
LaTeX Project Public License v1.3c
23.12k stars 4.79k forks source link

Boolean '\ifistart' undefined. #32

Closed nipunbatra closed 8 years ago

nipunbatra commented 8 years ago

CVHeader gives the following error

! Package etoolbox Error: Boolean '\ifistart' undefined.

See the etoolbox package documentation for explanation.
Type  H <return>  for immediate help.
 ...                                              

l.114 \makecvheader

Commenting out \makecvheader, then compiling, then uncommenting \makecvheader and again compiling works.

johannesbottcher commented 8 years ago

Silly thing, almost all conditionals in the header are missing an s. An updated version will be available within the next days, a week max.

@posquit0 I will be busy within the next few days. I hope you can adress this earlier, if not expect a PR for the weekend.

nipunbatra commented 8 years ago

Created a PR: https://github.com/posquit0/Awesome-CV/pull/33

Many thanks for the awesome work!

posquit0 commented 8 years ago

OMG... I've not noticed about this typing error! Thanks so much @nipunbatra

@johannesbottcher Thanks for your contributions :+1: