Advertisement
makispaiktis

Document 4 - Basics in beamer (13)

Oct 5th, 2021 (edited)
1,861
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 5.12 KB | None | 0 0
  1. \documentclass{beamer}
  2. \usepackage[utf8]{inputenc}
  3. \usepackage{amsmath}
  4. \usepackage{amssymb}
  5. \usepackage[english, greek]{babel}
  6.  
  7. \title{Document 4 - Basics in Beamer}
  8. \author{Thomas Boufikos}
  9. \date{05/10/2021}
  10. \usetheme{Boadilla}
  11. \usecolortheme{whale}
  12.  
  13. \begin{document}
  14.  
  15.    \selectlanguage{english}
  16.    \begin{frame}{Telecommunication Channel}
  17.        \[
  18.            v(t) = \sum _{n=-\infty} ^ {\infty} a_ng_T(t-nT) \\
  19.        \]
  20.         $
  21.            h(t) = c(t) \textasteriskcentered  g_T(t) \\
  22.            x(t) = h(t) \textasteriskcentered  g_R(t) \\
  23.            y(t) = \sum _{n=-\infty} ^ {\infty} a_nx(t-nT) + v(t) \\
  24.            y(mT+t_0) = a_mx(t_0) + \sum _{n \neq m} a_nx((m-n)T + t_0) + v_m \\
  25.            v_m = v(mT + t_0) \\
  26.        $
  27.         \\ \\
  28.        \selectlanguage{greek}
  29.        Όλα τα πάνω ισχύουν, εφόσον η δειγματοληψία γίνει τις χρονικές στιγμές
  30.        $ mT + T_0 $, διαφορετικά μιλάμε για μία τυχαία στιγμή $ t $.
  31.    \end{frame}
  32.    
  33.    
  34.    \selectlanguage{english}
  35.    \begin{frame}{Telecommunication Channel - Continue}
  36.        \selectlanguage{greek}
  37.        Αν θέλουμε να στείλουμε τα $ a_n $, στέλνουμε τα $ b_n $, σύμφωνα με τη σχέση: $ b_n = 2a_n - 1$, επομένως τα μπιτ πληροφορίας $ a_n $ γίνονται πλάτη $ b_n $. Για παράδειγμα: \\ \\
  38.        \phantom{ssssssss} Πληροφορία:
  39.        \begin{tabular}{|c|c|c|c|c|c|c|c|}
  40.            \hline
  41.             a_0 &  a_1 &  a_2 &  a_3 &  a_4 &  a_5 &  a_6 &  a_7 \\
  42.             \hline
  43.             1 & 0 & 0 & 0 & 1 & 1 & 0 & 1 \\
  44.             \hline
  45.        \end{tabular}
  46.        
  47.        Μεταδιδόμενη ακολουθία:
  48.        \begin{tabular}{|c|c|c|c|c|c|c|c|}
  49.            \hline
  50.             b_0 &  b_1 &  b_2 &  b_3 &  b_4 &  b_5 &  b_6 &  b_7 \\
  51.             \hline
  52.             1 & -1 & -1 & -1 & 1 & 1 & -1 & 1 \\
  53.             \hline
  54.        \end{tabular}
  55.        
  56.    \end{frame}
  57.    
  58.    
  59.    \begin{frame}{Basic Math Stuff}
  60.        Here is some text followed by an equation: \\
  61.        \[
  62.            p(x) = ax^2 + bx + c = 0
  63.        \] \\
  64.        and the polynomial roots are: \\
  65.        \begin{align*}
  66.            x_{1,2} = \frac{-b \pm \sqrt{\Delta}}{2a}
  67.        \end{align*}, where:
  68.        $ \Delta = b^2 - 4ac $
  69.    \end{frame}
  70.    
  71.    
  72.    \begin{frame}{Columns}
  73.        This is the text above the 2 columns. I will leave a vertical space of 5mm and then
  74.        I will write text in the 2 columns.
  75.        \vspace{5mm}
  76.        
  77.        \begin{columns}
  78.            \column{0.48 \linewidth}
  79.            This is the 1st column. Here is some additional text to ensure that there is enough space to fill out the width of slide. Placement: left!
  80.            \column{0.48 \linewidth}
  81.            This is the 2nd column. Here is some additional text to ensure that there is enough space to fill out the width of slide. Placement: right! \\
  82.            I will write down more text to enlight the difference.
  83.        \end{columns}
  84.        
  85.        \vspace{5mm}
  86.        That's all about the columns. End of text!
  87.    \end{frame}
  88.    
  89.    \begin{frame}{Pausing text}
  90.        Here is some text. \\
  91.        \pause
  92.        Here is some more text. \\
  93.        \pause
  94.        More, more, more text! \\
  95.        \pause
  96.        Next step is the final one. \\
  97.        \pause
  98.        Final text. \\
  99.    \end{frame}
  100.    
  101.    
  102.    \begin{frame}{Specification Overlays}
  103.        \begin{itemize}
  104.            \item<1->  This appears on all frames. \\
  105.            \item<2>   This appears only on frame 2. \\
  106.            \item<2,4> This appears on frames 2 and 4. \\
  107.            \item<1-3> This appears on frames 1-3. \\
  108.            \item<2->  This appears on frames 2-4. \\
  109.            \item<6> This appears only on last frame (6th). \\
  110.        \end{itemize}
  111.    \end{frame}
  112.    
  113.    \begin{frame}{Specification Overlays}
  114.        Frame \only<1>{1} \only<2>{2}
  115.        \begin{itemize}
  116.            \item This will be \textbf<2>{bold} text.\\
  117.            \item This will be \textit<2>{italic} text.\\
  118.            \item This will be \textcolor<2>{blue}{blue} text.\\
  119.            \item This will be \textcolor<2>{pink}{pink} text.\\
  120.        \end{itemize}
  121.    \end{frame}
  122.    
  123.    \begin{frame}{Blocks}
  124.        Blocks are like theorem environments.
  125.        \begin{block}{Block 1}
  126.            This is block 1. \\
  127.        \end{block}
  128.        \begin{block}{Block 2}
  129.            This is block 2. \\
  130.            It is under block 1 of course. \\
  131.        \end{block}
  132.        
  133.        \newtheorem{thm}{Thomas Theorem}
  134.        \begin{thm}[Pythagorean Theorem]
  135.            In a triangle with angles $ a = 90, b < 90, c < 90 $, if C, A, B are the opposite sides of these angles, there must be: \\
  136.            \[
  137.                C^ 2 = A^2 + B^2
  138.            \]
  139.        \end{thm}
  140.        \begin{proof}
  141.            There is no supported proof right now!
  142.        \end{proof}
  143.    \end{frame}
  144.    
  145.    
  146.    
  147.  
  148. \end{document}
  149.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement