mirror of https://github.com/MISP/misp-training
chg: Bump themes, bump readme, change location
parent
8c8c25cf38
commit
254c73548a
|
@ -82,6 +82,8 @@ bash build.sh
|
|||
|
||||
The output directory will contain all the generated PDF files and the PDF file called `misp-training.pdf` which is the complete handout of all the slides.
|
||||
|
||||
**Note**: In case the rendering is somewhat broken, it might be related to latex using the styles installed systemwide in `/usr/share/texlive/texmf-dist/tex/latex/beamertheme-focus`. Removing this directory will solve the problem.
|
||||
|
||||
## License, Attribution and Funding
|
||||
|
||||
All the materials are dual-licensed under GNU Affero General Public License version 3 or later and
|
||||
|
|
|
@ -9,6 +9,7 @@ for slide in ${slidedecks[@]}; do
|
|||
cd ${slide}
|
||||
if test -f "slide_nl.tex"; then
|
||||
pdflatex slide_nl.tex
|
||||
pdflatex slide_nl.tex
|
||||
fi
|
||||
pdflatex slide.tex
|
||||
pdflatex slide.tex
|
||||
|
|
|
@ -1 +1 @@
|
|||
MISP Training @ CIRCL \\ \small{20190520}
|
||||
MISP Training @ Malta \\ \small{20190529-30}
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
% Copyright (C) 2018 Pasquale Claudio Africa.
|
||||
% 2018 Sebastian Friedl.
|
||||
% Copyright (C) 2018-2019 Pasquale Claudio Africa and the LaTeX community.
|
||||
% A full list of contributors can be found at
|
||||
%
|
||||
% https://github.com/elauksap/focus-beamertheme
|
||||
%
|
||||
% This file is part of beamerthemefocus.
|
||||
%
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
% Copyright (C) 2018 Pasquale Claudio Africa.
|
||||
% 2018 Sebastian Friedl.
|
||||
% Copyright (C) 2018-2019 Pasquale Claudio Africa and the LaTeX community.
|
||||
% A full list of contributors can be found at
|
||||
%
|
||||
% https://github.com/elauksap/focus-beamertheme
|
||||
%
|
||||
% This file is part of beamerthemefocus.
|
||||
%
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
% Copyright (C) 2018 Pasquale Claudio Africa.
|
||||
% 2018 Sebastian Friedl.
|
||||
% Copyright (C) 2018-2019 Pasquale Claudio Africa and the LaTeX community.
|
||||
% A full list of contributors can be found at
|
||||
%
|
||||
% https://github.com/elauksap/focus-beamertheme
|
||||
%
|
||||
% This file is part of beamerthemefocus.
|
||||
%
|
||||
|
@ -34,10 +36,12 @@
|
|||
% STRUCTURE FRAME TEMPLATE DEFINITIONS. ----------------------------------------
|
||||
% Title page.
|
||||
\defbeamertemplate*{title page}{focus}{%
|
||||
{\usebeamercolor{frametitle}\colorlet{focus@@temp}{bg}%
|
||||
{%
|
||||
\usebeamercolor{frametitle}\colorlet{focus@@temp}{bg}%
|
||||
\begin{tikzpicture}[overlay, remember picture]
|
||||
\fill[color=focus@@temp] (current page.north west) rectangle ([shift = {(0, -0.45\paperheight)}] current page.north east);
|
||||
\end{tikzpicture}}
|
||||
\end{tikzpicture}
|
||||
}
|
||||
|
||||
\vspace{-1.65\baselineskip}
|
||||
\begin{minipage}[b][0.35\paperheight]{\textwidth}
|
||||
|
@ -60,6 +64,10 @@
|
|||
\inserttitlegraphic
|
||||
}}
|
||||
|
||||
\begin{minipage}[t]{\textwidth}
|
||||
\usebeamerfont{author}
|
||||
\insertauthor
|
||||
\end{minipage}
|
||||
|
||||
\vspace*{\baselineskip}
|
||||
\begin{minipage}[t]{\textwidth}
|
||||
|
@ -72,18 +80,7 @@
|
|||
\usebeamerfont{date}{\insertdate}
|
||||
\end{minipage}
|
||||
|
||||
|
||||
\vspace*{\baselineskip}
|
||||
\vspace*{\baselineskip}
|
||||
\vspace*{\baselineskip}
|
||||
\vspace*{\baselineskip}
|
||||
\begin{minipage}[t]{\textwidth}
|
||||
\usebeamerfont{author}
|
||||
\insertauthor
|
||||
\end{minipage}
|
||||
|
||||
|
||||
\vspace*{5\baselineskip}
|
||||
\vspace*{0pt plus 100fill}
|
||||
|
||||
\addtocounter{framenumber}{-1}
|
||||
}
|
||||
|
@ -97,18 +94,17 @@
|
|||
\end{tikzpicture}%
|
||||
}
|
||||
|
||||
\vspace{-2\baselineskip}
|
||||
\vspace{-2.5\baselineskip}
|
||||
\begin{minipage}[b][0.45\paperheight]{\textwidth}
|
||||
\usebeamerfont{sectiontitle}
|
||||
\usebeamercolor[fg]{frametitle}
|
||||
\let\hyperlink\@secondoftwo\insertsection
|
||||
\end{minipage}
|
||||
|
||||
\begin{minipage}[t][0.55\paperheight]{\textwidth}
|
||||
\end{minipage}
|
||||
\vspace*{0pt plus 100fill}
|
||||
}
|
||||
|
||||
\AtBeginSection{%
|
||||
\AtBeginSection[]{%
|
||||
\begin{frame}[plain, noframenumbering]{}
|
||||
\sectionpage
|
||||
\end{frame}%
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
% Copyright (C) 2018 Pasquale Claudio Africa.
|
||||
% 2018 Sebastian Friedl.
|
||||
% Copyright (C) 2018-2019 Pasquale Claudio Africa and the LaTeX community.
|
||||
% A full list of contributors can be found at
|
||||
%
|
||||
% https://github.com/elauksap/focus-beamertheme
|
||||
%
|
||||
% This file is part of beamerthemefocus.
|
||||
%
|
||||
|
@ -18,8 +20,21 @@
|
|||
|
||||
\mode<presentation>
|
||||
|
||||
\RequirePackage{appendixnumberbeamer}% Don't number appendix frames.
|
||||
\RequirePackage{etoolbox}% \BeforeBeginEnvironment
|
||||
\RequirePackage{appendixnumberbeamer} % Don't number appendix frames.
|
||||
% Fix hyperref warning caused by \appendix
|
||||
% (https://tex.stackexchange.com/questions/192686/hyperref-warning-caused-by-beamer-appendix).
|
||||
\newcommand*{\bkmtranslateto}{\languagename}
|
||||
\newcommand*{\bkmtranslate}[1]{%
|
||||
\ifcsname tr@@@\bkmtranslateto @#1\endcsname
|
||||
\csname tr@@@\bkmtranslateto @#1\endcsname
|
||||
\else
|
||||
#1%
|
||||
\fi
|
||||
}
|
||||
\pdfstringdefDisableCommands{\let\translate\bkmtranslate}
|
||||
\RequirePackage{bookmark}
|
||||
|
||||
\RequirePackage{etoolbox} % \BeforeBeginEnvironment.
|
||||
\RequirePackage{tikz}
|
||||
|
||||
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
% Copyright (C) 2018 Pasquale Claudio Africa.
|
||||
% 2018 Sebastian Friedl.
|
||||
% Copyright (C) 2018-2019 Pasquale Claudio Africa and the LaTeX community.
|
||||
% A full list of contributors can be found at
|
||||
%
|
||||
% https://github.com/elauksap/focus-beamertheme
|
||||
%
|
||||
% This file is part of beamerthemefocus.
|
||||
%
|
||||
|
@ -17,7 +19,7 @@
|
|||
% along with beamerthemefocus. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
\NeedsTeXFormat{LaTeX2e}
|
||||
\ProvidesPackage{beamerthemefocus}[2018/08/09 v2.2 Focus Beamer theme]
|
||||
\ProvidesPackage{beamerthemefocus}[2019/01/18 v2.3 Focus Beamer theme]
|
||||
|
||||
\mode<presentation>
|
||||
|
||||
|
|
Loading…
Reference in New Issue