diff --git a/0-misp-introduction-to-information-sharing/slide.tex b/0-misp-introduction-to-information-sharing/slide.tex index 8ee0c44..7a39169 100644 --- a/0-misp-introduction-to-information-sharing/slide.tex +++ b/0-misp-introduction-to-information-sharing/slide.tex @@ -1,15 +1,4 @@ \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} @@ -20,15 +9,15 @@ \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}}} +\subtitle{MISP - Threat Sharing} +\author{\small{\input{../includes/authors.txt}}} \date{\input{../includes/location.txt}} +\titlegraphic{\includegraphics[scale=0.85]{misp.pdf}} +\institute{MISP Project \\ \url{https://www.misp-project.org/}} + \begin{document} \include{content} diff --git a/1-misp-usage/content.tex b/1-misp-usage/content.tex index eb8b3b6..479f0e3 100644 --- a/1-misp-usage/content.tex +++ b/1-misp-usage/content.tex @@ -1,10 +1,10 @@ % DO NOT COMPILE THIS FILE DIRECTLY! % This is included by the other .tex files. -\colorlet{punct}{red!60!black} -\definecolor{background}{HTML}{EEEEEE} -\definecolor{delim}{RGB}{20,105,176} -\colorlet{numb}{magenta!60!black} +%\colorlet{punct}{red!60!black} +%\definecolor{background}{HTML}{EEEEEE} +%\definecolor{delim}{RGB}{20,105,176} +%\colorlet{numb}{magenta!60!black} \lstdefinelanguage{json}{ basicstyle=\ttfamily\footnotesize, diff --git a/1-misp-usage/slide.tex b/1-misp-usage/slide.tex index 6dd6c4a..1e4ac17 100644 --- a/1-misp-usage/slide.tex +++ b/1-misp-usage/slide.tex @@ -19,6 +19,8 @@ \subtitle{MISP - 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}} +\titlegraphic{\includegraphics[scale=0.85]{misp.pdf}} + \begin{document} \include{content}