Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Issue with Orcid removal #243

Open
TulaniansWERC opened this issue Sep 25, 2023 · 0 comments
Open

Issue with Orcid removal #243

TulaniansWERC opened this issue Sep 25, 2023 · 0 comments

Comments

@TulaniansWERC
Copy link

Hello,

I am running into and issue when knitting awesomecv without the Orcid icon and information in the yaml header. This is my current Yaml header.

---
name: YYYYY
surname: YYYYYYY
headcolor: 414141
#profilepic: "C:/Users/YYY/Box/CV_Resume/YYYYY_Headshots_2022/PHOTO.jpg"
#qualifications: 
position: "Doctor in Medicine"
address: "ADDRESS"
phone: "NUMBERS"
email: "EMAIL"
#orcid: 0000.0000.0000.0000
date: '`r format(Sys.Date(), "%B %d, %Y")`'
csl: "csl/apa6-cv.csl"
nocite: "@*"
header-includes:
  - \usepackage{fancyhdr}
  - \pagestyle{fancy}
  - \fancyhf{}
  - \fancyhead[R]{\thepage}
  - \usepackage{float}
  - \usepackage{multicol}
  - \usepackage{colortbl}
  - \arrayrulecolor{white}
  - \usepackage{hhline}
  - \definecolor{light-gray}{gray}{0.95}
  - \apptocmd{\tightlist}{\setlength{\itemsep}{2pt}}{}{}
output:
  vitae::awesomecv:
    page_total: true
    fig_caption: yes
    keep_tex: yes
    pandoc_args: 
     #- --lua-filter="lua/strong_sur.lua"
     #- --lua-filter="lua/emph.lua"
     #- --lua-filter="lua/highlight-author.lua"
      
engine: pdflatex
--- 

Eliminating and muting the Orcid returns the following error: ! LaTeX Error: There's no line here to end.
Error: LaTeX failed to compile

Any ideas on what might be happening?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant