boxesandcolumns.tex 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. \section{boxes and columns}
  2. \frame{\sectionpage}
  3. \begin{frame}{Box}
  4. \begin{center}
  5. \textcolor{yellow}{\fbox{phrase inside box}}
  6. \bigskip
  7. \fbox{\parbox{\textwidth}{A big box\\ %\[
  8. %\{R^n_{\alpha}(0) \; | \; n \in \mathbb{N}\} = \{n\alpha \; \mathrm{mod}\;1 \; | \; n \in \mathbb{N}\} \]
  9. é denso em \([0,1)\). }}
  10. \end{center}
  11. \end{frame}
  12. %%\begin{frame}{Two Columns entire page}
  13. %\small
  14. %
  15. %\begin{columns}
  16. %\begin{column}{0.5\textwidth}
  17. %\tiny \pause \textcolor{yellow}{Obs:} \(\alpha \eqdef \log b \in \mathbb{R}\backslash\mathbb{Q}\)
  18. %\small \pause
  19. % \begin{align*}
  20. % R_\alpha \colon [0,1) &\longrightarrow [0,1) \\
  21. % x &\longmapsto x + \alpha \; \mathrm{mod}\;1
  22. %\end{align*}
  23. %\pause
  24. %\small
  25. %Here we can write some text Here we can write some text Here we can write some text Here we can write some text Here we can write some text Here we can write some text Here we can write some text
  26. %\end{column}
  27. %\begin{column}{0.5\textwidth} %%<--- here
  28. %\pause
  29. %\[R^n_\alpha(x) \eqdef R_\alpha \overbrace{\circ \ldots \circ }^{n} R_\alpha(x)\]
  30. %
  31. %\pause
  32. %
  33. %Here we can write some text Here we can write some text Here we can write some text Here we can write some text Here we can write some text Here we can write some text Here we can write some text
  34. %
  35. %\bigskip
  36. %
  37. %\footnotesize
  38. %\textcolor{yellow}{\fbox{\parbox{\textwidth}{Question??????????? tell me if you want}}}
  39. %\bigskip
  40. %
  41. %the answer is
  42. %\pause
  43. %\textcolor{green2}{YES!!!!} \textcolor{green2}{because that that and that} or..
  44. %
  45. %\bigskip
  46. %
  47. %The answer is \textcolor{red2}{NO!!!!} \textcolor{red2}{because that that and that}
  48. %
  49. %\end{column}
  50. %\end{columns}
  51. %
  52. %\end{frame}
  53. \begin{frame}{Table and minipage}
  54. \begin{center}
  55. \begin{tabular}{|l|l|l|l|l|l|l|l|l|l|l|l|l|}
  56. \hline
  57. \(n\) & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 & 10 & 11 & \ldots \\ \hline
  58. \(2^n\) & \textcolor{yellow}{2} & \textcolor{yellow}{4} & \textcolor{yellow}{8} & \textcolor{yellow}{1}6 & \textcolor{yellow}{3}2 & \textcolor{yellow}{6}4 & \textcolor{yellow}{1}28 & \textcolor{yellow}{2}56 & \textcolor{yellow}{5}12 & \textcolor{yellow}{1}024 & \textcolor{yellow}{2}048 & \ldots \\ \hline
  59. \end{tabular}
  60. \end{center}
  61. \pause
  62. \bigskip
  63. \begin{center}
  64. \textcolor{yellow}{\fbox{o dígito 1 é mais frequente que o dígito 3?}}
  65. \bigskip
  66. \pause \tiny Spoiler: \textcolor{green2}{YES}.
  67. \end{center}
  68. \pause
  69. \bigskip
  70. \small
  71. \
  72. \pause
  73. \begin{minipage}{0.47\textwidth}
  74. Um conjunto de números satisfaz a \emph{\textcolor{yellow}{lei de Benford}} se o primeiro dígito \(d \in \{1,2,3,4,5,6,7,8,9\} \) ocorre com a seguinte proporção
  75. \end{minipage}
  76. \begin{minipage}{0.47\textwidth}
  77. \centering \textcolor{yellow}{\(P(d) = \log\bigg(1+ \frac{1}{d}\bigg) \)}
  78. \end{minipage}
  79. \end{frame}