Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mciccale committed Jun 17, 2024
1 parent bf78063 commit 1252f02
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 14 deletions.
Binary file modified example.pdf
Binary file not shown.
99 changes: 85 additions & 14 deletions example.tex
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,96 @@
\tableofcontents
\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Introduction
\section{Introduction} % (fold)
\label{sec:Introduction}
\section{Introduction}

\begin{frame}[fragile]
\frametitle{Slides using \textbf{Beamer} and \textbf{Metropolis}}
\textbf{Metropolis} is a modern and minimalist \textbf{Bemer} theme that reduces
the visual distractions.
\begin{frame}{Introduction}
Welcome to this detailed example of a presentation using the Metropolis theme.
\begin{itemize}
\item Minimalistic design
\item Modern look
\item Customizable
\end{itemize}
\end{frame}

To create your first slides with \textbf{Beamer} and \textbf{Metropolis}:
\section{Motivation}

\begin{verbatim}
\documentclass{beamer}
\usetheme{metropolis}
\end{verbatim}
\begin{frame}{Why Use Metropolis?}
\begin{itemize}
\item Clean and modern design
\item Easy to customize
\item Good defaults
\item Active community support
\end{itemize}
\end{frame}

\section{Content}

\begin{frame}{Figures}
\begin{figure}
\centering
\includegraphics[width=0.5\linewidth]{fractal.jpg}
\caption{Example Image}
\end{figure}

\end{frame}

\begin{frame}{Tables}
\begin{table}
\centering
\begin{tabular}{|c|c|c|}
\hline
Header 1 & Header 2 & Header 3 \\
\hline
Item 1 & Item 2 & Item 3 \\
Item A & Item B & Item C \\
\hline
\end{tabular}
\caption{Example Table}
\end{table}
\end{frame}

% section Introduction (end)
\begin{frame}{Mathematical Content}
The Metropolis theme supports mathematical content:
\begin{equation}
E = mc^2
\end{equation}
\begin{align}
a^2 + b^2 &= c^2 \\
\nabla \cdot \mathbf{E} &= \frac{\rho}{\epsilon_0}
\end{align}
\end{frame}

\begin{frame}{Lists}
You can use different types of lists:

\begin{itemize}
\item Item 1
\item Item 2
\item Item 3
\end{itemize}

\begin{enumerate}
\item First
\item Second
\item Third
\end{enumerate}

\end{frame}

\begin{frame}{Blocks}
You can add different types of blocks:
\metroset{block=fill}
\begin{block}{Block Title}
This is a block with some text.
\end{block}
\begin{alertblock}{Alert Block}
This is an alert block.
\end{alertblock}
\begin{exampleblock}{Example Block}
This is an example block.
\end{exampleblock}

\end{frame}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Questions
Expand Down
Binary file added fractal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions metropolis-upm.sty
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
\definecolor{orange}{RGB}{218, 125, 31}
\definecolor{red}{RGB}{237, 28, 36}
\definecolor{gray}{RGB}{225, 228, 232}
\definecolor{green}{RGB}{43, 171, 71}
\definecolor{purple}{RGB}{114, 86, 175}
\newcommand{\progressbar}{1pt}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down

0 comments on commit 1252f02

Please sign in to comment.