-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Conversation
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}} ```
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
The only possible issue is that we already have a lot of variables in the default template, and we try to be very conservative when it comes to adding more.
Maybe it should be
or something like that (please test). That would allow one to use a list for |
I had to use I did try NB: Nix CI fail with unrelated |
0135939
to
28b26bd
Compare
thanks! |
Hi,
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:
With it, this could become: