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
But, how to define twice (or more) "pdf" formats?
For example:
contributes:
format:
pdf:
# letter formatpdf:
# thesis format
I do not think it's possible with the current API,
It would need to explicitly define the format name instead of it being define by the base format and the name of the extension.
contributes:
format:
letter-pdf:
base-format: pdf# letter formatthesis-pdf:
base-format: pdf# thesis format
Where in a Quarto document it could be used as below:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, a Quarto extension can define multiple formats as long as they are different:
But, how to define twice (or more) "pdf" formats?
For example:
I do not think it's possible with the current API,
It would need to explicitly define the format name instead of it being define by the base format and the name of the extension.
Where in a Quarto document it could be used as below:
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions