Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document typst logo options #11083

Closed
gordonwoodhull opened this issue Oct 16, 2024 · 0 comments · Fixed by quarto-dev/quarto-web#1525
Closed

Document typst logo options #11083

gordonwoodhull opened this issue Oct 16, 2024 · 0 comments · Fixed by quarto-dev/quarto-web#1525
Assignees
Labels
documentation Doc improvements & quarto-web
Milestone

Comments

@gordonwoodhull
Copy link
Contributor

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 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.

@gordonwoodhull gordonwoodhull added the documentation Doc improvements & quarto-web label Oct 16, 2024
@gordonwoodhull gordonwoodhull added this to the v1.6 milestone Oct 16, 2024
@gordonwoodhull gordonwoodhull self-assigned this Oct 16, 2024
gordonwoodhull added a commit to quarto-dev/quarto-web that referenced this issue Jan 2, 2025
github-actions bot pushed a commit to quarto-dev/quarto-web that referenced this issue Jan 6, 2025
gordonwoodhull added a commit to quarto-dev/quarto-web that referenced this issue Jan 6, 2025
fixes quarto-dev/quarto-cli#11083
fixes quarto-dev/quarto-cli#11278
addresses quarto-dev/quarto-cli#11683
addresses quarto-dev/quarto-cli#11616 (reply in thread)

just a draft - some of this stuff might belong better elsewhere

(cherry picked from commit 1f34e20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Doc improvements & quarto-web
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant