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
For other formats, logo is a string which can be either a path or the name of abrand.logo resource. (I.e. small, medium, large; we do not currently propagate brand.logo.images to processedData.logo but we could.)
For Typst, logo can also be an object with
path – string path or logo resource name
alt – alt text
width – width to display the logo
padding or padding-left, padding-top, ... – CSS-like padding for exact placement of the logo with respect to its location
location – {left|center|right}-{top|horizon|bottom}, X and Y location on the page
As this is a significant 1.6 feature I've worked on outside of Brand YAML, I need to document it separately.
The text was updated successfully, but these errors were encountered:
What would you like to do?
Report an issue on quarto.org
Description
For other formats,
logo
is a string which can be either a path or the name of abrand.logo
resource. (I.e.small
,medium
,large
; we do not currently propagatebrand.logo.images
toprocessedData.logo
but we could.)For Typst,
logo
can also be an object withpath
– string path or logo resource namealt
– alt textwidth
– width to display the logopadding
orpadding-left
,padding-top
, ... – CSS-like padding for exact placement of the logo with respect to its locationlocation
–{left|center|right}-{top|horizon|bottom}
, X and Y location on the pageAs this is a significant 1.6 feature I've worked on outside of Brand YAML, I need to document it separately.
The text was updated successfully, but these errors were encountered: