Templates

Beamer Socorro

Preview

Beamer Socorro

A LaTeX beamer class theme

Category

Presentation

License

Free to use (MIT)

File

demo.tex

demo.texRead-only preview
%> TODO: make the counter ignore the section title slides
%> TODO: get the frametitle 

\documentclass[11pt]{beamer}
\RequirePackage{import}
\mode<presentation>{}

\usepackage[title-image=.bg/clouds.jpg, 
            title-image-trim={-400 0 800 -1},
            title-purpose=conference,
            title-image-caption=Spencer\,Riley,
            title-image-caption-color=white,
            title-orientation=east,
            compress]{.socorro/beamertheme}
\usepackage{.socorro/beamercolortheme}
\usepackage[section-style=socorro]{.socorro/beameroutertheme}
            
\usepackage{lipsum}

\title[Short Title]{BeamerSocorro Theme}
\subtitle{A small demo}

\author[1,*]{Author One}
\author[2,**]{Author Two}

\affil[1]{Place One}
\affil[2]{Place Two}

\email[*]{author1@email.dev}
\email[**]{author2@email.dev}

\date{Conference Date}
\conference{Conference Title}

\begin{document}
\titleslide
\tocslide{1-2}{}

\section{Text slides}
\subsection{basic}
\begin{frame}{\secname}
    \lipsum[1][1-6]   
    \prezrule{0.75}{0.25cm}
    \lipsum[1][1] 
\end{frame}

\subsection{lists}
\begin{frame}{\secname}
    \begin{itemize}
        \item \lipsum[1][1]   
        \item \lipsum[1][2]
    \end{itemize}
    \prezrule{0.75}{0.25cm}
    \begin{enumerate}
        \item \lipsum[1][1]   
        \item \lipsum[1][2]
    \end{enumerate}
\end{frame}

\subsection{blocks}
\begin{frame}{\secname}
    \begin{block}{A test block}
        \lipsum[1][1] 
    \end{block}
\end{frame}

\section{The End}
\subsection{Summary}
\begin{frame}{\secname}
    \begin{columns}[t]
        \begin{column}{.5\textwidth}
            \lipsum[1][1-3]   
        \end{column}
        \begin{column}{.5\textwidth}
            \lipsum[1][3-6] 
        \end{column}
    \end{columns}
\end{frame}
\subsection*{...Finally.}
\thend{website.com}
\end{document}
Preview
Beamer Socorro preview
Beamer Socorro LaTeX Template | Bibby | Bibby AI