Logo and slides

Un article de Loria Wiki.

For those who would like to design presentations with the Nancy University logos, one option worth considering is using latex beamer. This latex package offers a logo command, that can be used for instance like this:

\documentclass[red,bigger]{beamer}
\usetheme{Malmoe}
\useoutertheme{infolines}
\beamertemplatenavigationsymbolsempty

\setbeamersize{text margin left=2em,text margin right=2em}

\logo{\includegraphics[width=0.15\textwidth]{logo_nu.png}}

\setbeamertemplate{headline}[infolines theme]
\setbeamertemplate{footline}[frame number]

\usepackage{graphicx}
\usepackage{url}
\usepackage{verbatim}
\usepackage{amsmath,amsthm}

\usepackage[utf8]{inputenc}

\begin{document}
  \title{...}
  
  \institute{Université ... \\[2ex]
    Laboratoire LORIA}
  
  \date{...}
  
  \begin{frame}
    \maketitle
  \end{frame}

\end{document}

The Nancy University logos are available via the following links:

NB: please note that when compiling with pdflatex, pictures must be in png, jpg or pdf format, while when compiling with latex (required for some packages, eg pstricks), pictures must be in ps or eps format.

Outils personels