From cf8476fca82afd687462c6b4cfed3e628dcbc36d Mon Sep 17 00:00:00 2001 From: johannes wasmer <johannes.wasmer@gmail.com> Date: Mon, 10 Feb 2025 14:26:32 +0100 Subject: [PATCH] adopt slides setup from 2025-02-03-talk-daemon --- presentation/config/header.tex | 32 +++++++++++++++++++++--- presentation/frontmatter/slides-repo.tex | 6 ++--- presentation/presentation.tex | 14 ++++++----- 3 files changed, 39 insertions(+), 13 deletions(-) diff --git a/presentation/config/header.tex b/presentation/config/header.tex index bbfc789..ee5d97e 100644 --- a/presentation/config/header.tex +++ b/presentation/config/header.tex @@ -19,7 +19,27 @@ aspectratio=169,% common values: 169, 1610, 43 % \fzjset{part=allcaps} % to set the part in allcaps for short text % \fzjset{part=regular} % to set the part regular and in a smaller font for long text % \fzjset{frametitle=allcaps} % to set the frametitle in allcaps for short text -\fzjset{frametitle=regular} % to set the frametitle regular font for long text +\fzjset{frametitle=regular} % to set the frametitle regular font for long +% text + +% % edit beamertheme-juelich template +% % reference +% % https://gitlab.jsc.fz-juelich.de/kabadshow1/beamertheme-juelich/-/blob/master/tutorial/tutorial.pdf +% % +% % +% add partner logos to slide template footer +% supported: footer element1, footer element2, footer element3 +% +% the original hdslee logo is not aligned with the fzj logo. use a slightly +% clipped and shifted one instead. +% \setbeamertemplate{footer +% element2}[logo]{../resources/fig/logos/hds-lee/originals/HDS_LEE_Logo_CMYK.pdf} +\setbeamertemplate{footer + element1}[logo]{../resources/fig/logos/hds-lee/adapted/HDS_LEE_Logo_CMYK_0.1per-less-border.pdf} +\setbeamertemplate{footer + element2}[logo]{../resources/fig/logos/cost-daemon/cost-daemon-logo-2025.png} +% % reset to default / remove partner logos +% \setbeamertemplate{footer element2}[default] %% ================================================================================ @@ -235,8 +255,8 @@ aspectratio=169,% common values: 169, 1610, 43 \sisetup{output-exponent-marker=\ensuremath{\mathrm{e}}} % print 1e6 as 1e6, not % 1 x 10^6 -\usepackage{physics} -% \usepackage{braket} % Dirac notation +% \usepackage{physics} +\usepackage{braket} % Dirac notation % commented out package braket, because ceriotti's cosmo/dirac-rep.tex for % structural representations uses the physics package whose dirac not. syntax @@ -332,7 +352,11 @@ aspectratio=169,% common values: 169, 1610, 43 % bibliography \usepackage[citestyle=authoryear, bibstyle=authoryear,backend=biber]{biblatex} -\addbibresource{../bibliography/bibliography.bib} +% \addbibresource{../bibliography/bibliography.bib} +\addbibresource{../resources/bib/bibliography.bib} + +% turn off '(visited on ...)' string in cited references (biblatex command) +\DeclareFieldFormat{urldate}{} % reduce footcite size. % (note: this reduces all footnote sizes. but in beamer, this is okay. web says diff --git a/presentation/frontmatter/slides-repo.tex b/presentation/frontmatter/slides-repo.tex index 0d15512..831fae4 100644 --- a/presentation/frontmatter/slides-repo.tex +++ b/presentation/frontmatter/slides-repo.tex @@ -3,12 +3,12 @@ % \frametitle{Slides metadata} \begin{center} - Talk held at tcd-spincomp group meeting for ongoing collaboration project - (\href{https://iffmd.fz-juelich.de/ZNjPGO_ASuOEZEv2pQynjQ#}{URL}). + Talk held at hzdr-casus group meeting for ongoing collaboration project via + HIDA Trainee Network. \vspace*{2em} - Latest version of slides are \href{https://iffgit.fz-juelich.de/phd-project-wasmer/presentations/2024-07-22-talk-tcd-spincomp}{here}. + Latest version of slides are \href{https://iffgit.fz-juelich.de/phd-project-wasmer/presentations/2025-02-11-talk-hzdr-casus}{here}. \end{center} \end{frame} diff --git a/presentation/presentation.tex b/presentation/presentation.tex index 9e241c5..21b2805 100644 --- a/presentation/presentation.tex +++ b/presentation/presentation.tex @@ -162,14 +162,16 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \input{frontmatter/titlepage} -% \input{frontmatter/slides-repo} +\input{frontmatter/slides-repo} % slide outline % Section frontmatter -% \AtBeginSection[]{} % prevent TOC being printed before every section (default) -\begin{frame}[t] - \frametitle{Outline} - \tableofcontents -\end{frame} +\AtBeginSection[]{} % prevent TOC being printed before every section (default) + % this effectively disables the outline +% % Manual outline at start of talk, optional +% \begin{frame}[t] +% \frametitle{Outline} +% \tableofcontents +% \end{frame} % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % MAINMATTER -- GitLab