sinaatalay / rendercv

A LaTeX CV/Resume Framework
http://docs.rendercv.com
MIT License
1.67k stars 108 forks source link

How to type a colon (:) in a publication title? #50

Closed tangruize closed 4 months ago

tangruize commented 4 months ago

Thanks for the great project!

I have a publication which contains a colon in the title. However, I encountered the following problem:

There is a YAML error in the input file!

None

None

mapping values are not allowed here

  in "<unicode string>", line 25, column 25:
          - title: XXXX: XXXX XXXX XXX XXX ... 
                            ^ (line: 25)
sinaatalay commented 4 months ago

Thank you! Could you try putting the title inside quotation marks in the YAML file? That should work because it seems the YAML parser doesn’t understand the colon is a part of the string.

tangruize commented 4 months ago

Thank you very much! It works now!