commit ec0164051c8c795feb094f99e7028a71abfa1738 Author: unknown Date: Fri Oct 20 11:19:22 2017 +0200 first commit diff --git a/02/beamer.pdf b/02/beamer.pdf new file mode 100644 index 0000000..ab0bb32 Binary files /dev/null and b/02/beamer.pdf differ diff --git a/02/beamer.tex b/02/beamer.tex new file mode 100644 index 0000000..c58c2b6 --- /dev/null +++ b/02/beamer.tex @@ -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} \ No newline at end of file