diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2024-05-12 09:32:08 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-05-12 09:32:08 +0200 |
commit | a98b65b90b6da2f465c0eef8a9a9f9b0a8f37a2f (patch) | |
tree | 22bd6e93e56e22db87a976abce53c5da84b9761a /Hannah-More-Prace-drobna.tex | |
download | October-27-Holiness-a98b65b90b6da2f465c0eef8a9a9f9b0a8f37a2f.tar.gz |
Initial commit
Diffstat (limited to 'Hannah-More-Prace-drobna.tex')
-rw-r--r-- | Hannah-More-Prace-drobna.tex | 58 |
1 files changed, 58 insertions, 0 deletions
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} |