Skip to content

Commit

Permalink
fix: add % at the end of some commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jolars committed Jul 4, 2024
1 parent 1ca26e8 commit 33b9833
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/beamerinnerthememoloch.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,8 @@
\setbeamertemplate{progress bar in section page}{
\pgfmathsetlength{\moloch@progressonsectionpage}{
\textwidth * min(1,\insertframenumber/\inserttotalframenumber)
}
\tikzexternaldisable
}%
\tikzexternaldisable%
\begin{tikzpicture}
\mmzUnmemoizable%
\fill[bg]
Expand All @@ -353,7 +353,7 @@
rectangle
(\moloch@progressonsectionpage, \moloch@progressonsectionpage@linewidth);
\end{tikzpicture}
\tikzexternalenable
\tikzexternalenable%
}
% \end{macrocode}
%
Expand Down
8 changes: 4 additions & 4 deletions src/beamerouterthememoloch.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -192,12 +192,12 @@
\newlength{\moloch@progressinheadfoot@linewidth}
\setlength{\moloch@progressinheadfoot@linewidth}{0.4pt}
\setbeamertemplate{progress bar in head/foot}{
\nointerlineskip
\nointerlineskip%
\pgfmathsetlength{\moloch@progressinheadfoot}{%
\paperwidth * min(1,\insertframenumber/\inserttotalframenumber)%
}
}%
\begin{beamercolorbox}[wd=\paperwidth]{progress bar in head/foot}
\tikzexternaldisable
\tikzexternaldisable%
\begin{tikzpicture}
\mmzUnmemoizable%
\fill[bg]
Expand All @@ -209,7 +209,7 @@
rectangle
(\moloch@progressinheadfoot, \moloch@progressinheadfoot@linewidth);
\end{tikzpicture}
\tikzexternalenable
\tikzexternalenable%
\end{beamercolorbox}
}
% \end{macrocode}
Expand Down

0 comments on commit 33b9833

Please sign in to comment.