Document Classesbeamer | Controlling the Appearance of Presentation Plan

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
nounouuuuu201186
Posts: 36
Joined: Sun May 20, 2012 6:28 am

beamer | Controlling the Appearance of Presentation Plan

Post by nounouuuuu201186 »

Hi all,

I want the plan in a beamer presentation does not appear in the first and second page.

any help?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Re: beamer | Controlling the Appearance of Presentation Plan

Post by Stefan Kottwitz »

Hi,

which plan do you mean?

Stefan
LaTeX.org admin
nounouuuuu201186
Posts: 36
Joined: Sun May 20, 2012 6:28 am

Re: beamer | Controlling the Appearance of Presentation Plan

Post by nounouuuuu201186 »

The plan of my presentation is displayed in the margin and depending on the style it appears either above or to the left. For me, I use the theme Paloalto, so my plan appears to the left of the presentation.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

beamer | Controlling the Appearance of Presentation Plan

Post by Stefan Kottwitz »

Ah, so something like a navigation structure like bookmarks. You could use a plain frame style for the first frames:

Code: Select all

Code, edit and compile here:
\begin{frame}[plain]
...
\end{frame}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Stefan
LaTeX.org admin
nounouuuuu201186
Posts: 36
Joined: Sun May 20, 2012 6:28 am

Re: beamer | Controlling the Appearance of Presentation Plan

Post by nounouuuuu201186 »

I want to keep the same style for all pages but only I want the writing in the margin of page 1 and 2 are not displayed. C.à.d plan is displayed only after the page that refers to the plan
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Re: beamer | Controlling the Appearance of Presentation Plan

Post by Stefan Kottwitz »

Perhaps post a compilable code example with your chosen theme and settings, some dummy frames and the plan - an example which could get the desired fix.

Stefan
LaTeX.org admin
nounouuuuu201186
Posts: 36
Joined: Sun May 20, 2012 6:28 am

beamer | Controlling the Appearance of Presentation Plan

Post by nounouuuuu201186 »

here is the link of the presentation that I used :
http://code.google.com/p/memoire-master ... beamer.tex

Code: Select all

Code, edit and compile here:
\documentclass{beamer}
\usetheme{Antibes}% le thème choisi pour ma présentation. Essayer aussi Warsaw Singapore Pittsburgh Montpellier Malmoe Luebeck Goettingen...
\usepackage[frenchb]{babel}
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{epsfig,pslatex,colortbl}
\usepackage{graphics}
\usepackage{graphicx}%pour les includegraphics
\usepackage{array}% pour des tableaux particuliers. Nécessaire pour les révéler colonne par colonne
%\setbeamercovered{transparent}%l'autre option : invisible, cache totalement le texte pas encore découvert (ie, n'utilise pas le ``grisé'').
\setbeamercovered{invisible}
\colorlet{orange}{red!70!yellow}% mes petites couleurs que j'aime bien
\colorlet{mauve}{blue!70!red}
\colorlet{brouge}{red!70!blue}
\addtobeamertemplate{footline}{\insertframenumber/\inserttotalframenumber}
%pour ajouter un numéro de page en bas.
\title[titre du bas]{Les présentations en Beamer}
%l'argument entre [] est une version courte du titre, qu'on met en bas des transparents.
\author{A. Perrut, d'après Marie Duflot}
\date{\today}
\institute{Master SITN - UCBL}
%\logo{\includegraphics[scale=0.5]{universite.gif}}% je définis le logo qui sera mis sur tous les transparents
\AtBeginSection[] % pour mettre la table des matières
% % au début de chaque section
{ \begin{frame}<beamer>
\frametitle{Outline}
\tableofcontents[currentsection]
\end{frame} }
\begin{document}
\begin{frame}\titlepage
\end{frame}
\begin{frame}
\frametitle{Plan de l'exposé}
\tableofcontents% comme en latex normal, met la table des matières
 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
I change

Code: Select all

\usetheme{Antibes}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
by

Code: Select all

\usetheme{PaloAlto}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
I want that:
"titre du bas", "A. Perrut,d’après Marie Duflot", "Introduction", "overlays" and subsections of "overlays", "L’apparence" and subsections of "L’apparence" do not appear in the left marge only appears after the page of the plan.
Last edited by localghost on Wed Jun 27, 2012 7:25 pm, edited 2 times in total.
nounouuuuu201186
Posts: 36
Joined: Sun May 20, 2012 6:28 am

beamer | Controlling the Appearance of Presentation Plan

Post by nounouuuuu201186 »

Hi,
here is my presentation:

Code: Select all

Code, edit and compile here:
\documentclass{beamer}
% Class options include: notes, notesonly, handout, trans,
% hidesubsections, shadesubsections,
% inrow, blue, red, grey, brown
% Theme for beamer presentation.
\usepackage{beamerthemesplit}
\usepackage{multicol}
%\usepackage{color}
% Other themes include: beamerthemebars, beamerthemelined,
% beamerthemetree, beamerthemetreebars
\usetheme{PaloAlto}
\usecolortheme{orchid}
\title{title} % Enter your title between curly braces
\author{author} % Enter your name between curly braces
\date{\today} % Enter the date or \today between curly braces
\begin{document}
% Creates title page of slide show using above information
\begin{frame}
\titlepage
\end{frame}
\section[Outline]{}
\begin{frame}
\tableofcontents
\end{frame}
\section{chapr1}
\begin{frame}
\frametitle{}
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
I want that my presentation also do not contain chapr1 and chapr2 in the marge only after slide 1 and 2.

any help? :(
Post Reply