Is there a Quarto extension to create curriculum vitae in html and pdf? #11704
Unanswered
luifrancgom
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You need to understand the format you are targeting in order to make an extension. There are two listings of extensions which are unlikely to be exhaustive: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I want to create a curriculum vitae in html and pdf in Quarto. I search for different solutions like:
Is there any Quarto extension to create a curriculum vitae in html and pdf that maybe someone knows? If it is not available how should I proceed?
I have not created a Quarto extension where I don't know if it is possible to transform at least one template pointed out in quarto-cv to html. Any suggestions will be appreciated. For example I don't know if I should begin with Creating Extensions and Custom formats
Finally, in case that the only possibility is to create a custom format and taking into account what is mention in FAQ Rmarkdown in relation to ... A major difference with custom output format in R Markdown is that Quarto Extension does not use R but Lua ... what is a good source to begin to experiment with Lua.
Beta Was this translation helpful? Give feedback.
All reactions