Skip to content

Commit

Permalink
Fixes #43
Browse files Browse the repository at this point in the history
Simple change by setting itemize font to `normalfont` parent font size
  • Loading branch information
kai-tub authored Oct 23, 2020
1 parent e0c22e6 commit 0ab7d60
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ TSWLatexianTemp*
*.tar.gz
*.zip
tmp/
*.tmp.*
latex-beamer-pure-minimalistic.wiki/
__latexindent_temp.tex
.env
Expand Down
2 changes: 1 addition & 1 deletion beamerfontthemepureminimalistic.sty
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
\renewcommand\large{\fontsize{14pt}{16pt}\selectfont}
\renewcommand\Large{\fontsize{16pt}{18pt}\selectfont}

\setbeamerfont{normal text}{family=\sffamily,size*={12pt}{14pt},series=\mdseries}
\setbeamerfont{normal text}{family=\sffamily,size=\normalsize,series=\mdseries}
\setbeamerfont{alerted text}{parent=normal text}

\setbeamerfont{structure}{parent=normal text,series=\mdseries}
Expand Down
40 changes: 20 additions & 20 deletions beamertheme-pure-minimalistic-demo.tex
Original file line number Diff line number Diff line change
Expand Up @@ -190,21 +190,21 @@ \section{Graphics}
\end{frame}

\begin{frame}{Figures}
I also changed the default caption settings to not
I also changed the default caption settings to not
include \texttt{Figure:} and reduced the font size.
\begin{figure}[H]
\centering
\begin{columns}[T]
\begin{column}{.3\linewidth}
\includegraphics[width=\linewidth]{example-image-a}
\caption{Example A}
\end{column}
\begin{column}{.3\linewidth}
\includegraphics[width=\linewidth]{example-image-b}
\caption{Example B}
\end{column}
\end{columns}
\end{figure}
\begin{figure}[H]
\centering
\begin{columns}[T]
\begin{column}{.3\linewidth}
\includegraphics[width=\linewidth]{example-image-a}
\caption{Example A}
\end{column}
\begin{column}{.3\linewidth}
\includegraphics[width=\linewidth]{example-image-b}
\caption{Example B}
\end{column}
\end{columns}
\end{figure}
\end{frame}

\begin{frame}[fragile]{Figures -- Set background watermark}
Expand All @@ -222,12 +222,12 @@ \section{Graphics}
\end{frame}

{
\setbeamertemplate{background}{%
\tikz[overlay,remember picture]%
\node[opacity=0.8]at (current page.center)%
{\includegraphics[width=.2\linewidth]%
\setbeamertemplate{background}{%
\tikz[overlay,remember picture]%
\node[opacity=0.8]at (current page.center)%
{\includegraphics[width=.2\linewidth]%
{example-image-a}};%
}
}
\begin{frame}{Figures -- Set background watermark}
Usually you would add this command to specific
frames by enclosing this command and all desired frames with
Expand Down Expand Up @@ -264,7 +264,7 @@ \section{Citations}
I've also changed the bibliography options to be minimalistic:

Just showing a simple \texttt{\textbackslash{}cite} \cite{AlexNet}
\vfill
\vfill
\printbibliography
\end{frame}

Expand Down

0 comments on commit 0ab7d60

Please sign in to comment.