docs: 16/9 to midway

git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@151 a672b425-5310-4d7a-af5c-997e18724b81
This commit is contained in:
Claudio Maggioni 2018-11-12 13:45:10 +00:00
parent 8b925a2bf9
commit e1cf19e638
1 changed files with 12 additions and 13 deletions

View File

@ -1,4 +1,4 @@
\documentclass[10pt]{beamer} \documentclass[10pt,aspectratio=169]{beamer}
\usetheme{metropolis} \usetheme{metropolis}
@ -39,22 +39,22 @@
\begin{frame}[fragile]{Search box} \begin{frame}[fragile]{Search box}
\vfill\centering{\includegraphics[width=0.6\textwidth]{search.png}}\vfill \vfill\centering{\includegraphics[width=0.7\textwidth]{search.png}}\vfill
\end{frame} \end{frame}
\begin{frame}[fragile]{Automatic topic index pages} \begin{frame}[fragile]{Automatic topic index pages}
\vfill\centering{\includegraphics[width=0.6\textwidth]{index.png}}\vfill \vfill\centering{\includegraphics[width=0.7\textwidth]{index.png}}\vfill
\end{frame} \end{frame}
\begin{frame}[fragile]{Basic style} \begin{frame}[fragile]{Basic style}
\vfill\centering{\includegraphics[width=\textwidth]{formatting.png}}\vfill \vfill\centering{\includegraphics[width=0.8\textwidth]{formatting.png}}\vfill
\end{frame} \end{frame}
\begin{frame}[fragile]{Automatic attribution (in footer)} \begin{frame}[fragile]{Automatic attribution (in footer)}
\vfill\centering{\includegraphics[width=0.8\textwidth]{footer.png}}\vfill \vfill\centering{\includegraphics[width=0.7\textwidth]{footer.png}}\vfill
\end{frame} \end{frame}
@ -64,7 +64,7 @@
\begin{frame}[fragile]{Bonus 1 almost done} \begin{frame}[fragile]{Bonus 1 almost done}
\vfill\centering{\includegraphics[width=0.7\textwidth]{rust.png}}\vfill \vfill\centering{\includegraphics[width=0.45\textwidth]{rust.png}}\vfill
\end{frame} \end{frame}
@ -77,15 +77,15 @@
{\setbeamercolor{background canvas}{bg=black} {\setbeamercolor{background canvas}{bg=black}
\begin{frame} \begin{frame}
\centering{\Huge\fontspec{Helvetica}\color{green} \centering{\Huge\ttfamily\color{green}
\textsc{From HTML \\ \textsc{From HTML \\
to Jekyll\\ to Jekyll\\
\vspace{0.5cm} \vspace{0.5cm}
\small was not that easy…}} \Large was not that easy \ldots}}
\end{frame}} \end{frame}}
\begin{frame}[fragile]{From this} \begin{frame}[fragile]{From this \ldots}
\begin{figure}[h] \begin{figure}[h]
\begin{lstlisting}[language=html] \begin{lstlisting}[language=html]
<html> <html>
@ -93,10 +93,9 @@
<meta author="Fabiano Fenini" /> <meta author="Fabiano Fenini" />
... ...
</head> </head>
<body> <body>
<header> <header>
<h1>cat command</h1> <h1>cat</h1>
... ...
</header> </header>
... ...
@ -107,7 +106,7 @@
\end{frame} \end{frame}
\begin{frame}[fragile]{ to this} \begin{frame}[fragile]{\ldots to this}
\begin{figure}[h] \begin{figure}[h]
\begin{lstlisting}[language=html] \begin{lstlisting}[language=html]
--- ---
@ -128,7 +127,7 @@ title: cat
\begin{frame}{Page creation guide} \begin{frame}{Page creation guide}
\vfill\centering{\includegraphics[width=0.8\textwidth]{page_creation.png}}\vfill \vfill\centering{\includegraphics[width=0.6\textwidth]{page_creation.png}}\vfill
\end{frame} \end{frame}