From a98b65b90b6da2f465c0eef8a9a9f9b0a8f37a2f Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sun, 12 May 2024 09:32:08 +0200 Subject: Initial commit --- Hannah-More-Prace-drobna.tex | 58 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 Hannah-More-Prace-drobna.tex (limited to 'Hannah-More-Prace-drobna.tex') diff --git a/Hannah-More-Prace-drobna.tex b/Hannah-More-Prace-drobna.tex new file mode 100644 index 0000000..39fab58 --- /dev/null +++ b/Hannah-More-Prace-drobna.tex @@ -0,0 +1,58 @@ +\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{Just Like A Woman} +\author{Matěj Cepl} +\date{June 9th} + +\begin{document} + +\begingroup +\setbeamertemplate{background canvas}% +{% + \includegraphics[width=\paperwidth,height=\paperheight]{front-page.pdf} +} + +\setbeamertemplate{title page}{ +% \vfill +% \begingroup +% \setbeamercolor{normal text}{fg=black} +% \centering +% \usebeamertemplate{title} +% \vskip1em\par +% \usebeamertemplate{author}\hfill\usebeamertemplate{date} +% \endgroup +} +\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