Testing before commiting is cheating ;)

main
Malte Kerl 2 weeks ago
parent 0d88c6935b
commit 7359df4710

@ -41,20 +41,21 @@
% - Captions
% - Itemize/Enumerate (both) item icons ->
\setbeamercolor{item}{parent = palette primary}
%\setbeamercolor{item}{parent = palette secondary}
%\setbeamercolor{item}{parent = palette primary}
\setbeamercolor*{item}{parent = palette secondary}
% Redefine colors for bibliography entries
\setbeamercolor{bibliography item}{fg=palette primary}
\setbeamercolor{bibliography entry author}{fg=palette primary}
\setbeamercolor{bibliography entry title}{fg=palette primary}
\setbeamercolor{bibliography entry location}{fg=palette primary}
\setbeamercolor{bibliography entry note}{fg=palette primary}
\setbeamercolor{bibliography entry location date}{fg=palette primary}
\setbeamercolor{bibliography entry journal}{fg=palette primary}
\setbeamercolor{bibliography entry doi}{fg=palette primary}
\setbeamercolor{bibliography entry url}{fg=palette primary}
\setbeamercolor{bibliography item}{parent = palette secondary}
\setbeamercolor*{bibliography entry author}{parent=palette secondary}
\setbeamercolor*{bibliography entry title}{parent=palette primary}
\setbeamercolor*{bibliography entry location}{parent=palette secondary}
\setbeamercolor*{bibliography entry note}{parent=palette secondary}
\setbeamercolor*{bibliography entry location date}{parent=palette secondary}
\setbeamercolor*{bibliography entry journal}{parent=palette secondary}
\setbeamercolor*{bibliography entry doi}{parent=palette secondary}
\setbeamercolor*{bibliography entry url}{parent=palette secondary}
\setbeamercolor{caption name}{parent = palette primary}
\setbeamercolor{frametitle}{parent=palette primary}

Binary file not shown.

@ -3,15 +3,17 @@
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{}
\usepackage{biblatex}
\usepackage{graphicx}
\usepackage{tikz}
\usetikzlibrary{decorations.pathreplacing}
\addbibresource{references.bib} % Specify the bibliography file
\title{LTU Beamer Template}
\date{2024-05-06}
\author{Some Guy}
\author{Malte Kerl}
\usetheme[language=english]{LTU}
@ -44,8 +46,24 @@
\begin{frame}{frame with citations and figures}
\begin{columns}
\begin{column}{0.5\textwidth}
\cite[p.123]{sds}
According to \citeauthor{smith2020}, significant advancements have been made in this field \cite{smith2020}.
For a comprehensive overview, refer to the book by \cite{doe2019}.
\end{column}
\begin{column}{0.5\textwidth}
\begin{figure}
\centering
\includegraphics[width=0.8\linewidth]{media/template/english/LTU_eng_vit}
\caption{LTU Logo (demo graphic)}
\label{fig:ltuengvit}
\end{figure}
\end{column}
\end{columns}
\end{frame}
\begin{frame}[allowframebreaks]
\frametitle{References}
\printbibliography
\end{frame}
\end{document}
Loading…
Cancel
Save