MiTeX-beamer/example.tex
2024-12-04 09:45:27 +01:00

64 lines
1.0 KiB
TeX

% !TeX spellcheck = hu_HU
% !TeX encoding = UTF-8
% !TeX program = xelatex
\documentclass[mathserif]{beamer}
\mode<presentation>{}
%\include{packages}
%\input{preamble}
\usetheme{mit}
%\setmainfont{Liberation Serif}
% Címdia adatai
\title{<Cím>}
\date{}
\author{<Szerző1/Hallgató>\\<Szerző2/Konzulens>\\
{\normalsize <Dátum>}}
%\newcommand{\supervisor}{Konzulens}
\def\crfootnote{<Lábléc>}
\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}