我有一个官方徽标,它有白色背景,周围有很多空白。因此,如果不修剪 Beamer 中 Berkley 主题的左上角,徽标看起来就不太好看。代码
\documentclass{beamer}
\usepackage{graphics}
\usepackage{adjustbox}
\usetheme{Berkeley}
\logo{
% llx lly urx ury
\adjustbox{trim=0.2\width{} 0.1\height{} 0.2\width{} 0.1\height{}, clip, height=1.2\textheight{}}{
\includegraphics[height=1cm]{logo.png}
}
}
\begin{document}
\begin{frame}
\begin{titlepage}
Leo Leopold Hertz.
\end{titlepage}
\end{frame}
\end{document}
图 1 Logo 示例,图 2 代码输出
使用随机图像测试 samcarter 的答案
我尝试自动调整图像的宽度和高度,但无法让它工作
% http://tex.stackexchange.com/a/215317/13173
\includegraphics[trim=5.3cm 0.2cm 5cm 1.2cm,clip, width=\beamer@sidebarwidth,height=\beamer@headheight]{logo.png}
最终可行的建议
\includegraphics[trim=5.3cm 0.2cm 5cm 1.2cm,clip, height=\headheight, width=\headheight]{logo.png}
操作系统:Debian 8.5
TeXLive:2016