\documentclass[10pt]{beamer} \usetheme{metropolis} \usepackage{booktabs} \usepackage{pgfplots} \usepackage{listings} \usepackage{xcolor} \lstset{ basicstyle=\ttfamily, frame=shadowbox, rulesepcolor=\color{gray}, columns=fullflexible, commentstyle=\color{gray}, keywordstyle=\bfseries\color{red}, escapeinside={\%*}{*)}, aboveskip=2em, captionpos=b, abovecaptionskip=1em, belowcaptionskip=1em } \title{Midway presentation} \subtitle{Group 1} \date{12 November 2018} \author{Claudio Maggioni} \titlegraphic{\centering{\includegraphics[height=1cm]{logo.png}}} \begin{document} \maketitle \begin{frame}[standout] \centering{\Huge Slides in \LaTeX} \end{frame} \section{Progress up to now} \begin{frame}[fragile]{Search box} \vfill\centering{\includegraphics[width=0.6\textwidth]{search.png}}\vfill \end{frame} \begin{frame}[fragile]{Automatic topic index pages} \vfill\centering{\includegraphics[width=0.6\textwidth]{index.png}}\vfill \end{frame} \begin{frame}[fragile]{Basic style} \vfill\centering{\includegraphics[width=\textwidth]{formatting.png}}\vfill \end{frame} \begin{frame}[fragile]{Automatic attribution (in footer)} \vfill\centering{\includegraphics[width=0.8\textwidth]{footer.png}}\vfill \end{frame} \begin{frame}[fragile]{Automatic attribution (in about page)} \vfill\centering{\includegraphics[width=0.7\textwidth]{about.png}}\vfill \end{frame} \begin{frame}[fragile]{Bonus 1 almost done} \vfill\centering{\includegraphics[width=0.7\textwidth]{rust.png}}\vfill \end{frame} \begin{frame}[standout] \centering{\Huge Nystrom seal of quality} \end{frame} \section{First code review for content} \begin{frame}[fragile]{A properly formatted Jekyll page} \begin{figure}[h] \begin{lstlisting}[language=html,basicstyle=\small\ttfamily] --- layout: page category-title: Basic commands category-page: basic tags: directory list author: Claudio Maggioni title: ls ---
The ls
command is used to list a
directory content or a file.
The name stands for LiSt.
...
\end{lstlisting} \end{figure} \end{frame} {\setbeamercolor{background canvas}{bg=black} \begin{frame} \centering{\Huge\fontspec{Comic Sans MS}\color{red} \textsc{The evil side of HTML \\ \vspace{0.5cm} (and Jekyll)}} \end{frame}} \begin{frame}[fragile] \begin{figure}[h] \begin{lstlisting}[language=html] title: ... ... ---