Document Classes ⇒ beamer | Controlling the Appearance of Presentation Plan
-
- Posts: 36
- Joined: Sun May 20, 2012 6:28 am
beamer | Controlling the Appearance of Presentation Plan
Hi all,
I want the plan in a beamer presentation does not appear in the first and second page.
any help?
I want the plan in a beamer presentation does not appear in the first and second page.
any help?
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
Hi,
which plan do you mean?
Stefan
which plan do you mean?
Stefan
LaTeX.org admin
-
- Posts: 36
- Joined: Sun May 20, 2012 6:28 am
Re: beamer | Controlling the Appearance of Presentation Plan
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.
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
beamer | Controlling the Appearance of Presentation Plan
Ah, so something like a navigation structure like bookmarks. You could use a
Stefan
plain
frame style for the first frames:Stefan
LaTeX.org admin
-
- Posts: 36
- Joined: Sun May 20, 2012 6:28 am
Re: beamer | Controlling the Appearance of Presentation Plan
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
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Re: beamer | Controlling the Appearance of Presentation Plan
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
Stefan
LaTeX.org admin
-
- Posts: 36
- Joined: Sun May 20, 2012 6:28 am
beamer | Controlling the Appearance of Presentation Plan
here is the link of the presentation that I used :
http://code.google.com/p/memoire-master ... beamer.tex
I change by
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.
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
Code: Select all
\usetheme{Antibes}
Code: Select all
\usetheme{PaloAlto}
"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.
-
- Posts: 36
- Joined: Sun May 20, 2012 6:28 am
beamer | Controlling the Appearance of Presentation Plan
Hi,
here is my presentation:
I want that my presentation also do not contain chapr1 and chapr2 in the marge only after slide 1 and 2.
any help?
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{}
any help?
