2
votes
1answer
66 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 ...
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} ...
13
votes
1answer
213 views

Is there a way to access the individual authors given by \author?

suppose I have several authors that I have declared via the \author command in latex-beamer, e.g. \author{Einstein \and Podolsky \and Rosen} I was wondering whether there is a way to access the ...
5
votes
1answer
1k views

Disable author names in the bottom line of my LaTeX slides

In my presentation with LaTeX slides the author name appears in the bottom line of every slide. Is there a way, to disable the appearance of the name in the bottom line, whereas I want to put the ...
3
votes
1answer
316 views

How can I add a director name in line with author name in beamer?

I would like to write director name in line with author name in a beamer like: \author{Made by:\\Author name} \director{Directed by:\\Director name} but if I try to define director: ...
4
votes
1answer
592 views

Names on title page of Beamer presentation

We have several group members whose names should be on the title slide of a Beamer document. However, when I put something like this: \author{Person A \and Person B \and Person C \and Person D \and ...
11
votes
2answers
593 views

Adding the author photo along with the name in the title page

Friends, I'm trying to add a photo along with each author name in a beamer title page. Please consider the following code: \documentclass[10pt]{beamer} \usepackage[T1]{fontenc} ...
16
votes
1answer
10k views

How to add several authors with different affiliations in beamer?

Is it possible to do this in beamer? Or do I have to use other packages?