% !TeX spellcheck = hu_HU % !TeX encoding = UTF-8 % !TeX program = xelatex \documentclass[mathserif]{beamer} \mode{} %\include{packages} %\input{preamble} \usetheme{mit} %\setmainfont{Liberation Serif} % Címdia adatai \title{} \date{} \author{\\\\ {\normalsize }} %\newcommand{\supervisor}{Konzulens} \def\crfootnote{} \begin{document} \begin{frame} \titlepage \end{frame} \section{Első fejezet} \section{Második fejezet} \begin{frame} \tableofcontents \end{frame} \begin{frame} \frametitle{Felsorolás és színek} \colorbox{MITgray2}{\textbf{Színek}}\\ \textcolor{MITred}{MIT bordó}, \textcolor{MITgray1}{szürke 1}, \textcolor{MITgray2}{szürke 2} \vskip1em \colorbox{MITgray2}{\textbf{Felsorolás}} \begin{itemize} \item Első szint \begin{itemize} \item Második szint \begin{itemize} \item Harmadik szint \end{itemize} \end{itemize} \end{itemize} \end{frame} \end{document}