From 836e9af3b7894d5a233345e0ca5e5de192b72f14 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sun, 12 May 2024 22:08:40 +0200 Subject: Rename the slides TeX source file. --- Hannah-More-Prace-drobna.tex | 68 -------------------------------------------- Hannah-More-Prace-slides.tex | 68 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+), 68 deletions(-) delete mode 100644 Hannah-More-Prace-drobna.tex create mode 100644 Hannah-More-Prace-slides.tex diff --git a/Hannah-More-Prace-drobna.tex b/Hannah-More-Prace-drobna.tex deleted file mode 100644 index fedf422..0000000 --- a/Hannah-More-Prace-drobna.tex +++ /dev/null @@ -1,68 +0,0 @@ -\documentclass[14pt]{beamer} -\usepackage{fontspec} -\defaultfontfeatures{Ligatures=TeX} -\usepackage{polyglossia} -\usepackage{tikz} -\setmainlanguage[variant=british]{english} - -\setbeamertemplate{background canvas}% -{% -\tikz\node[opacity=0.66] {\includegraphics[width=\paperwidth,height=\paperheight]{background.png}}; -} - -\title{We Can Be Heroes} -\author{Matěj Cepl} -\date{June 9th} - -\begin{document} - -\begingroup -\setbeamertemplate{background canvas}{% - \includegraphics[width=\paperwidth,height=\paperheight]{front-page-bg.jpg}} - - \setbeamercolor{normal text}{fg=black} - \setbeamercolor{title}{fg=black} - \setbeamercolor{author}{fg=white} - \setbeamercolor{date}{fg=white} - -% trick taken from https://topanswers.xyz/tex?q=1989 -\tikzset{ - use page relative coordinates/.style={ - shift={(current page.south west)}, - x={(current page.south east)}, - y={(current page.north west)} - }, -} - -\setbeamertemplate{title page}{ - \begin{tikzpicture}[remember picture,overlay,use page relative coordinates] - \node[text width=3cm] at (0.43,0.38) {\centering\usebeamercolor[fg]{title}\usebeamerfont{title}\inserttitle\par}; - \node[text width=3cm] at (0.15,0.15) {\usebeamercolor[fg]{date}\usebeamerfont{date}\insertdate\par}; - \node[text width=3cm] at (0.7,0.15) {\usebeamercolor[fg]{author}\usebeamerfont{date}\insertauthor\par}; - \end{tikzpicture} -} - -\begin{frame}[plain] - \titlepage -\end{frame} -\endgroup - -\begin{frame}{Women of Faith in the Post-Biblical era} - \begin{itemize} - - \item There are obviously too many women of faith to - consider any of them individually as the typical - representative of all of them - - \item Moreover, most of them, given the ever-present - misogyny of the time, are hidden behind the much more - famous men - - \item And even those who famous on their own, like Hildegard of Bingen, - Catherine of Sienna, or our own Saint Agnes of - Bohemia, were daughters of kings or local nobleman, - who are hard to follow by us mere mortals. - \end{itemize} -\end{frame} - -\end{document} diff --git a/Hannah-More-Prace-slides.tex b/Hannah-More-Prace-slides.tex new file mode 100644 index 0000000..fedf422 --- /dev/null +++ b/Hannah-More-Prace-slides.tex @@ -0,0 +1,68 @@ +\documentclass[14pt]{beamer} +\usepackage{fontspec} +\defaultfontfeatures{Ligatures=TeX} +\usepackage{polyglossia} +\usepackage{tikz} +\setmainlanguage[variant=british]{english} + +\setbeamertemplate{background canvas}% +{% +\tikz\node[opacity=0.66] {\includegraphics[width=\paperwidth,height=\paperheight]{background.png}}; +} + +\title{We Can Be Heroes} +\author{Matěj Cepl} +\date{June 9th} + +\begin{document} + +\begingroup +\setbeamertemplate{background canvas}{% + \includegraphics[width=\paperwidth,height=\paperheight]{front-page-bg.jpg}} + + \setbeamercolor{normal text}{fg=black} + \setbeamercolor{title}{fg=black} + \setbeamercolor{author}{fg=white} + \setbeamercolor{date}{fg=white} + +% trick taken from https://topanswers.xyz/tex?q=1989 +\tikzset{ + use page relative coordinates/.style={ + shift={(current page.south west)}, + x={(current page.south east)}, + y={(current page.north west)} + }, +} + +\setbeamertemplate{title page}{ + \begin{tikzpicture}[remember picture,overlay,use page relative coordinates] + \node[text width=3cm] at (0.43,0.38) {\centering\usebeamercolor[fg]{title}\usebeamerfont{title}\inserttitle\par}; + \node[text width=3cm] at (0.15,0.15) {\usebeamercolor[fg]{date}\usebeamerfont{date}\insertdate\par}; + \node[text width=3cm] at (0.7,0.15) {\usebeamercolor[fg]{author}\usebeamerfont{date}\insertauthor\par}; + \end{tikzpicture} +} + +\begin{frame}[plain] + \titlepage +\end{frame} +\endgroup + +\begin{frame}{Women of Faith in the Post-Biblical era} + \begin{itemize} + + \item There are obviously too many women of faith to + consider any of them individually as the typical + representative of all of them + + \item Moreover, most of them, given the ever-present + misogyny of the time, are hidden behind the much more + famous men + + \item And even those who famous on their own, like Hildegard of Bingen, + Catherine of Sienna, or our own Saint Agnes of + Bohemia, were daughters of kings or local nobleman, + who are hard to follow by us mere mortals. + \end{itemize} +\end{frame} + +\end{document} -- cgit