• R/O
  • SSH

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

File Info

Rev. dc4e92187aa011250b011ea76fa4b1f3a17d5e16
크기 1,547 bytes
Time 2024-11-19 01:41:01
Author Lorenzo Isella
Log Message

A simple example about how to use moloch for beamer. Remember that you have to compile the dtx files to get all the sty files needed to use moloch.

Content

\documentclass{beamer}
\usepackage[sfdefault]{Fira Sans}
\usepackage{lettrine}
\input GoudyIn.fd
\newcommand*\initfamily{\usefont{U}{GoudyIn}{xl}{n}}
\usepackage{color}
\definecolor{Red}{RGB}{157,16, 45}
\usetheme[progressbar=frametitle]{moloch}
\usepackage{appendixnumberbeamer}

\usepackage{booktabs}
\usepackage[scale=2]{ccicons}

\usepackage{pgfplots}
\usepgfplotslibrary{dateplot}

\usepackage{xspace}



\title{A minimal example}
\subtitle{Welcome to moloch}
\date{\today}
\author{Johan Larsson}
\institute{Centre for Modern Beamer Themes}
\begin{document}
\maketitle
\begin{frame}{Table of contents}
  \setbeamertemplate{section in toc}[sections numbered]
  \tableofcontents[hideallsubsections]
\end{frame}

  \section{First Section}
  \begin{frame}[fragile]{First Frame}
    \lettrine[lines=3]{\color{Red}{\initfamily{H}}}{}ello, world! This
    is a good day for fira fonts!


    \end{frame}


  \begin{frame}{Second Frame}
      \lettrine[lines=1]{\color{Red}{\initfamily{T}}}{}his is a
      dropcap which is one line tall.

  \end{frame}
\section{New section}
\begin{frame}{Some bla bla}

  sjbnrjkvnb
  hrwbgkwerng
  hbbjkbk
\end{frame}

\section{Conclusion}

\begin{frame}{Summary}

  Get the source of this theme and the demo presentation from
\end{frame}



\begin{frame}[fragile]{Backup slides}
  Sometimes, it is useful to add slides at the end of your presentation to
  refer to during audience questions.
\end{frame}


\begin{frame}{References}

  \bibliography{demo}
  \bibliographystyle{abbrv}

\end{frame}


\end{document}