summaryrefslogtreecommitdiffstats
path: root/Hannah-More-Prace-drobna.tex
blob: 7dc1ae044d4e95e61961a4d15edc968375243907 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
\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-bg.jpg}}

  \setbeamercolor{normal text}{fg=black}
  \setbeamercolor{title}{fg=black}
  \setbeamercolor{author}{fg=white}
  \setbeamercolor{date}{fg=white}

% \setbeamertemplate{author}{default}[1][]{%
%     \usebeamerfont{author}\insertauthor
% }
% 
% \setbeamertemplate{date}{default}[1][]{%
%       \usebeamerfont{date}\insertdate
% }

\setbeamertemplate{title page}{
  \vskip0.25\paperheight\par
    \begin{center}
    \usebeamertemplate{title}
    \end{center}
    \vskip1em\par
    \begin{flushleft}
    \usebeamertemplate{author}\hfill\usebeamertemplate{date}
    \end{flushleft}
}
\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}