Hello,

It is a latex issue, but I discovered with lyx!
Ile the following code provides me a wrong slide numbering
until I comment the following lines
\AtBeginSection[]{
  \frame<beamer>{ 
  }
}


\documentclass[american]{beamer}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{babel}

\makeatletter

 \newcommand\makebeamertitle{\frame{\maketitle}}%

 \AtBeginDocument{%
   \let\origtableofcontents=\tableofcontents
   
\def\tableofcontents{\@ifnextchar[{\origtableofcontents}{\gobbletableofcontents}}
   \def\gobbletableofcontents#1{\origtableofcontents}
 }

\usetheme{Madrid}%[compress]

\makeatother

\begin{document}

\AtBeginSection[]{
  \frame<beamer>{ 
  }
}


\title[Saturated Absorption Modeling]{Line Shape }

\author{Patrick DUPRE}

\institute[LPCA]{Laboratoire de Physico-Chimie}
\makebeamertitle
\begin{frame}{Outline}

\tableofcontents{}

\end{frame}

\section{Introduction}
\begin{frame}{Introduction}
\begin{itemize}
\item {Accurate Modern Spectroscopy of Gas requires new Modeling
Efforts stemming} \par
\end{itemize}
\end{frame}

\end{document}


Any idea ?

Thank for any help.


===========================================================================
 Patrick DUPRÉ                                 | | email: pdu...@gmx.com
 Laboratoire de Physico-Chimie de l'Atmosphère | |
 Université du Littoral-Côte d'Opale           | |
 Tel.  (33)-(0)3 28 23 76 12                   | | Fax: 03 28 65 82 44
 189A, avenue Maurice Schumann                 | | 59140 Dunkerque, France
===========================================================================

Reply via email to