1
vote
1answer
63 views

Specific title page and other slide footer in latex beamer

I need to create title page like this 1st image and other slides like the 2nd image. I also need to add logo as a image (to header,footer) and footer like this..(different footer in title page)I used ...
4
votes
1answer
104 views

Changing color and header of beamer with CambridgeUS

How to change the red color for - the titles - the topics How to adjust the position of the header1 and 2? \documentclass{beamer} \usetheme{CambridgeUS} % Set Color ============================== ...
0
votes
0answers
42 views

Beamer: Move frame numbers and change their font

How can I move the frame number of my slides on the top right corner, with the number aligned with the frame title? And how can I change the color font of the numbers?
2
votes
1answer
65 views

Remove author and institution in footline

I am writing a beamer presentation using the CambridgeUS theme but my presentation has multiple authors and their names do not fit in the footline at the author section. I want to delete all of their ...
2
votes
1answer
84 views

Beamer: changing footline background color

I would like to make the footline color black and the text white. I found this: Beamer: Background Color for Footline but didn't understand how it applied to my example. \documentclass{beamer} ...
2
votes
1answer
74 views

Beamer: How to remove shadows under header

I would like to remove the shadow (gradient fading) under the header. \documentclass{beamer} \usetheme{Frankfurt} \usecolortheme{dove} \setbeamercolor{section in head/foot}{fg=white, bg=black} ...
3
votes
0answers
68 views

How make a picture slideshow

I would like to use beamer class as backbone for my presentation. However, I encountered a problem. My wish is to put pictures on it and for LaTeX to decide their placement and divide them on frames ...
3
votes
2answers
76 views

How to add url to footer in Beamer

I'm new to LaTeX and am having trouble adding a url to the footer. I currently have this: \documentclass[]{beamer} \usepackage{beamerthemebars} \title{Title} \author{Author} ...
1
vote
1answer
84 views

Hide frame's dot from the slide heading in beamer [duplicate]

Please i want to add some frames to my beamer presentation but without adding a new dot in the frame heading. There's any method to do that ? Below is a minimum code example with the theme i am ...
1
vote
1answer
65 views

Footer scaling with scalebox

I use a pspicture to draw a electric diagram in one of my slides with beamer, and I've got a pause-command within the pspicture (to make thing appear). I use \scalebox to make my picture enter the ...
3
votes
1answer
62 views

Beamer short forms, and automatic labelling of header

I'm using the Goettingen theme, and I'm automatically labelling the header with the name of the subsection. As the Goettingen theme has a side navigation bar, some of the subsections are too long to ...
4
votes
1answer
99 views

Increasing the height of the Beamer footline

When I add a tabularenvironment to the footline of my presentation, only the first line is shown. How can I increase the heigth of the footline to show the whole table? ...
3
votes
1answer
130 views

Footer in Beamer

I found in this related topic Add Footer Text to All Slides in Beamer a nice code for footer in beamer with the Frankfurt theme. \setbeamertemplate{footline}[text line]{% ...
3
votes
1answer
151 views

Customize footer in the Szeged Beamer theme

I am using the Szeged theme in Beamer. I would like to modify the footer so that it contain, beside my short name and the institute in short, the frame number and the total number of frames on the ...
5
votes
2answers
117 views

Locally use only one smoothbar bullet within one subsection

Inspired from this question Modify Beamer's outer theme smoothbars I want to apply one smoothbar only locally, in only one long subsection that is. I thought of defining a new boolean variable but it ...
5
votes
1answer
622 views

Modify Beamer's outer theme smoothbars [duplicate]

I am making a beamer presentation with XeTeX, in which I am using Ilmenau theme. This theme has by default smoothbars as an outer theme. My problem that in a section's subsection, there are a lot of ...
3
votes
1answer
162 views

How do I change the background color of a footer in beamer

I know just enough about beamer to be a danger to myself. I am trying to change the color of a footer in Boadilla and am struggling. First, I have declared \usecolortheme[named=black]{structure} ...
5
votes
1answer
131 views

Set maximum number of table of contents in the header

I'm doing my presentation in beamer and I use warsaw theme. I have around 5-6 sections and they are all mentioned at the top of every page. This makes available frame space smaller. Can I limit this ...
4
votes
2answers
118 views

How to set the background of a “text line” footline in Beamer?

I am using the "default" theme with the "crane" color theme and I would like to add a footline to the slides, but with a background color defined by the "crane" color theme. I have added the ...
4
votes
1answer
388 views

Adding slide numbers in the footer of beamer documents

I am using the Dresden theme, which by default it gives me two lines at the bottom of the every slide, the first one containing the author name on the left and the institute name on the right, the ...
2
votes
1answer
383 views

Beamer: Remove subsection bar in header

In the Antibes beamer theme, I want to remove the bar in the header where the name of the subsection is shown, since I have no subsections in my presentation. Does anyone have any idea how to do this? ...
7
votes
1answer
151 views

Change color of institute in the footer of a Latex presentation

I have a presentation that uses the theme Dresden with color theme beaver. Everything works fine, except for the name of the institute in the footer of the slides, which appears white on a very light ...
3
votes
1answer
280 views

Adjust vertical alignment in footline of beamer

Using the beamer class: When I put the page number in the footline next to a navigation icon they align on the bottom of their bounding box. Unfortunately the navigation bounding box is bigger than my ...
3
votes
1answer
83 views

Add some space around the headline in a beamer slide

How can I customise the headline of my slides in order to have some white space above and below the title of the frame? I guess I should change the template with the following instruction: ...
1
vote
1answer
126 views

Footline colobox spacing problems in Beamer?

I've been trying to customize the footline in a beamer template but when I added a fourth box, the spacing went wacko. Here's my template: \DeclareOptionBeamer{compress}{\beamer@compresstrue} ...
2
votes
1answer
375 views

Long institute title in Madrid theme of beamer class

I use the beamer documentclass with the Madrid theme and the beetle color theme. My institute name is too long for the footer, so I'd love to use the long name on the title slide and a shortened ...
4
votes
1answer
597 views

Change the contents of footline in a beamer presentation

For my presentation, I am using Madrid theme; however, I'd like to change the contents of the footline. Currently, the footline shows, "short author" in the left, "short title" in the middle, and ...
3
votes
1answer
308 views

Problem with smoothbars in beamer package [duplicate]

Possible Duplicate: How can I get multiple lines of frame dots in beamer navigation? I'm using beamer package for a presentation using smoothbars to display an index in the top. The ...
5
votes
1answer
192 views

Remove the author from the footer of all slides except in the titlepage

I want to remove the \author from all the slides except the start slide. I have used Warsaw theme. I don't know how to go about this. Please help me Here is my code \documentclass{beamer} ...
2
votes
2answers
1k views

Problem with \setbeamertemplate{footline} when using \ifthenelse inside

In my presentation composed with the beamer class I have the following piece of code: \documentclass[dvips, 9pt, unicode, t]{beamer} \usepackage{ifthen} \usetheme{CambridgeUS} ...
8
votes
1answer
276 views

Removing bullets in headline with own template doesn't work

I'm using Ilmenau in a beamer presentation (first image) I want to hide the bullets, so I use my own headline template (I get the idea from Is it possible to get rid of the bullets in the ...
2
votes
0answers
953 views

Optimised visualisation of top circles in beamer [closed]

I am making a presentation in Beamer. I am using smoothbars as an outer theme. However I am having a problem when a section has many frames, as indicated in the following image ...
2
votes
1answer
224 views

Frame numbering in Warsaw theme

This is a follow-up question to slide numbering in Beamer class (Warsaw theme) In fact, I was trying to put frame numbering in my presentation using Warsaw theme. All I wanted is to put the ...
2
votes
1answer
253 views

Align Text in Navigation

I have a beamer template with following code: \begin{beamercolorbox}[wd=.24\paperwidth,ht=\@tempdimb]{section in head/foot}% \vbox ...
4
votes
1answer
246 views

Change colors/contrast in beamer navigation between active and dimmed section

The code below gives the following output for the head: Here the first section on the left is active and the others not, but the difference is quite small, I would like the active section to be in ...
3
votes
2answers
652 views

Headlines in Beamer

In Beamer presentation on one page I would like to get rid of headline. I would prefer to leave the background but get rid of the names of sections and subsections. How is it possible to do this? ...
2
votes
1answer
839 views

Edit a default latex/beamer theme to show section numbers

I am using beamer to create a presentation. The theme I chose is Singapore. It has a nice header with section names and bullets for subsections. What is the easiest way to modify the header so that ...
5
votes
2answers
2k views

Modify footer of slides

I am editing a presentation with beamer, the theme is Boadilla: \date{date} \title[The title is quite quite quite quite quite quite long]{The title is quite quite quite quite quite quite long} ...
4
votes
2answers
3k views

How to edit Beamer theme CambridgeUS

I have been using the beamer document class with the theme- cambridgeUS in lyx. The following code is the preamble. Now, I want to insert a hyperlink to a pdf file in all the pages by adding them in ...
3
votes
2answers
1k views

Removing slide numbers in the Madrid theme

I use the Madrid theme. I would like to know how to remove the slide number and the total number of slides from ALL slides in my presentation.
2
votes
1answer
335 views

How to vertically align title when reducing the header size in Beamer Palo Alto theme?

I tried for some time to adjust the height of the header in Beamer Palo Alto theme. I now managed to do so, but now I have the problem that the title in the header is not properly aligned anymore. ...
2
votes
1answer
259 views

Page counter with Luebeck theme

I'm trying to create a page/slide counter in the lower left corner of my presentation. I'm using the following themes \usetheme{Luebeck} \usecolortheme{beaver} Can I insert a counter? In the ...
9
votes
2answers
3k views

Beamer - How to customise the header of a frankfurt slide?

I use the following options: \usetheme{Frankfurt} \setbeamercolor{section in head/foot}{fg=black, bg=white} and this yields a slide which looks like this: Is it possible to bring 'Section 1' ...
4
votes
1answer
2k views

How to modify outer theme infolines to include the title and section in the header beamer?

I am using the CambridgeUS beamer theme for a presentation and would like to modify the header to include the title of the presentation on the left and the section on the right, as I do not have many ...
6
votes
1answer
468 views

How to move dark rectangle in headline of PaloAlto theme after changing the sidebar width?

I'm currently using the beamer PaloAlto theme with a headline and sidebar on each slide. I used the command \setbeamersize{sidebar width left=1.7cm} to fit the table of contents in the sidebar. The ...
4
votes
1answer
3k views

Beamer: Background Color for Footline

I define a custom footline template like that: \setbeamertemplate{footline}{ \hspace*{.5cm} \includegraphics[scale=0.07]{images/image1.png} \hspace{0.3cm} \scriptsize{Seite ...
3
votes
1answer
263 views

Frame numbers “truncated” in beamer presentation after first two-digit frame number

I'm trying to test out the Wuerzburg theme for a beamer-presentation, but running into some difficulties with the frame numbers in the header (or footer). In my preamble I have the following ...
9
votes
1answer
3k views

Beamer: Removing headline and its space on a single frame (for plan), but keeping the footline

There is now 4 hours that I'm Googling to found a solution to my problem but it's still impossible! Here is the situation: I have some frames in a presentation using the Warsaw theme, on the first ...
4
votes
1answer
2k views

Changing the title height in a beamer

How can I change the height of the title in the beamer? Height of the title block is big and I want to make it smaller and similarly the width of the left block is big and I want to make it smaller ...
3
votes
2answers
941 views

Omit/delete second bar under the navigation bar in szeged theme?

The code below gives nice slides with a navigation bar on top that leads to the different sections (I have no subsections) in the presentation. However, below the navigation bar there is a second bar ...

1 2