doc-src/isac/jrocnik/present-1.tex
branchdecompose-isar
changeset 42074 8c02160fcdbf
child 42075 7d062ed7359c
equal deleted inserted replaced
42073:66e84277dacf 42074:8c02160fcdbf
       
     1 % $Header: /cvsroot/latex-beamer/latex-beamer/solutions/conference-talks/conference-ornate-20min.en.tex,v 1.7 2007/01/28 20:48:23 tantau Exp $
       
     2 
       
     3 \documentclass{beamer}
       
     4 
       
     5 % This file is a solution template for:
       
     6 
       
     7 % - Talk at a conference/colloquium.
       
     8 % - Talk length is about 20min.
       
     9 % - Style is ornate.
       
    10 
       
    11 
       
    12 
       
    13 % Copyright 2004 by Till Tantau <tantau@users.sourceforge.net>.
       
    14 %
       
    15 % In principle, this file can be redistributed and/or modified under
       
    16 % the terms of the GNU Public License, version 2.
       
    17 %
       
    18 % However, this file is supposed to be a template to be modified
       
    19 % for your own needs. For this reason, if you use this file as a
       
    20 % template and not specifically distribute it as part of a another
       
    21 % package/program, I grant the extra permission to freely copy and
       
    22 % modify this file as you see fit and even to delete this copyright
       
    23 % notice.
       
    24 
       
    25 
       
    26 \mode<presentation>
       
    27 {
       
    28   \usetheme{Hannover}
       
    29   % or ...
       
    30 
       
    31   \setbeamercovered{transparent}
       
    32   % or whatever (possibly just delete it)
       
    33 }
       
    34 
       
    35 %\usepackage{setspace} %for "\begin{onehalfspace}"
       
    36 \usepackage[english]{babel}
       
    37 % or whatever
       
    38 
       
    39 \usepackage[utf8]{inputenc}
       
    40 % or whatever
       
    41 
       
    42 \usepackage{times}
       
    43 \usepackage[T1]{fontenc}
       
    44 % Or whatever. Note that the encoding and the font should match. If T1
       
    45 % does not look nice, try deleting the line with the fontenc.
       
    46 
       
    47 \def\isac{${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}
       
    48 \def\sisac{{\footnotesize${\cal I}\mkern-2mu{\cal S}\mkern-5mu{\cal AC}$}}
       
    49 
       
    50 \title[TODO] % (optional, use only with long paper titles)
       
    51 {TODO}
       
    52 
       
    53 \subtitle{TODO}
       
    54 
       
    55 \author[Rocnik] % (optional, use only with lots of authors)
       
    56 {Jan~Rocnik}
       
    57 % - Give the names in the same order as the appear in the paper.
       
    58 % - Use the \inst{?} command only if the authors have different
       
    59 %   affiliation.
       
    60 
       
    61 \institute % (optional, but mostly needed)
       
    62 {
       
    63   Technische Universit\"at Graz\\
       
    64   Institut f\"ur TODO
       
    65 }
       
    66 % - Use the \inst command only if there are several affiliations.
       
    67 % - Keep it simple, no one is interested in your street address.
       
    68 
       
    69 % \date[CFP 2003] % (optional, should be abbreviation of conference name)
       
    70 % {Conference on Fabulous Presentations, 2003}
       
    71 % - Either use conference name or its abbreviation.
       
    72 % - Not really informative to the audience, more for people (including
       
    73 %   yourself) who are reading the slides online
       
    74 
       
    75 % \subject{Theoretical Computer Science}
       
    76 % This is only inserted into the PDF information catalog. Can be left
       
    77 % out.
       
    78 
       
    79 
       
    80 
       
    81 % If you have a file called "university-logo-filename.xxx", where xxx
       
    82 % is a graphic format that can be processed by latex or pdflatex,
       
    83 % resp., then you can add a logo as follows:
       
    84 
       
    85 % \pgfdeclareimage[height=0.5cm]{university-logo}{university-logo-filename}
       
    86 % \logo{\pgfuseimage{university-logo}}
       
    87 
       
    88 
       
    89 
       
    90 % Delete this, if you do not want the table of contents to pop up at
       
    91 % the beginning of each subsection:
       
    92 \AtBeginSubsection[]
       
    93 {
       
    94   \begin{frame}<beamer>{Outline}
       
    95     \tableofcontents[currentsection,currentsubsection]
       
    96   \end{frame}
       
    97 }
       
    98 
       
    99 
       
   100 % If you wish to uncover everything in a step-wise fashion, uncomment
       
   101 % the following command:
       
   102 
       
   103 %\beamerdefaultoverlayspecification{<+->}
       
   104 
       
   105 
       
   106 \begin{document}
       
   107 
       
   108 \begin{frame}
       
   109   \titlepage
       
   110 \end{frame}
       
   111 
       
   112 \begin{frame}{Outline}
       
   113   \tableofcontents
       
   114   % You might wish to add the option [pausesections]
       
   115 \end{frame}
       
   116 
       
   117 
       
   118 % Structuring a talk is a difficult task and the following structure
       
   119 % may not be suitable. Here are some rules that apply for this
       
   120 % solution:
       
   121 
       
   122 % - Exactly two or three sections (other than the summary).
       
   123 % - At *most* three subsections per section.
       
   124 % - Talk about 30s to 2min per frame. So there should be between about
       
   125 %   15 and 30 frames, all told.
       
   126 
       
   127 % - A conference audience is likely to know very little of what you
       
   128 %   are going to talk about. So *simplify*!
       
   129 % - In a 20min talk, getting the main ideas across is hard
       
   130 %   enough. Leave out details, even if it means being less precise than
       
   131 %   you think necessary.
       
   132 % - If you omit details that are vital to the proof/implementation,
       
   133 %   just say so once. Everybody will be happy with that.
       
   134 
       
   135 \section[Fourier]{Fourier Transformation}
       
   136 \subsection[]{Fourier Reihenentwicklung}
       
   137 \begin{frame}\frametitle{TODO}
       
   138 TODO
       
   139 \end{frame}
       
   140 
       
   141 \subsection[]{Fourier Transformation}
       
   142 \begin{frame}\frametitle{Fourier Transformation Bsp 1}
       
   143 TODO
       
   144 \end{frame}
       
   145 
       
   146 \subsection[]{}
       
   147 \begin{frame}\frametitle{Fourier Transformation Bsp 2a}
       
   148 TODO
       
   149 \end{frame}
       
   150 
       
   151 \begin{frame}\frametitle{Fourier Transformation Bsp 2b}
       
   152 Aufgabenstellung von Bernhard
       
   153 \end{frame}
       
   154 
       
   155 \begin{frame}\frametitle{Fourier Transformation Bsp 2b}
       
   156 \footnotesize{
       
   157 \begin{tabbing}
       
   158 000\=\kill
       
   159 01 \> ${\cal F}\;(x(t-2)) =$\\
       
   160       \`${\cal F}\;(x(t-T)) = e^{-j\cdot\omega\cdot T}\cdot X\;j\cdot\omega$\\
       
   161 02 \> $e^{-j\cdot\omega\cdot 2}\cdot X\;(j\cdot\omega)$\\
       
   162       \`definition $X\;(j\cdot\omega)$\\
       
   163 03 \> $e^{-j\cdot\omega\cdot 2}\cdot \int_{-\infty}^\infty x\;t\;\cdot e^{-j\cdot\omega\cdot t} d t$\\
       
   164       \` $x\;t = 1\;{\it for}\;\{x.\;-1\leq t\;\land\;t\leq 1\}\;{\it and}\;x\;t=0\;{\it otherwise}$\\
       
   165 04 \> $e^{-j\cdot\omega\cdot 2}\cdot \int_{-1}^1 1\cdot e^{-j\cdot\omega\cdot t} d t$\\
       
   166       \` $\int_a^b f\;t\;dt = \int f\;t\;dt\;|_a^b$\\
       
   167 05 \> $e^{-j\cdot\omega\cdot 2}\cdot \int 1\cdot e^{-j\cdot\omega\cdot t} d t\;|_{-1}^1$\\
       
   168       \` $\int e^{a\cdot t} = \frac{1}{a}\cdot e^{a\cdot t}$\\
       
   169 06 \> $e^{-j\cdot\omega\cdot 2}\cdot (\frac{1}{-j\cdot\omega}\cdot e^{-j\cdot\omega\cdot t} \;|_{-1}^1)$\\
       
   170       \` $f\;t\;|_a^b = f\;b-f\;a$\\
       
   171 07 \> $e^{-j\cdot\omega\cdot 2}\cdot (\frac{1}{-j\cdot\omega}\cdot e^{-j\cdot\omega\cdot 1} -  \frac{1}{-j\cdot\omega}\cdot e^{-j\cdot\omega\cdot -1})$\\
       
   172 \vdots\` simplification+factorization in $\cal C$\\
       
   173 08 \> $e^{-j\cdot\omega\cdot 2}\cdot \frac{1}{-j\cdot\omega}\cdot(e^{j\cdot\omega} - e^{-j\cdot\omega})$\\
       
   174       \` trick~!\\
       
   175 09 \> $e^{-j\cdot\omega\cdot 2}\cdot \frac{1}{\omega}\cdot(\frac{-e^{j\cdot\omega} + e^{-j\cdot\omega}}{j})$\\
       
   176       \` table\\
       
   177 10 \> $e^{-j\cdot\omega\cdot 2}\cdot 2\cdot\frac{\sin\;\omega}{\omega}$
       
   178 \end{tabbing}
       
   179 }
       
   180 \end{frame}
       
   181 
       
   182 \begin{frame}\frametitle{Fourier Transformation Bsp 2b}
       
   183 Voraussetzungen
       
   184 
       
   185 
       
   186 \end{frame}
       
   187 
       
   188 \begin{frame}\frametitle{Fourier Transformation Bsp 2b - Tabelle}
       
   189 TODO
       
   190 \end{frame}
       
   191 
       
   192 \section[]{Faltung}
       
   193 %\subsection[Isabelle \& \isac]{Isabelle and \isac}
       
   194 \begin{frame}\frametitle{TODO}
       
   195 TODO
       
   196 \end{frame}
       
   197 
       
   198 \section[]{Inverse ${\cal Z}$ Transformation}
       
   199 %\subsection[Isabelle \& \isac]{Isabelle and \isac}
       
   200 \begin{frame}\frametitle{TODO}
       
   201 TODO
       
   202 \end{frame}
       
   203 
       
   204 \section[]{Indextranformation}
       
   205 %\subsection[Isabelle \& \isac]{Isabelle and \isac}
       
   206 \begin{frame}\frametitle{TODO}
       
   207 TODO
       
   208 \end{frame}
       
   209 
       
   210 
       
   211 \end{document}
       
   212 
       
   213