Advertisement
Hirwanto

amritabeamer

Jan 27th, 2015
584
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 1.75 KB | None | 0 0
  1. %===============================================
  2. % Dokumen ini dibuat/diubah oleh
  3. %  Nama       %% Hirwanto
  4. %  Email      %% hirwanto.iwan@yahoo.com
  5. %  Tanggal    %% 28 Januari 2015
  6. %  Jam        %% 10 : 46
  7. %  Kompilasi  %% Default (PDFTeXify)
  8. %===============================================
  9. \documentclass[12pt]{beamer}
  10.  
  11. \usetheme{Oxygen}
  12. \usepackage{thumbpdf}
  13. \usepackage{wasysym}
  14. \usepackage{ucs}
  15. \usepackage[utf8]{inputenc}
  16. \usepackage{pgf,pgfarrows,pgfnodes,pgfautomata,pgfheaps,pgfshade}
  17. \usepackage{verbatim}
  18. \title{Amrita Beamer}
  19. \subtitle{sub judul}
  20. \author{Hirwanto}
  21. \date{23 Nopember 2014}
  22.  
  23. \begin{document}
  24.  
  25. \frame{\titlepage}
  26. \section{Introduction}
  27. \begin{frame}
  28. \frametitle{A Frame}
  29. \framesubtitle{Bullet points}
  30. \begin{itemize}
  31. \item First thing
  32.     \begin{itemize}
  33.     \item small point
  34.     \item fine print
  35.     \end{itemize}
  36. \item Second thing
  37.     \begin{enumerate}
  38.     \item point 1
  39.     \end{enumerate}
  40. \item Third thing
  41.     \begin{description}
  42.     \item[Research] the scientific pursuit for knowledge
  43.     \end{description}
  44. \end{itemize}
  45. \end{frame}
  46.  
  47. \subsection{Text}
  48. \begin{frame}
  49. \frametitle{Another Frame}
  50. 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.
  51. \end{frame}
  52.  
  53. \subsection{Blocks}
  54. \begin{frame}
  55. \frametitle{Blocks}
  56. \begin{definition}[Greetings]
  57. Hello World
  58. \end{definition}
  59.  
  60. \begin{theorem}[Fermat's Last Theorem]
  61. $a^n + b^n = c^n, n \leq 2$
  62. \end{theorem}
  63.  
  64. \begin{alertblock}{Uh-oh.}
  65. By the pricking of my thumbs.
  66. \end{alertblock}
  67.  
  68. \begin{exampleblock}{Uh-oh.}
  69. Something evil this way comes.
  70. \end{exampleblock}
  71.  
  72. \end{frame}
  73. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement