diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/beamer/solutions')
9 files changed, 1848 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.de.tex b/Master/texmf-dist/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.de.tex new file mode 100644 index 00000000000..7f602b73475 --- /dev/null +++ b/Master/texmf-dist/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.de.tex @@ -0,0 +1,293 @@ +% $Header$ + +\documentclass{beamer} + +% Diese Datei enthält eine Lösungsvorlage für: + +% - Vorträge bei einer (deutschsprachigen) Konferenz/einem Kolloquium. +% - Vortragslänge von etwa 20 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 wie im Tagunsband angegeben\\ (u.U.\ also englisch)} + +\subtitle +{Untertitel nur angeben, wenn es einen im Tagungsband gibt} + +\author[Autor, Anders] % (optional, nur bei vielen Autoren) +{F.~Autor\inst{1} \and S.~Anders\inst{2}} +% - Namen müssen in derselben Reihenfolge wie im Papier erscheinen. +% - 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[KPT 2003] % (optional, sollte der abgekürzte Konferenzname sein) +{Konferenz über Präsentationstechniken, 2004} +% - Vollee oder abgekürzter Name sind möglich. +% - Dieser Eintrag ist nicht für das Publikum gedacht (das weiß +% nämlich, bei welcher Konferenz es ist), sondern für Leute, die die +% Folien später lesen. + +\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} + + + +% Einen Vortrag zu strukturieren ist nicht immer einfach. Die +% nachfolgende Struktur kann unangemessen sein. Hier ein paar Regeln, +% die für diese Lösungsvorlage gelten: + +% - 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. + +% - Konferenzteilnehmer wissen oft wenig von der Materie des +% Vortrags. Deshalb: vereinfachen! +% - In 20 Minuten ist es schon schwer genug, die Hauptbotschaft zu +% vermitteln. Deshalb sollten Details ausgelassen werden, selbst +% wenn dies zu Ungenauigkeiten oder Halbwahrheiten führt. +% - Falls man Details weglässt, die eigentlich wichtig für einen +% Beweis/Implementation sind, so sagt man dies einmal nüchtern. Alle +% werden damit glücklich sein. + +\section{Motivation} + +\subsection{Das behandelte Problem} + +\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{Frühere Arbeiten} + +\begin{frame}{Überschriften müssen informativ sein.} +\end{frame} + +\begin{frame}{Überschriften müssen informativ sein.} +\end{frame} + + +\section{Unsere Resultate/Beitrag} + +\subsection{Hauptresultate} + +\begin{frame}{Überschriften müssen informativ sein.} +\end{frame} + +\begin{frame}{Überschriften müssen informativ sein.} +\end{frame} + +\begin{frame}{Überschriften müssen informativ sein.} +\end{frame} + + + +\subsection{Beweis-/Implementationsideen} + +\begin{frame}{Überschriften müssen informativ sein.} +\end{frame} + +\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} + + + +% Alles nachfolgende ist optional und typischerweise nicht nötig. +\appendix +\section<presentation>*{\appendixname} +\subsection<presentation>*{Weiterführende Literatur} + +\begin{frame}[allowframebreaks] + \frametitle<presentation>{Weiterführende Literatur} + + \begin{thebibliography}{10} + + \beamertemplatebookbibitems + % Anfangen sollte man mit Übersichtswerken. + + \bibitem{Autor1990} + A.~Autor. + \newblock {\em Einführung in das Präsentationswesen}. + \newblock Klein-Verlag, 1990. + + + \beamertemplatearticlebibitems + % Vertiefende Literatur kommt später. Die Liste sollte kurz sein. + + \bibitem{Jemand2000} + S.~Jemand. + \newblock On this and that. + \newblock {\em Journal of This and That}, 2(1):50--100, 2000. + \end{thebibliography} +\end{frame} + +\end{document} + + diff --git a/Master/texmf-dist/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.en.tex b/Master/texmf-dist/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.en.tex new file mode 100644 index 00000000000..6b9195dc674 --- /dev/null +++ b/Master/texmf-dist/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.en.tex @@ -0,0 +1,285 @@ +% $Header$ + +\documentclass{beamer} + +% This file is a solution template for: + +% - Talk at a conference/colloquium. +% - Talk length is about 20min. +% - 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) +{Title As It Is In the Proceedings} + +\subtitle +{Include Only If Paper Has a Subtitle} + +\author[Author, Another] % (optional, use only with lots of authors) +{F.~Author\inst{1} \and S.~Another\inst{2}} +% - Give the names in the same order as the appear in the paper. +% - 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[CFP 2003] % (optional, should be abbreviation of conference name) +{Conference on Fabulous Presentations, 2003} +% - Either use conference name or its abbreviation. +% - Not really informative to the audience, more for people (including +% yourself) who are reading the slides online + +\subject{Theoretical Computer Science} +% 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} + + +% Structuring a talk is a difficult task and the following structure +% may not be suitable. Here are some rules that apply for this +% solution: + +% - 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. + +% - A conference audience is likely to know very little of what you +% are going to talk about. So *simplify*! +% - In a 20min talk, getting the main ideas across is hard +% enough. Leave out details, even if it means being less precise than +% you think necessary. +% - If you omit details that are vital to the proof/implementation, +% just say so once. Everybody will be happy with that. + +\section{Motivation} + +\subsection{The Basic Problem That We Studied} + +\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{Previous Work} + +\begin{frame}{Make Titles Informative.} +\end{frame} + +\begin{frame}{Make Titles Informative.} +\end{frame} + + + +\section{Our Results/Contribution} + +\subsection{Main Results} + +\begin{frame}{Make Titles Informative.} +\end{frame} + +\begin{frame}{Make Titles Informative.} +\end{frame} + +\begin{frame}{Make Titles Informative.} +\end{frame} + + +\subsection{Basic Ideas for Proofs/Implementation} + +\begin{frame}{Make Titles Informative.} +\end{frame} + +\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} + + + +% All of the following is optional and typically not needed. +\appendix +\section<presentation>*{\appendixname} +\subsection<presentation>*{For Further Reading} + +\begin{frame}[allowframebreaks] + \frametitle<presentation>{For Further Reading} + + \begin{thebibliography}{10} + + \beamertemplatebookbibitems + % Start with overview books. + + \bibitem{Author1990} + A.~Author. + \newblock {\em Handbook of Everything}. + \newblock Some Press, 1990. + + + \beamertemplatearticlebibitems + % Followed by interesting articles. Keep the list short. + + \bibitem{Someone2000} + S.~Someone. + \newblock On this and that. + \newblock {\em Journal of This and That}, 2(1):50--100, + 2000. + \end{thebibliography} +\end{frame} + +\end{document} + + diff --git a/Master/texmf-dist/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.fr.tex b/Master/texmf-dist/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.fr.tex new file mode 100644 index 00000000000..cf7d86018bb --- /dev/null +++ b/Master/texmf-dist/doc/latex/beamer/solutions/conference-talks/conference-ornate-20min.fr.tex @@ -0,0 +1,297 @@ +% /solutions/conference-talks/conference-ornate-20min.fr.tex, 22/02/2006 De Sousa + +\documentclass{beamer} + +% Ce fichier est un exemple d'exposé + +% - pour des conférences, +% - d'une durée approximative de 20 minutes, +% - avec 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 {ne compléter que si l'article possède un sous-titre} + +\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[CFP 2006] % (facultatif, peut être une abréviation du nom de la conférence) +{Conférence sur les Fantastiques Présentations, 2006} +% - Utilisez à la fois le nom de la conférence et son abréviation. +% - N'a pas réellement d'importance pour l'assistance qui sera présente lors de la conférence, +% mais en a surtout pour les personnes (y compris vous-même) qui liront les transparents en ligne. + +\subject{La théorie de l'Informatique} +% 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} + + +% Structurer l'entretien est une tâche difficile et la structure suivante +% pourrait ne pas convenir. Voici quelques règles à appliquer pour cet +% exemple ci : + +% - 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. + +% - Le public d'une conférence connaîtra probablement peu de chose sur le sujet +% que vous serez en train de traiter. Donc, *simplifiez* ! +% - Dans un exposé de 20 minutes, garder à l'esprit les idées principales est largement +% suffisant pour votre assistance. Laissez tomber certains détails, même s'ils vous +% semblent nécessaires. +% - Si vous omettez un détail qui est vital pour une preuve/mise en oeuvre, +% dites le simplement une fois. Ce sera suffisant pour tout le monde. + +\section{Motivation} + +\subsection{Le problème étudié} + +\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{Travail préalable} + +\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{Nos résultats/contribution} + +\subsection{Principaux résultats} + +\begin{frame}{Faîtes des titres qui informent.} + + {\scshape Beamer} possèdent plusieurs thèmes différents... +\end{frame} + +\begin{frame}{Faîtes des titres qui informent.} + + Merci à Till Tantau pour {\scshape Beamer} et son manuel. +\end{frame} + +\begin{frame}{Faîtes des titres qui informent.} + + Toute la puissance de \LaTeX{} pour créer des présentations. +\end{frame} + + +\subsection{Idées de bases pour les preuves} + +\begin{frame}{Faîtes des titres qui informent.} + + Une idée... +\end{frame} + +\begin{frame}{Faîtes des titres qui informent.} + + Une autre... +\end{frame} + +\begin{frame}{Faîtes des titres qui informent.} + + Et une dernière... +\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} + + + +% Tout ce qui suit est facultatif et n'est typiquement pas nécessaire. +\appendix +\section<presentation>*{\appendixname} +\subsection<presentation>*{Lectures complémentaires} + +\begin{frame}[allowframebreaks] + \frametitle<presentation>{Lectures complémentaires} + + \begin{thebibliography}{10} + + \beamertemplatebookbibitems + % Commencer avec des livres (image d'un livre insérée) + + \bibitem{Auteur1990} + A.~Auteur. + \newblock {\em Livre de quelque chose}. + \newblock Une Edition, 1990. + + + \beamertemplatearticlebibitems + % Et continuer avec les articles (image d'un article incluse). Faîtes une liste brève. + + \bibitem{Quelqu'un2000} + S.~Quelqu'un. + \newblock Et ceci et cela. + \newblock {\em Journal de ceci et cela}, 2(1):50--100, + 2000. + \end{thebibliography} +\end{frame} + +\end{document} 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} diff --git a/Master/texmf-dist/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.de.tex b/Master/texmf-dist/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.de.tex new file mode 100644 index 00000000000..a64b6e3ac4c --- /dev/null +++ b/Master/texmf-dist/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.de.tex @@ -0,0 +1,106 @@ +% $Header$ + +\documentclass{beamer} + +% Diese Datei enthält eine Lösungsvorlage für: + +% - Das Vorstellen des nächsten Sprechers. +% - Vortragslänge von ca. zwei 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. + + +\setbeamertemplate{background canvas}[vertical shading][bottom=white,top=structure.fg!25] +% Oder was auch immer. + +\usetheme{Warsaw} +\setbeamertemplate{headline}{} +\setbeamertemplate{footline}{} +\setbeamersize{text margin left=0.5cm} + +\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. + + + +\begin{document} + +\begin{frame}{Name der/des Vortragenden}{Über unsere(n) nächste(n) Vortragende(n)} + + \begin{itemize} + \item + Derzeitige Stellung(en) von Name der/des Vortragenden + + % Beispiele: + \begin{itemize} + \item + Professor für Mathematik, Universität Irgendwo. + \item + Juniorpartner bei Firma X. + \item + Sprecher der Organisation X / des Projekts X. + \end{itemize} + \item + Erfahrungen und Erfolge + % Optional. Sollte nur gebracht werden, wenn es angemessen + % erscheint, dem Vortragenden leicht zu schmeicheln; was + % beispielsweise bei eingeladenen Vortragenden der Fall ist. + % Die Unterpunkte sollten den Sprecher interessant und kompetent + % erscheinen lassen. + + % Beispiele: + \begin{itemize} + \item + Falls passend, akademischer Grad + \item + Derzeitige und/oder vorherige Stellungen, eventuell mit Daten + \item + Publikationen (eventuell lediglich die Anzahl) + \item + Auszeichnungen, Preise + \end{itemize} + \item + In Bezug auf den heutigen Vortrag + % Optional. Sollte benutzt werden, um spezielle Erfahrungen / + % spezielles Wissen des Vortragenen speziell in Bezug auf den + % Vortrag aufzuzeigen -- falls diese Erfahrungen sich nicht + % bereits aus obigen Punkten ableiten lassen. + + % Beispiele: + \begin{itemize} + \item + Expertin/Experte, die/der seit X Monaten/Jahren in dem + Gebiet/Projekt arbeitet. + \item + Wird ihre/seine Forschung / die Forschung der Gruppe/Firma vorstellen. + \item + Wird einen Projektbericht/Projektstatus vorstellen. + \end{itemize} + \end{itemize} +\end{frame} + +\end{document} + + diff --git a/Master/texmf-dist/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.en.tex b/Master/texmf-dist/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.en.tex new file mode 100644 index 00000000000..35a654a3847 --- /dev/null +++ b/Master/texmf-dist/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.en.tex @@ -0,0 +1,102 @@ +% $Header$ + +\documentclass{beamer} + +% This file is a solution template for: + +% - Introducing another speaker. +% - Talk length is about 2min. +% - 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, the author grants the extra permission to freely +% copy and modify this file as you see fit and even to delete this +% copyright notice. + + +\setbeamertemplate{background canvas}[vertical shading][bottom=white,top=structure.fg!25] +% or whatever + +\usetheme{Warsaw} +\setbeamertemplate{headline}{} +\setbeamertemplate{footline}{} +\setbeamersize{text margin left=0.5cm} + +\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. + + + +\begin{document} + +\begin{frame}{Speaker's Name}{About Our Next Speaker} + + \begin{itemize} + \item + Current affiliation of Speaker's Name + + % Examples: + \begin{itemize} + \item + Professor of mathematics, University of Wherever. + \item + Junior partner at company X. + \item + Speaker for organization/project X. + \end{itemize} + \item + Experience and achievements + % Optional. Use this if it is appropriate to slightly flatter the + % speaker, for example if the speaker has been invited. + % Using subitems, list things that make the speaker look + % interesting and competent. + + % Examples: + \begin{itemize} + \item + Academic degree, but only if appropriate + \item + Current and/or previous positions, possibly with dates + \item + Publications (possibly just number of publications) + \item + Awards, prizes + \end{itemize} + \item + Concerning today's talk + % Optional. Use this to point out specific experiences/knowledge + % of the speaker that are important for the talk and that do not + % follow from the above. + + % Examples: + \begin{itemize} + \item + Expert who has worked in the field/project for X month/years. + \item + Will present his/her/group's/company's research on the subject. + \item + Will summarize project report or current project status. + \end{itemize} + \end{itemize} +\end{frame} + +\end{document} + + diff --git a/Master/texmf-dist/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.fr.tex b/Master/texmf-dist/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.fr.tex new file mode 100644 index 00000000000..d7b3969d12d --- /dev/null +++ b/Master/texmf-dist/doc/latex/beamer/solutions/short-talks/speaker_introduction-ornate-2min.fr.tex @@ -0,0 +1,102 @@ +% /solutions/conference-talks/conference-ornate-20min.fr.tex, 22/02/2006 De Sousa + +\documentclass{beamer} + +% Ce fichier est un exemple-type pour : + +% - Introduire un autre conférencier +% - une durée de parole d'approximativement 2 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. + + +\setbeamertemplate{background canvas}[vertical +shading][bottom=white,top=structure.fg!25] +% ou autre + +\usetheme{Warsaw} +\setbeamertemplate{headline}{} \setbeamertemplate{footline}{} +\setbeamersize{text margin left=0.5cm} + +\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. + + + +\begin{document} + +\begin{frame}{Nom du conférencier}{À propos du conférencier suivant} + + \begin{itemize} + \item + Affiliation actuelle du conférencier + + % Exemples: + \begin{itemize} + \item + Professeur de Mathématiques, Université de Quelque Part. + \item + Partenaire Junior de la Compagnie X + \item + Conférencier pour l'organisation/le projet X. + \end{itemize} + \item + Expérience et réalisation + % Facultatif. Utilisez ceci s'il est approprié de flatté légèrement le + % conférencier ; par exemple, s'il s'agit d'un invité. + % En utilisant des sous-item, la liste des choses faites par le conférencier + % paraît intéressante et suffisante. + + % Exemples: + \begin{itemize} + \item + Diplôme d'Académie, mais uniquement si c'est approprié + \item + Positions actuelles ou futures, éventuellement avec les dates + \item + Publications (éventuellement juste le nombre de publications) + \item + Récompenses, prix + \end{itemize} + \item + Concernant le sujet d'aujourd'hui + % Facultatif. Il est important pour l'exposé d'utiliser ce point en dehors des toutes + % expériences/connaissances spécifiques du conférencier et de ne pas poursuivre ce qui + % a été indiqué plus haut. + + % Exemples: + \begin{itemize} + \item + Expert qui a travaillé sur le projet durant X mois/année. + \item + Va présenter les recherches de son groupe/sa compagnie sur le + sujet. + \item + Va résumer le rapport du projet ou le statut actuel du projet. + \end{itemize} + \end{itemize} +\end{frame} + +\end{document} |