Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- %===============================================
- % Dokumen ini dibuat/diubah oleh
- % Nama %% Hirwanto
- % Email %% hirwanto.iwan@yahoo.com
- % Tanggal %% 28 Januari 2015
- % Jam %% 5 :33
- % Kompilasi %% PDFLaTeX ( dvi--> ps--> pdf)
- %===============================================
- \documentclass[12pt]{beamer}
- %===============================================
- \usetheme{Air}
- \usepackage{thumbpdf}
- \usepackage{wasysym}
- \usepackage{ucs}
- \usepackage[utf8]{inputenc}
- \usepackage{pgf,pgfarrows,pgfnodes,pgfautomata,pgfheaps,pgfshade}
- \usepackage{verbatim}
- %================================================
- \pdfinfo
- {
- /Title (Dr. LaTeX Beamer)
- /Creator (TeX)
- /Author (Konqi Konqueror)
- }
- \title{Air Beamer }
- \subtitle{Beamer Presentasi ini dibuat oleh Konqi Konqueror}
- \author{diedit oleh Hirwanto}
- \date{23 Nopember 2014}
- %==========================================================
- \begin{document}
- \frame{\titlepage}
- \section{Pendahuluan}
- % frame baru/halaman presentasi baru
- \begin{frame}
- \frametitle{A Frame}
- \framesubtitle{Bullet points}
- \begin{itemize}
- \item First thing
- \begin{itemize}
- \item small point
- \item fine print
- \end{itemize}
- \item Second thing
- \begin{enumerate}
- \item point 1
- \end{enumerate}
- \item Third thing
- \begin{description}
- \item[Research] the scientific pursuit for knowledge
- \end{description}
- \end{itemize}
- \end{frame}
- % akhir halaman presentasi
- \subsection{Text}
- \begin{frame}
- \frametitle{Another Frame}
- Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
- \end{frame}
- \subsection{Blocks}
- \begin{frame}
- \frametitle{Blocks}
- \begin{definition}[Greetings]
- Hello World
- \end{definition}
- \begin{theorem}[Fermat's Last Theorem]
- $a^n + b^n = c^n, n \leq 2$
- \end{theorem}
- \begin{alertblock}{Uh-oh.}
- By the pricking of my thumbs.
- \end{alertblock}
- \begin{exampleblock}{Uh-oh.}
- Something evil this way comes.
- \end{exampleblock}
- \end{frame}
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement