summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/beamer/solutions/generic-talks
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamer/solutions/generic-talks')
-rw-r--r--Master/texmf-dist/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.de.tex226
-rw-r--r--Master/texmf-dist/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.en.tex216
-rw-r--r--Master/texmf-dist/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.fr.tex221
3 files changed, 663 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.de.tex b/Master/texmf-dist/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.de.tex
new file mode 100644
index 00000000000..ea2729cd8cc
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.de.tex
@@ -0,0 +1,226 @@
+% $Header$
+
+\documentclass{beamer}
+
+% Diese Datei enthält eine Lösungsvorlage für:
+
+
+% - Vorträge über ein beliebiges Thema.
+% - Vortragslänge zwischen 15 und 45 Minuten.
+% - Aussehen des Vortrags ist verschnörkelt/dekorativ.
+
+
+
+% Copyright 2004 by Till Tantau <tantau@users.sourceforge.net>.
+%
+% In principle, this file can be redistributed and/or modified under
+% the terms of the GNU Public License, version 2.
+%
+% However, this file is supposed to be a template to be modified
+% for your own needs. For this reason, if you use this file as a
+% template and not specifically distribute it as part of a another
+% package/program, I grant the extra permission to freely copy and
+% modify this file as you see fit and even to delete this copyright
+% notice.
+
+
+
+\mode<presentation>
+{
+ \usetheme{Warsaw}
+ % oder ...
+
+ \setbeamercovered{transparent}
+ % oder auch nicht
+}
+
+
+\usepackage[german]{babel}
+% oder was auch immer
+
+\usepackage[latin1]{inputenc}
+% oder was auch immer
+
+\usepackage{times}
+\usepackage[T1]{fontenc}
+% Oder was auch immer. Zu beachten ist, das Font und Encoding passen
+% müssen. Falls T1 nicht funktioniert, kann man versuchen, die Zeile
+% mit fontenc zu löschen.
+
+
+\title[Kurzversion des Titels] % (optional, nur bei langen Titeln nötig)
+{Titel}
+
+\subtitle
+{Untertitel} % (optional)
+
+\author[Autor, Anders] % (optional, nur bei vielen Autoren)
+{F.~Autor\inst{1} \and S.~Anders\inst{2}}
+% - Der \inst{?} Befehl sollte nur verwendet werden, wenn die Autoren
+% unterschiedlichen Instituten angehören.
+
+\institute[Universitäten Hier und Dort] % (optional, aber oft nötig)
+{
+ \inst{1}%
+ Institut für Informatik\\
+ Universität Hier
+ \and
+ \inst{2}%
+ Institut für theoretische Philosophie\\
+ Universität Dort}
+% - Der \inst{?} Befehl sollte nur verwendet werden, wenn die Autoren
+% unterschiedlichen Instituten angehören.
+% - Keep it simple, niemand interessiert sich für die genau Adresse.
+
+\date[Kurzversion des Anlass] % (optional)
+{Datum / Anlass}
+
+
+\subject{Informatik}
+% Dies wird lediglich in den PDF Informationskatalog einfügt. Kann gut
+% weggelassen werden.
+
+
+% Falls eine Logodatei namens "university-logo-filename.xxx" vorhanden
+% ist, wobei xxx ein von latex bzw. pdflatex lesbares Graphikformat
+% ist, so kann man wie folgt ein Logo einfügen:
+
+% \pgfdeclareimage[height=0.5cm]{university-logo}{university-logo-filename}
+% \logo{\pgfuseimage{university-logo}}
+
+
+
+% Folgendes sollte gelöscht werden, wenn man nicht am Anfang jedes
+% Unterabschnitts die Gliederung nochmal sehen möchte.
+\AtBeginSubsection[]
+{
+ \begin{frame}<beamer>{Gliederung}
+ \tableofcontents[currentsection,currentsubsection]
+ \end{frame}
+}
+
+
+% Falls Aufzählungen immer schrittweise gezeigt werden sollen, kann
+% folgendes Kommando benutzt werden:
+
+%\beamerdefaultoverlayspecification{<+->}
+
+
+
+\begin{document}
+
+\begin{frame}
+ \titlepage
+\end{frame}
+
+\begin{frame}{Gliederung}
+ \tableofcontents
+ % Die Option [pausesections] könnte nützlich sein.
+\end{frame}
+
+
+
+% Da dies ein Vorlage für beliebige Vorträge ist, lassen sich kaum
+% allgemeine Regeln zur Strukturierung angeben. Da die Vorlage für
+% einen Vortrag zwischen 15 und 45 Minuten gedacht ist, fährt man aber
+% mit folgenden Regeln oft gut.
+
+% - Es sollte genau zwei oder drei Abschnitte geben (neben der
+% Zusammenfassung).
+% - *Höchstens* drei Unterabschnitte pro Abschnitt.
+% - Pro Rahmen sollte man zwischen 30s und 2min reden. Es sollte also
+% 15 bis 30 Rahmen geben.
+
+
+
+\section{Einleitung}
+
+\subsection[Kurzversion des ersten Unterabschnittstitels]
+{Erster Unterabschnittstitel}
+
+\begin{frame}{Überschriften müssen informativ sein.\\
+ Korrekte Groß-/Kleinschreibung beachten.}{Untertitel sind optional.}
+ % - Eine Überschrift fasst einen Rahmen verständlich zusammen. Man
+ % muss sie verstehen können, selbst wenn man nicht den Rest des
+ % Rahmens versteht.
+
+ \begin{itemize}
+ \item
+ Viel \texttt{itemize} benutzen.
+ \item
+ Sehr kurze Sätze oder Satzglieder verwenden.
+ \end{itemize}
+\end{frame}
+
+\begin{frame}{Überschriften müssen informativ sein.}
+
+ Man kann Overlays erzeugen\dots
+ \begin{itemize}
+ \item mit dem \texttt{pause}-Befehl:
+ \begin{itemize}
+ \item
+ Erster Punkt.
+ \pause
+ \item
+ Zweiter Punkt.
+ \end{itemize}
+ \item
+ mittels Overlay-Spezifikationen:
+ \begin{itemize}
+ \item<3->
+ Erster Punkt.
+ \item<4->
+ Zweiter Punkt.
+ \end{itemize}
+ \item
+ mit dem allgemeinen \texttt{uncover}-Befehl:
+ \begin{itemize}
+ \uncover<5->{\item
+ Erster Punkt.}
+ \uncover<6->{\item
+ Zweiter Punkt.}
+ \end{itemize}
+ \end{itemize}
+\end{frame}
+
+
+\subsection{Zweiter Unterabschnittstitel}
+
+\begin{frame}{Überschriften müssen informativ sein.}
+\end{frame}
+
+\begin{frame}{Überschriften müssen informativ sein.}
+\end{frame}
+
+\section*{Zusammenfassung}
+
+\begin{frame}{Zusammenfassung}
+
+ % Die Zusammenfassung sollte sehr kurz sein.
+ \begin{itemize}
+ \item
+ Die \alert{erste Hauptbotschaft} des Vortrags in ein bis zwei Zeilen.
+ \item
+ Die \alert{zweite Hauptbotschaft} des Vortrags in ein bis zwei Zeilen.
+ \item
+ Eventuell noch eine \alert{dritte Botschaft}, aber nicht noch mehr.
+ \end{itemize}
+
+ % Der folgende Ausblick ist optional.
+ \vskip0pt plus.5fill
+ \begin{itemize}
+ \item
+ Ausblick
+ \begin{itemize}
+ \item
+ Etwas, was wir noch nicht lösen konnten.
+ \item
+ Nochwas, das wir noch nicht lösen konnten.
+ \end{itemize}
+ \end{itemize}
+\end{frame}
+
+
+\end{document}
+
+
diff --git a/Master/texmf-dist/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.en.tex b/Master/texmf-dist/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.en.tex
new file mode 100644
index 00000000000..a07a6f15df0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.en.tex
@@ -0,0 +1,216 @@
+% $Header$
+
+\documentclass{beamer}
+
+% This file is a solution template for:
+
+% - Giving a talk on some subject.
+% - The talk is between 15min and 45min long.
+% - Style is ornate.
+
+
+
+% Copyright 2004 by Till Tantau <tantau@users.sourceforge.net>.
+%
+% In principle, this file can be redistributed and/or modified under
+% the terms of the GNU Public License, version 2.
+%
+% However, this file is supposed to be a template to be modified
+% for your own needs. For this reason, if you use this file as a
+% template and not specifically distribute it as part of a another
+% package/program, I grant the extra permission to freely copy and
+% modify this file as you see fit and even to delete this copyright
+% notice.
+
+
+\mode<presentation>
+{
+ \usetheme{Warsaw}
+ % or ...
+
+ \setbeamercovered{transparent}
+ % or whatever (possibly just delete it)
+}
+
+
+\usepackage[english]{babel}
+% or whatever
+
+\usepackage[latin1]{inputenc}
+% or whatever
+
+\usepackage{times}
+\usepackage[T1]{fontenc}
+% Or whatever. Note that the encoding and the font should match. If T1
+% does not look nice, try deleting the line with the fontenc.
+
+
+\title[Short Paper Title] % (optional, use only with long paper titles)
+{Presentation Title}
+
+\subtitle
+{Presentation Subtitle} % (optional)
+
+\author[Author, Another] % (optional, use only with lots of authors)
+{F.~Author\inst{1} \and S.~Another\inst{2}}
+% - Use the \inst{?} command only if the authors have different
+% affiliation.
+
+\institute[Universities of Somewhere and Elsewhere] % (optional, but mostly needed)
+{
+ \inst{1}%
+ Department of Computer Science\\
+ University of Somewhere
+ \and
+ \inst{2}%
+ Department of Theoretical Philosophy\\
+ University of Elsewhere}
+% - Use the \inst command only if there are several affiliations.
+% - Keep it simple, no one is interested in your street address.
+
+\date[Short Occasion] % (optional)
+{Date / Occasion}
+
+\subject{Talks}
+% This is only inserted into the PDF information catalog. Can be left
+% out.
+
+
+
+% If you have a file called "university-logo-filename.xxx", where xxx
+% is a graphic format that can be processed by latex or pdflatex,
+% resp., then you can add a logo as follows:
+
+% \pgfdeclareimage[height=0.5cm]{university-logo}{university-logo-filename}
+% \logo{\pgfuseimage{university-logo}}
+
+
+
+% Delete this, if you do not want the table of contents to pop up at
+% the beginning of each subsection:
+\AtBeginSubsection[]
+{
+ \begin{frame}<beamer>{Outline}
+ \tableofcontents[currentsection,currentsubsection]
+ \end{frame}
+}
+
+
+% If you wish to uncover everything in a step-wise fashion, uncomment
+% the following command:
+
+%\beamerdefaultoverlayspecification{<+->}
+
+
+\begin{document}
+
+\begin{frame}
+ \titlepage
+\end{frame}
+
+\begin{frame}{Outline}
+ \tableofcontents
+ % You might wish to add the option [pausesections]
+\end{frame}
+
+
+% Since this a solution template for a generic talk, very little can
+% be said about how it should be structured. However, the talk length
+% of between 15min and 45min and the theme suggest that you stick to
+% the following rules:
+
+% - Exactly two or three sections (other than the summary).
+% - At *most* three subsections per section.
+% - Talk about 30s to 2min per frame. So there should be between about
+% 15 and 30 frames, all told.
+
+\section{Introduction}
+
+\subsection[Short First Subsection Name]{First Subsection Name}
+
+\begin{frame}{Make Titles Informative. Use Uppercase Letters.}{Subtitles are optional.}
+ % - A title should summarize the slide in an understandable fashion
+ % for anyone how does not follow everything on the slide itself.
+
+ \begin{itemize}
+ \item
+ Use \texttt{itemize} a lot.
+ \item
+ Use very short sentences or short phrases.
+ \end{itemize}
+\end{frame}
+
+\begin{frame}{Make Titles Informative.}
+
+ You can create overlays\dots
+ \begin{itemize}
+ \item using the \texttt{pause} command:
+ \begin{itemize}
+ \item
+ First item.
+ \pause
+ \item
+ Second item.
+ \end{itemize}
+ \item
+ using overlay specifications:
+ \begin{itemize}
+ \item<3->
+ First item.
+ \item<4->
+ Second item.
+ \end{itemize}
+ \item
+ using the general \texttt{uncover} command:
+ \begin{itemize}
+ \uncover<5->{\item
+ First item.}
+ \uncover<6->{\item
+ Second item.}
+ \end{itemize}
+ \end{itemize}
+\end{frame}
+
+
+\subsection{Second Subsection}
+
+\begin{frame}{Make Titles Informative.}
+\end{frame}
+
+\begin{frame}{Make Titles Informative.}
+\end{frame}
+
+
+
+\section*{Summary}
+
+\begin{frame}{Summary}
+
+ % Keep the summary *very short*.
+ \begin{itemize}
+ \item
+ The \alert{first main message} of your talk in one or two lines.
+ \item
+ The \alert{second main message} of your talk in one or two lines.
+ \item
+ Perhaps a \alert{third message}, but not more than that.
+ \end{itemize}
+
+ % The following outlook is optional.
+ \vskip0pt plus.5fill
+ \begin{itemize}
+ \item
+ Outlook
+ \begin{itemize}
+ \item
+ Something you haven't solved.
+ \item
+ Something else you haven't solved.
+ \end{itemize}
+ \end{itemize}
+\end{frame}
+
+
+\end{document}
+
+
diff --git a/Master/texmf-dist/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.fr.tex b/Master/texmf-dist/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.fr.tex
new file mode 100644
index 00000000000..e75f14788db
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/beamer/solutions/generic-talks/generic-ornate-15min-45min.fr.tex
@@ -0,0 +1,221 @@
+% /solutions/conference-talks/conference-ornate-20min.fr.tex, 22/02/2006 De Sousa
+
+\documentclass{beamer}
+
+% Ce fichier est un exemple-type pour :
+
+% - donner un exposé sur un certain sujet
+% - une durée variant de 15 à 45 minutes
+% - un style ornemental.
+
+
+
+% Copyright 2004 by Till Tantau <tantau@users.sourceforge.net>.
+%
+% Traduction de Philippe De Sousa <philippejjg@free.fr>
+%
+% En principe, ce fichier peut être redistribué et/ou modifié conformément
+% aux termes de la GNU Public License, version 2.
+%
+% Cependant, ce fichier est supposé comme étant un "exemple-type" qui
+% peut être modifié selon vos propres besoins. Pour cette raison, si
+% vous utilisez ce fichier en tant qu' "exemple-type" et non
+% spécifiquement pour le distribuer en tant que partie d'un package ou
+% programme, je vous donne la permission exceptionnelle de copier
+% librement et de modifier ce fichier et même d'effacer ce message de
+% copyright.
+
+
+
+\mode<presentation> {
+ \usetheme{Warsaw}
+ % ou autre ...
+
+ \setbeamercovered{transparent}
+ % ou autre chose (il est également possible de supprimer cette ligne)
+}
+
+
+\usepackage[french]{babel}
+% or autre comme par exemple \usepackage[english]{babel}
+
+\usepackage[latin1]{inputenc}
+% or autre
+
+\usepackage{times}
+\usepackage[T1]{fontenc}
+% Or autre. Notez que le codage et la fonte doivent être assortis. Si T1
+% ne paraît pas très esthétique, essayer d'effacer la ligne contenant fontenc.
+
+
+\title[Titre court] % (facultatif, à utiliser uniquement si le titre de l'article est trop long)
+{Très long titre qui prend de la place}
+
+\subtitle {Sous-titre de la présentation}
+
+\author[Auteur, Lautre] % (facultatif, à utiliser seulement avec plusieurs auteurs)
+{F.~Auteur\inst{1} \and S.~Lautre\inst{2}}
+% - Composez les noms dans l'ordre dans lequel ils apparaîtrons dans l'article
+% - Utilisez la commande \inst{?} uniquement si les auteurs ont des affiliations
+% différentes.
+
+\institute[Universités de Quelque Part et d'Ailleurs] % (facultatif mais généralement nécessaire)
+{
+ \inst{1}%
+ Département d'Informatique\\
+ Université de Quelque Part
+ \and
+ \inst{2}%
+ Département de Philosophie Théorique\\
+ Université d'Ailleurs}
+% - Utilisez la commande \inst uniquement s'il y a plusieurs affectations
+% - Faîtes quelque chose de simple, personne ne s'intéresse à votre adresse.
+
+\date[Version courte] % (facultatif)
+{Date / Occasion}
+
+\subject{Exposé}
+% Inséré uniquement dans la page d'information du fichier PDF. Peut être
+% supprimé.
+
+
+
+% Si vous avez un fichier nommé "université-logo-nomfichier.xxx", où xxx
+% est un format graphique accepté par latex ou pdflatex (comme par exemple .png),
+% alors vous pouvez insérer votre logo ainsi :
+
+% \pgfdeclareimage[height=0.5cm]{le-logo}{université-logo-nomfichier}
+% \logo{\pgfuseimage{le-logo}}
+
+
+
+% À supprimer si vous ne voulez pas que la table des matières apparaisse
+% au début de chaque sous-section :
+
+\AtBeginSubsection[] {
+ \begin{frame}<beamer>{Lignes directrices}
+ \tableofcontents[currentsection,currentsubsection]
+ \end{frame}
+}
+
+
+% Si vous souhaitez recouvrir vos transparents un à un,
+% utilisez la commande suivante (pour plus d'info, voir la page 74 du manuel
+% d'utilisation de Beamer (version 3.06) par Till Tantau) :
+
+%\beamerdefaultoverlayspecification{<+->}
+
+
+\begin{document}
+
+\begin{frame}
+ \titlepage
+\end{frame}
+
+\begin{frame}{Lignes directrices}
+ \tableofcontents
+ % Vous pouvez, si vous le souhaiter ajouter l'option [pausesections]
+\end{frame}
+
+
+% Puisqu'il s'agit d'un exemple-type pour un exposé d'ordre général, peu de choses
+% peuvent être dites concernant sa structure. Cependant, la durée varie de 15 minutes
+% à 45 minutes et le thème vous suggère de suivre les règles suivantes :
+
+% - Avoir exactement deux ou trois sections (autre que la table des matières).
+% - Tout au plus trois sous-sections par section
+% - Parlez approximativement entre 30 secondes et 2 minutes par transparent. Il
+% devrait donc y avoir entre 15 et 30 transparents, tous ayant été commentés.
+
+\section{Introduction}
+
+\subsection[Court titre s-section]{Un très long titre de sous-section.}
+
+\begin{frame}{Faîtes des titres qui informent.}{Les sous-titres sont facultatifs.}
+ % - Le titre doit résumer le transparent dans un langage compréhensible
+ % par tous ceux qui ne suivront rien de ce qu'il y a sur ce transparent.
+
+ \begin{itemize}
+ \item Utilisez \texttt{itemize} à volonté.
+ \item Utilisez des phrases très courtes et de courtes expressions.
+ \end{itemize}
+\end{frame}
+
+\begin{frame}{Faîtes des titres qui informent}
+
+ Vous pouvez créer des recouvrements\dots
+ \begin{itemize}
+ \item en utilisant la commande \texttt{pause} :
+ \begin{itemize}
+ \item
+ Premier item.
+ \pause
+ \item
+ Second item.
+ \end{itemize}
+ \item
+ en utilisant les spécifications des recouvrements
+ \begin{itemize}
+ \item<3->
+ Premier item.
+ \item<4->
+ Second item.
+ \end{itemize}
+ \item
+ en utilisant en général la commande \texttt{uncover} :
+ \begin{itemize}
+ \uncover<5->{\item
+ Premier item.}
+ \uncover<6->{\item
+ Second item.}
+ \end{itemize}
+ \end{itemize}
+\end{frame}
+
+
+\subsection{Deuxième sous-section}
+
+\begin{frame}{Faîtes des titres qui informent.}
+
+ {\scshape Beamer}, c'est vraiment super !
+\end{frame}
+
+\begin{frame}{Faîtes des titres qui informent.}
+
+ {\scshape Beamer}, c'est vraiment génial !
+\end{frame}
+
+
+
+\section*{Résumé}
+
+\begin{frame}{Résumé}
+
+ % Faîtes un résumé *très court*.
+ \begin{itemize}
+ \item
+ Le \alert{premier message principal} de l'exposé en une ligne ou
+ deux.
+ \item
+ Le \alert{deuxième message principal} de l'exposé en une ligne ou
+ deux.
+ \item
+ Peut-être un \alert{troisième message}, mais pas plus que ça.
+ \end{itemize}
+
+ % Les perspectives suivantes sont facultatives.
+ \vskip0pt plus.5fill
+ \begin{itemize}
+ \item
+ Perspectives
+ \begin{itemize}
+ \item
+ Problème non résolu.
+ \item
+ Autre problème non résolu.
+ \end{itemize}
+ \end{itemize}
+\end{frame}
+
+
+\end{document}