59 lines
2.0 KiB
TeX
59 lines
2.0 KiB
TeX
% \iffalse meta-comment -------------------------------------------------------
|
|
% Copyright 2015 Matthias Vogelgesang and the LaTeX community. A full list of
|
|
% contributors can be found at
|
|
%
|
|
% https://github.com/matze/mtheme/graphs/contributors
|
|
%
|
|
% and the original template was based on the HSRM theme by Benjamin Weiss.
|
|
%
|
|
% This work is licensed under a Creative Commons Attribution-ShareAlike 4.0
|
|
% International License (https://creativecommons.org/licenses/by-sa/4.0/).
|
|
%% ---------------------------------------------------------------------------
|
|
%% Copyright 2024 Johan Larsson and contributors
|
|
% ------------------------------------------------------------------------- \fi
|
|
% \iffalse
|
|
%<*package>
|
|
\NeedsTeXFormat{LaTeX2e}
|
|
\ProvidesPackage{beamerfontthememoloch}[2024-03-06 v0.3.0 Moloch font theme] % x-release-please-version
|
|
%</package>
|
|
% \fi
|
|
% \CheckSum{0}
|
|
% \StopEventually{}
|
|
% \iffalse
|
|
%<*package>
|
|
% ------------------------------------------------------------------------- \fi
|
|
%
|
|
% \subsection{\themename font theme}
|
|
%
|
|
% A |beamer| font theme sets the style of the font used in the document.
|
|
%
|
|
% \subsubsection{Package dependencies}
|
|
%
|
|
% \begin{macrocode}
|
|
\RequirePackage{pgfopts}
|
|
% \end{macrocode}
|
|
%
|
|
% \subsubsection{General font definitions}
|
|
%
|
|
% \begin{macrocode}
|
|
\setbeamerfont{title}{size=\Large, series=\bfseries}
|
|
\setbeamerfont{author}{size=\small}
|
|
\setbeamerfont{date}{size=\small}
|
|
\setbeamerfont{section title}{size=\Large, series=\bfseries}
|
|
\setbeamerfont{block title}{size=\normalsize, series=\bfseries}
|
|
\setbeamerfont{block title alerted}{size=\normalsize, series=\bfseries}
|
|
\setbeamerfont*{subtitle}{size=\large}
|
|
\setbeamerfont{frametitle}{size=\large, series=\bfseries}
|
|
\setbeamerfont{framesubtitle}{size=\small}
|
|
\setbeamerfont{caption}{size=\small}
|
|
\setbeamerfont{caption name}{series=\bfseries}
|
|
\setbeamerfont{description item}{series=\bfseries}
|
|
\setbeamerfont{standout}{size=\Large, series=\bfseries}
|
|
% \end{macrocode}
|
|
%
|
|
% \iffalse
|
|
%</package>
|
|
% \fi
|
|
% \Finale
|
|
\endinput
|