first commit

This commit is contained in:
unknown 2017-10-20 11:19:22 +02:00
commit ec0164051c
2 changed files with 74 additions and 0 deletions

BIN
02/beamer.pdf Normal file

Binary file not shown.

74
02/beamer.tex Normal file
View File

@ -0,0 +1,74 @@
\documentclass{beamer}
\usetheme{Berlin}
\usecolortheme{dolphin}
\usepackage[utf8]{inputenc}
\usepackage{polski}
\author{Grzegorz Adamski}
\useinnertheme[shadow=true]{rounded}
\useoutertheme{infolines}
\usecolortheme{wolverine}
\setbeamercolor{alerted text}{fg=red}
\title[Beamer]{Klasa Beamer}
\date{19.10.2017}
\subtitle{czyli różne dziwne rzeczy, które nie składają się w żadną całość}
\begin{document}
\maketitle
\begin{frame}{Slajd 1}
\begin{equation}
x^3+1=(x+1)(x^2-x+1)
\end{equation}
\pause
\begin{equation}
x^3-1=(x-1)(x^2+x+1)
\end{equation}
\pause
\begin{equation*}
x^n-1=(x-1)(x^{n-1}+x^{n-2}+...+x+1)
\end{equation*}
\end{frame}
\begin{frame}
\begin{block}{Czarna dziura}
Obiekt niebieski pochłaniający wszystko, co przekroczy sferę zwaną horyzontem.
\end{block}
\begin{alertblock}{Uwaga}
Ze względu na to, że czarna dziura pochłania również światło, \alert{nie da się jej zaobserwować w sposób bezpośredni}.
\end{alertblock}
\begin{exampleblock}{Przykład}
W centrum Drogi Mlecznej znajduje się czarna dziura o masie 4100000 mas Słońca.
\end{exampleblock}
\end{frame}
\begin{frame}{Dzielniki liczb 1-4}
\uncover<1,2,3,4>{1}
\uncover<2,4>{2}
\uncover<3>{3}
\uncover<4>{4}
\end{frame}
\begin{frame}
\begin{figure}
\transblindsvertical
\includegraphics[height=4cm]{Cauchy}
\caption{Augustin-Louis Cauchy}
\end{figure}
\end{frame}
\begin{frame}
\transblindshorizontal
\begin{figure}
\includegraphics[height=4cm]{Weierstrass}
\caption{Karl Weierstrass}
\end{figure}
\end{frame}
\begin{frame}
\begin{block}{Bibliografia}
\begin{thebibliography}{10}
\beamertemplatebookbibitems
\bibitem{} Jarosław Grzędowicz
\newblock {\em Pan Lodowego Ogrodu}
\newblock Fabryka Słów, 2016.
\beamertemplatearticlebibitems
\bibitem{}
{\em https://pl.wikibooks.org/wiki/LaTeX/Kolory}
\end{thebibliography}
\end{block}
\end{frame}
\end{document}