From 8aaecc9093be8531c7c25e24b6b2464536458eee Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Mon, 2 Nov 2020 11:17:05 +1100 Subject: init --- slides.tex | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 slides.tex (limited to 'slides.tex') diff --git a/slides.tex b/slides.tex new file mode 100644 index 0000000..3cee3a1 --- /dev/null +++ b/slides.tex @@ -0,0 +1,24 @@ +\documentclass[aspectratio=169]{beamer} + +\usepackage{microtype} + +\definecolor{bngreen}{HTML}{3c8e64} +%\setbeamercolor*{structure}{bg=white,fg=bngreen} +\usecolortheme[named=bngreen]{structure} +\setbeamertemplate{navigation symbols}{} +\setbeamertemplate{headline}{\hfill\includegraphics[width=.7cm]{logo-running}\hspace{0.1cm}\vspace{-.7cm}} + +\author{Justin Bed\H{o}\\WEHI} +\title{\includegraphics[width=.7\linewidth]{logo}\\functional, reproducible bioinformatics workflows} +\date{November 10, 2020} + +\begin{document} + +{ + \setbeamertemplate{headline}{} + \begin{frame} + \maketitle + \end{frame} +} + +\end{document} -- cgit v1.2.3