You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, first of all thank you very much for sharing your work. I wrote my CV with it and I received very good remarks using your quarto-cv. I used modern cv. I was wondering if it is possible to add a third bullet point.
Quitting from lines 68-76 [experience] (quarto_cv_test_2.qmd)
Error in tbl[[para3]]: ! Subscript can't be missing for tibbles in [[.
Backtrace:
1. global cvevents(...)
4. tibble:::[[.tbl_df(tbl, para3)
Execution halted
It is not a big issue. I understand that a tribble element must be of equal length, so I will find a workaround by writing the message differently.
In any case, again, thank you very much for sharing your work.
The text was updated successfully, but these errors were encountered:
Not a problem at all. I will still use it as it is for now, I really like it :)
However, thank you so much for guiding me to the right direction in the "template.tex". It is a lot clearer for me now what I have to change in the future.
Hi, first of all thank you very much for sharing your work. I wrote my CV with it and I received very good remarks using your quarto-cv. I used modern cv. I was wondering if it is possible to add a third bullet point.
I tried to add this third parameter:
#| label: education #| output: asis tibble::tribble( ~degree, ~uni, ~loc, ~dates, ~para1, ~para2,~para3, .....(rows) |> cvevents(when = "dates", what = "degree", where = "loc", para1 = "para1", para2 = "para2",para3="para3")
Which results on the following error:
It is not a big issue. I understand that a tribble element must be of equal length, so I will find a workaround by writing the message differently.
In any case, again, thank you very much for sharing your work.
The text was updated successfully, but these errors were encountered: