最近我偶然遇到了flip beamer theme
。
你可以在这里找到它
我不喜欢current frame/total frames
页码样式,所以我在.tex
文件中添加了以下几行
\newcommand*\oldmacro{}%
\let\oldmacro\insertshorttitle%
\renewcommand*\insertshorttitle{%
\oldmacro\hfill%
\insertframenumber\,}%/\,\inserttotalframenumber
但它不起作用。我想看看.sty
文件中发生了什么。beamerouterthemeFlip.sty
我替换了
\node at (\paperwidth-5ex,4ex){\small$^\text{\insertframenumber}/_\text{\inserttotalframenumber}$};
和
\node at (\paperwidth-5ex,4ex) {\small $\insertframenumber$};
并且它成功了。
现在我想smoothbars
在上面添加...带圆圈的...类似的东西
在.tex
文件中我添加了
\useoutertheme[subsection=true]{smoothbars}
但它不仅没有起到作用,反而在某种程度上破坏了主题的美感。
有办法实现吗?在顶部画圆圈而不会破坏一切……
我也想添加一个logo
但使用
\logo{\includegraphics[scale=.05]{logo.jpg}}
它不起作用...
答案1
徽标是通过\insertlogo
宏插入的。为此,您需要取消注释第 171 行beamerouterthemeFlip.sty