Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasquale Africa committed Apr 15, 2020
2 parents c32ea99 + ccaf8ec commit 5f0543d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Focus v2.4
# Focus v2.5
A presentation theme for LaTeX Beamer that aims at a clean and minimalist design,
so to minimize distractions and put the focus directly on the content.

Expand Down
10 changes: 5 additions & 5 deletions beamerouterthemefocus.sty
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}

% Plain header.
\defbeamertemplate{frametitle}{plain}{%
\defbeamertemplate*{frametitle}{plain}{%
% If not title page.
\ifnum\value{realframenumber}>0%
\vspace{-1pt}%
Expand Down Expand Up @@ -109,7 +109,7 @@
}

% Full bar footline.
\defbeamertemplate{footline}{fullbar}{%
\defbeamertemplate*{footline}{fullbar}{%
% If not appendix.
\ifnum\mainend<0% From package appendixnumberbeamer.
%
Expand All @@ -134,7 +134,7 @@
}

% Empty footline.
\defbeamertemplate{footline}{none}{}
\defbeamertemplate*{footline}{none}{}

\DeclareOptionBeamer{numbering}{\def\beamer@focus@numbering{#1}}
\ExecuteOptionsBeamer{numbering=progressbar}
Expand All @@ -153,14 +153,14 @@
\end{tikzpicture}%
}

\defbeamertemplate{background canvas}{focusplain}{%
\defbeamertemplate*{background canvas}{focusplain}{%
\begin{tikzpicture}
\clip (0,0) rectangle ++(\paperwidth,\paperheight);
\fill[normal text.bg] (0,0) rectangle ++(\paperwidth,\paperheight);
\end{tikzpicture}%
}

\defbeamertemplate{background canvas}{focusframe}{%
\defbeamertemplate*{background canvas}{focusframe}{%
\begin{tikzpicture}
\clip (0,0) rectangle ++(\paperwidth,\paperheight);
\fill[frametitle.bg] (0,0) rectangle ++(\paperwidth,\paperheight);
Expand Down
2 changes: 1 addition & 1 deletion beamerthemefocus.sty
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
% along with beamerthemefocus. If not, see <http://www.gnu.org/licenses/>.

\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{beamerthemefocus}[2019/06/26 v2.4 Focus Beamer theme]
\ProvidesPackage{beamerthemefocus}[2019/11/20 v2.5 Focus Beamer theme]

\mode<presentation>

Expand Down

0 comments on commit 5f0543d

Please sign in to comment.