豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Support Beamer logo graphic options #11452

@sidneymau

Description

@sidneymau

Describe your proposed improvement and the problem it solves.

It would be convenient to be able to specify options for the included logo graphic in beamer (similar to what was done for the title graphic with #9207). Because the logo is passed directly to \includegraphics in the same way as the titlegraphic, the same solution could apply here (cf.

$if(titlegraphic)$
\titlegraphic{
$for(titlegraphic)$
\includegraphics$if(titlegraphicoptions)$[$for(titlegraphicoptions)$$titlegraphicoptions$$sep$, $endfor$]$endif${$titlegraphic$}$sep$\enspace
$endfor$}
$endif$
$if(logo)$
\logo{\includegraphics{$logo$}}
$endif$
).

Describe alternatives you've considered.

The only alternative I think would be to manually change the logo image (e.g., making a smaller PDF) or to use header-includes

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions