Minor tuning of beamer-related examples.
ci/woodpecker/push/build Pipeline was successful Details

This commit is contained in:
Achim D. Brucker 2023-06-01 17:58:55 +02:00
parent ddcfb5f708
commit 23a85cc8c2
6 changed files with 30 additions and 18 deletions

View File

@ -1,6 +1,2 @@
%% This is a placeholder for user-specific configuration and packages.
\title{<TITLE>}
\author{<AUTHOR>}

View File

@ -6,17 +6,28 @@ begin
use_template "beamerposter-UNSUPPORTED"
use_ontology "scholarly_paper"
(*>*)
title*[tit::title]\<open>Example Presentation\<close>
author*[safouan,email="\<open>example@example.org\<close>",affiliation="\<open>Example Org\<close>"]\<open>Eliza Example\<close>
(*>*)
text\<open>
\begin{frame}
\frametitle{Example Slide}
\centering\huge This is an example!
\end{frame}
\vfill
\begin{block}{\large Fontsizes}
\centering
{\tiny tiny}\par
{\scriptsize scriptsize}\par
{\footnotesize footnotesize}\par
{\normalsize normalsize}\par
{\large large}\par
{\Large Large}\par
{\LARGE LARGE}\par
{\veryHuge veryHuge}\par
{\VeryHuge VeryHuge}\par
{\VERYHuge VERYHuge}\par
\end{block}
\vfill
\<close>
(*<*)

View File

@ -1,6 +1,2 @@
%% This is a placeholder for user-specific configuration and packages.
\title{<TITLE>}
\author{<AUTHOR>}

View File

@ -6,11 +6,11 @@ begin
use_template "beamer-UNSUPPORTED"
use_ontology "scholarly_paper"
(*>*)
title*[tit::title]\<open>Example Presentation\<close>
author*[safouan,email="\<open>example@example.org\<close>",affiliation="\<open>Example Org\<close>"]\<open>Eliza Example\<close>
(*>*)
text\<open>
\begin{frame}

View File

@ -27,6 +27,11 @@
\bibliographystyle{abbrvnat}
\RequirePackage{subcaption}
\providecommand{\institute}[1]{}%
\providecommand{\inst}[1]{}%
\providecommand{\orcidID}[1]{}%
\providecommand{\email}[1]{}%
\usepackage[numbers, sort&compress, sectionbib]{natbib}

View File

@ -19,7 +19,7 @@
%% preamble.tex.
\RequirePackage{ifvtex}
\documentclass[16x9,9pt]{beamer}
\documentclass[]{beamer}
\PassOptionsToPackage{force}{DOF-scholarly_paper}
\usepackage{beamerposter}
\usepackage{DOF-core}
@ -28,6 +28,11 @@
\bibliographystyle{abbrvnat}
\RequirePackage{subcaption}
\providecommand{\institute}[1]{}%
\providecommand{\inst}[1]{}%
\providecommand{\orcidID}[1]{}%
\providecommand{\email}[1]{}%
\usepackage[numbers, sort&compress, sectionbib]{natbib}
@ -46,12 +51,11 @@
\newenvironment{frontmatter}{}{}
\raggedbottom
\begin{document}
\begin{frame}
\maketitle
\end{frame}
\begin{frame}[fragile]
\IfFileExists{dof_session.tex}{\input{dof_session}}{\input{session}}
% optional bibliography
\IfFileExists{root.bib}{{\bibliography{root}}}{}
\end{frame}
\end{document}
%%% Local Variables: