misp-training/0-misp-introduction-to-info.../slide.tex

37 lines
1.4 KiB
TeX
Raw Normal View History

\documentclass{beamer}
%\usetheme[pageofpages=of,% String used between the current page and the
% % total page count.
% bullet=circle,% Use circles instead of squares for bullets.
% titleline=true,% Show a line below the frame title.
% alternativetitlepage=true,% Use the fancy title page.
% titlepagelogo=logo-circl.pdf,% Logo for the first page.
% watermark=watermark-polito,% Watermark used in every page.
% watermarkheight=100px,% Height of the watermark.
% watermarkheightmult=4,% The watermark image is 4 times bigger
% than watermarkheight.
% ]{Torino}
\usetheme[numbering=progressbar]{focus}
\definecolor{main}{RGB}{47, 161, 219}
\definecolor{textcolor}{RGB}{128, 128, 128}
\definecolor{background}{RGB}{240, 247, 255}
\usepackage[utf8]{inputenc}
\usepackage{tikz}
\usepackage{listings}
\usetikzlibrary{positioning}
\usetikzlibrary{shapes,arrows}
%\usepackage[T1]{fontenc}
%\usepackage[scaled]{beramono}
\author{\small{\input{../includes/authors.txt}}}
\title{An Introduction to Cybersecurity Information Sharing}
\subtitle{MISP - Malware Information Sharing Platform \& Threat Sharing}
\institute{\href{http://www.misp-project.org/}{http://www.misp-project.org/} \\ Twitter: \emph{\href{https://twitter.com/mispproject}{@MISPProject}}}
\date{\input{../includes/location.txt}}
\begin{document}
\include{content}
\end{document}