diff options
Diffstat (limited to '1John3-Holiness-slides.tex')
-rw-r--r-- | 1John3-Holiness-slides.tex | 129 |
1 files changed, 129 insertions, 0 deletions
diff --git a/1John3-Holiness-slides.tex b/1John3-Holiness-slides.tex new file mode 100644 index 0000000..af669d8 --- /dev/null +++ b/1John3-Holiness-slides.tex @@ -0,0 +1,129 @@ +\documentclass[14pt]{beamer} +\usepackage{fontspec} +\defaultfontfeatures{Ligatures=TeX} +\usepackage{polyglossia} +\usepackage{tikz} +\usepackage{geometry} +\setmainlanguage[variant=british]{english} + +\setbeamersize{text margin left=5pt,text margin right=5pt} + +\makeatletter +\setbeamertemplate{background canvas}% +{% +\ifbeamer@plainframe% +\else +\tikz\node[opacity=0.66] {\includegraphics[width=\paperwidth,height=\paperheight]{background.png}}; +\fi +} +\makeatother + +\title{Holiness and Sin} +\author{Matěj Cepl} +\date{October 27th} + +\begin{document} + +\begingroup +\setbeamertemplate{background canvas}{% + \includegraphics[width=\paperwidth,height=\paperheight]{front-page-bg.jpg}} + + \setbeamercolor{normal text}{fg=white} + % \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.6,0.25) {\usebeamercolor[fg]{author}\usebeamerfont{author}\insertauthor\par}; + \node[text width=3cm] at (0.6,0.15) {\usebeamercolor[fg]{date}\usebeamerfont{date}\insertdate\par}; + \end{tikzpicture} +} + +\begin{frame}[plain] + \titlepage +\end{frame} +\endgroup + +\begin{frame}{Off-topic question: chapter and verse?} + \begin{quote} + (See what sort of love the Father has given to us: that we should be + called God’s children—and indeed we are! For this reason the + world does not know us: Because it did not know him. Dear + friends, we are God’s children now, and what we will be has not + yet been revealed. We know that whenever it is revealed we will + be like him because we will see him just as he is. And everyone + who has this hope focused on him purifies himself, just as Jesus + is pure). + \end{quote} +\end{frame} + +% \begin{frame}[plain] +% \newgeometry{left=0pt,inner=0pt,margin=0pt} +% \includegraphics[width=\paperwidth,height=\paperheight]{Codex_Sinaiticus_Matthew_6,4-32.JPG} +% \restoregeometry +% \end{frame} + +{ +\setbeamertemplate{background}{% +\tikz\node[opacity=1] {\includegraphics[width=\paperwidth,height=\paperheight]{Codex_Sinaiticus_Matthew_6,4-32.JPG}}; +} +\frame{} +} + +\begin{frame}{} + \begin{quote} + And now, little children, remain in him, so that when he + appears we may have confidence and not shrink away from him + in shame when he comes back. If you know that he is + righteous, you also know that \emph{everyone who practices + righteousness has been fathered by him}. + \end{quote} +\end{frame} + +\begin{frame}{} + \begin{quote} + (See what sort of love the Father has given to us: that we should be + called God’s children—and indeed we are! For this reason the + world does not know us: Because it did not know him. Dear + friends, we are God’s children now, and what we will be has not + yet been revealed. We know that whenever it is revealed we will + be like him because we will see him just as he is. And everyone + who has this hope focused on him \emph{purifies himself}, + just as Jesus is pure). + \end{quote} +\end{frame} + +\begin{frame}{} + \begin{itemize} + + \item It seems that the theme of chapter will be \emph{righteousness} + + \item However, the author had to stop explain what + righteousness actually is, because it is very easy to + be confused about it. + + \end{itemize} +\end{frame} + + +\begin{frame}{} + +\begin{itemize} + + \item {\huge MINISTRY TIME} + +\end{itemize} + +\end{frame} +\end{document} |