加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
beamerthemeprogressbar.sty 1.59 KB
一键复制 编辑 原始数据 按行查看 历史
Eric NOULARD 提交于 2012-02-09 21:58 . Set of files for CMake tutorial
\ProvidesPackage{beamerthemeprogressbar}[2007/06/21]
% Beamer theme by Sylvain Bouveret <sylvain[dot]bouveret[aT]cert[DoT]fr>
% jun. 2010 version 0.41
%
% based on the LaTeX-Beamer package :
% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net>
%
% This program can be redistributed and/or modified under the terms
% of the GNU Public License, version 2.
\RequirePackage{tikz}
\RequirePackage{bibunits}
\usecolortheme{progressbar}
\useinnertheme{progressbar}
\usefonttheme{progressbar}
\useoutertheme{progressbar}
\setbeamertemplate{navigation symbols}{}
\AtBeginDocument{%
\typeout{..................................................................}
\typeout{You are using the progressbar beamer theme (Sylvain B.)}
\typeout{Version: 0.41 June 2010.}
\typeout{..................................................................}
}
\renewcommand{\appendix}[1][0void0]
{
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This piece of code is supposed to introduce a bias in the
% number of slides
\makeatletter
\immediate\write\@auxout{\string\@writefile{nav}%
{\noexpand\headcommand{\noexpand\def\noexpand\insertintermediateframenumber{\the\c@framenumber}}}}
\renewcommand{\insertintermediateframenumber}{\inserttotalframenumber}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\tmparg{#1}
\def\tmpargref{0void0}
\ifx\tmparg\tmpargref\else
\begin{frame}[plain]
\vfill
\begin{center}
\usebeamerfont{title}\usebeamercolor{title}{\color{fg}\ #1\ }
\end{center}
\vfill
\end{frame}
\fi
\makeatother
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化