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

LaTeX template: add titlegraphicoptions #9207

Merged
merged 2 commits into from
May 2, 2024
Merged

Commits on Nov 21, 2023

  1. LaTeX template: add titlegraphicoptions

    Including a title graphic on a beamer template might require some
    options, like e.g. `height=1.5cm` to ensure some image will fit at its
    place in a given template.
    
    I suggest to add an option for this use case.
    
    Without it, my current workaround is:
    ```yaml
    header-includes:
    - \titlegraphic{\includegraphics[height=1.5cm]{media/cdl23.pdf}}
    ```
    nim65s committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    5445d78 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    28b26bd View commit details
    Browse the repository at this point in the history