quarto-dev / quarto-dev/quarto-cli
Support for logo and footer in beamer output
@cderv is already working on this.
Since Mar 18, 2024.
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
The default quarto template for beamer doesn't have a footer. If one selects a beamer theme with footer, the logo isn't placed in the footer (like in revealjs) but above the footer line. This would still be ok, but the logo is not scaled correctly. It seems to be inserted in original size. Instead it should be scaled relative to text size in the footer (as done for revealjs). It would be nice if at least quartos default theme for beamer would support a footer with logo similar to revealjs. That would make converting a revealjs presentation to beamer easier and generate more predictable results. At the moment the best way to convert a quarto revealjs presentation to pdf is not using beamer, but instead use https://revealjs.com/pdf-export/ .
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.