User:~Pyb/Presentations/2007-10-19 WS


\documentclass{beamer}

% Copyright 2004      by Till Tantau  <tantau@users.sourceforge.net>.
%       and 2005-2006 by Jorg Cassens <jorg.cassens@idi.ntnu.no>
%
% 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.

% Describing beamerthemeTrondheim version 2006/08/23

% If you have more than three sections or more than three subsections in at least one section,
% you might want to use the [compress] switch. In this case, only the current (sub-) section
% is displayed in the header and not the full overview.


\mode<presentation>
{
  %\usetheme{Trondheim}
  \usetheme[blue,compress,mylogo]{Trondheim}
%  \usetheme{Warsaw}

  \usefonttheme[onlymath]{serif}
  % \useoutertheme{infolines}
  % or whatever

  \setbeamercovered{transparent}
  % or whatever (possibly just delete it)
}

\usepackage{tikz}
% you only need this when using TikZ graphics

\usepackage{multimedia}
% you probably want to comment this out if not using multimedia elements

\usepackage{hyperref}

\usepackage{multirow}

\usepackage[francais]{babel}
% or whatever

\usepackage[latin1]{inputenc}
% or whatever

\usepackage{mathptmx}
\usepackage{helvet}
\usepackage{courier}

%\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 [Wikipédia et les projets de diffusion libre de la connaissance]%
{	Wikipédia et les projets de diffusion libre de la connaissance}

% \subtitle
% {Include Only If Paper Has a Subtitle}

\author{Pierre Yves Beaudouin}

% Till Tantau\author{{1} \and
% J\"{o}rg Cassens\inst{2}

\institute[WMFrance] % (optional, but mostly needed)
{Wikimédia France}
% - Use the \inst command only if there are several affiliations.
% - Keep it simple, no one is interested in your street address.


\date[14/04/07] % (optional, should be abbreviation of conference name)
{14 avril 2007}
% - 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{Beamer}
% This is only inserted into the PDF information catalog. Can be left
% out.

% Delete this, if you do not want the table of contents to pop up at
% the beginning of each subsection:
\AtBeginSubsection[]
 {
   \begin{frame}<beamer>
     \frametitle{Outline}
     \tableofcontents[currentsection,currentsubsection]
   \end{frame}
 }

\begin{document}

\begin{frame}
  \titlepage
\end{frame}

\section{Plan}
      \begin{frame}
        \frametitle{Sommaire}
          \tableofcontents
      \end{frame}

     
\section{Wikisource}

     \begin{frame}
       \frametitle{Wikisource}
         \begin{columns}[c]
           \column{6.5cm}
         \begin{block}{Une bibliothèque numérique libre}
           \begin{itemize}
             \item compilation de textes tombés dans le domaine public
             \item numérisation, relecture, mise en forme du contenu plein texte
             \item Fables de la Fontaine, oeuvres complètes de Fermat, La Rochefoucauld, Rimbaud...
             \item $\sim 2000$ textes en français
           \end{itemize}
         \end{block}

       \RIGHTarrow\ \url{http://www.wikisource.org}

           \column{4cm}
             \begin{figure}[h]
               \centering
               \includegraphics[width=4cm]{Essais-Au_lecteur.jpg}
             \end{figure} 
             
           \end{columns}
       \end{frame}
 
    
    
    
        

 \section*{Crédits et auteurs}
     \begin{frame}
       \frametitle{Crédits et auteurs}
         \begin{block}{Licence}
           \small Les droits de ce document sont régis par la licence \emph{Paternité – Partage des conditions initiales à l'identique v. 2.5} de Creative Commons (\og Cc-by-sa-2.5 \fg).

            Auteurs : Guillaume Paumier, Johann Dréo et Pierre Yves Beaudouin
         \end{block}
         \begin{block}{\small Documents multimédia}
             \footnotesize Photos du Panthéon : Domaine public ; Essais de Montaigne : Domaine public ;  Logos \copyright Wikimedia Foundation Inc. ; Gnu : GFDL ; Ségolène Royal : CC-by-sa-2.5, Marie-Lan Nguyen ; All others : CC-by-sa-2.5, Guillaume Paumier 
         \end{block}
     \end{frame}
\end{document}