-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpreamble.tex
42 lines (39 loc) · 1.56 KB
/
preamble.tex
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
\documentclass[10pt,dvipsnames, aspectratio=169]{beamer}
\usetheme[progressbar=frametitle]{metropolis}
\usepackage[]{verbatim}\usepackage[]{}
\usepackage{booktabs}
\usepackage[misc]{ifsym}
\usepackage{wasysym}
\usepackage{listings}
\usepackage{xspace}
\usepackage{tikz}
\newcommand{\source}[1]{\caption*{Source: {#1}} }
\usepackage{amsmath}
\usepackage{dirtytalk}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{xcolor}
\usepackage{ragged2e}\justifying % for justify content % Customize
\setlength{\parskip}{5pt} % vertical spacing between 2 paragraphs
\setbeamersize{text margin left=12mm, text margin right=12mm}
\setbeamertemplate{frametitle}[default][left, leftskip=8mm]
%\usepackage[hidelink]{hyperref}
\newcommand{\themename}{\textbf{\textsc{metropolis}}\xspace}
% WARNING: Don't Touch,if you are not compfortable!
\addtobeamertemplate{frametitle}{}{
%\begin{tikzpicture}[remember picture,overlay]
%\node[anchor=north east,yshift=2pt,xshift=-65pt] at (current page.north east)
%{\includegraphics[height=.75cm]{img/elixir-portugal-white}};
%\node[anchor=north east,yshift=4pt] at (current page.north east)
%{\includegraphics[height=1cm]{img/hdro}};
%\end{tikzpicture}
}
% Title Page of Presentation
% WARNING: Don't change logo, just write your details
\title{ISCB20.05--Introduction to Biostatistics}
\date{\today}
\author{Md. Jubayer Hossain\\
https://jhossain.me/}
\institute{Lead Organizer, Introduction to Scientific Computing for Biologists
\\ Founder, Health Data Research Organization}
\titlegraphic{\vspace{4cm}\hfill\includegraphics[height=1cm]{img/hdro2}}