schochastics / sidebar-cv

A template to create CVs/Resumes with Quarto
6 stars 3 forks source link

Commas not escaped in cvlist #2

Closed fozy81 closed 3 weeks ago

fozy81 commented 3 weeks ago

Hi, thank you for these great CV templates. When adding 'details' to the tribble table to outline contributions, any commas in the description create line breaks in the output.

For example "sampling, and reporting" becomes:

image

Is there a way to allow commas in the description without creating line breaks?

It looks to be foreach latex command which treats each comma separator as a separate item. I can't find an easy way around this. Many Thanks for any help.

schochastics commented 3 weeks ago

@fozy81 writing "sampling{,} and reporting" should do the trick

fozy81 commented 3 weeks ago

Many thanks, knew there must be a quick fix!