Add institution logo to presentation slides [duplicate]
up vote
0
down vote
favorite
This question already has an answer here:
How to add a logo to the upper-right or bottom-right of each page in beamer
1 answer
I please want to include the logo of my institution at the top right of my first slit of my presentation at the bottom slit of my presentation. How should i go about this?
beamer logos
marked as duplicate by samcarter, dexteritas, Kurt, Circumscribe, siracusa yesterday
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
up vote
0
down vote
favorite
This question already has an answer here:
How to add a logo to the upper-right or bottom-right of each page in beamer
1 answer
I please want to include the logo of my institution at the top right of my first slit of my presentation at the bottom slit of my presentation. How should i go about this?
beamer logos
marked as duplicate by samcarter, dexteritas, Kurt, Circumscribe, siracusa yesterday
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
6
Without a crystall ball it's complicated to say. Did you have any code sample of your presentation?
– Romain Picot
Nov 30 at 9:22
3
Search in this site "beamer logo" for a endless list of questions about the logos in presentations. Sure that you will find the right answers here. Otherwise, edit the question to post a minimal working example (MWE) showing how far you can get with this issue. Then people will be more able/willing to help.
– Fran
Nov 30 at 10:05
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
This question already has an answer here:
How to add a logo to the upper-right or bottom-right of each page in beamer
1 answer
I please want to include the logo of my institution at the top right of my first slit of my presentation at the bottom slit of my presentation. How should i go about this?
beamer logos
This question already has an answer here:
How to add a logo to the upper-right or bottom-right of each page in beamer
1 answer
I please want to include the logo of my institution at the top right of my first slit of my presentation at the bottom slit of my presentation. How should i go about this?
This question already has an answer here:
How to add a logo to the upper-right or bottom-right of each page in beamer
1 answer
beamer logos
beamer logos
edited yesterday
samcarter
83.3k794267
83.3k794267
asked Nov 30 at 9:11
Mbieda Petmetgni Duplex
1
1
marked as duplicate by samcarter, dexteritas, Kurt, Circumscribe, siracusa yesterday
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by samcarter, dexteritas, Kurt, Circumscribe, siracusa yesterday
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
6
Without a crystall ball it's complicated to say. Did you have any code sample of your presentation?
– Romain Picot
Nov 30 at 9:22
3
Search in this site "beamer logo" for a endless list of questions about the logos in presentations. Sure that you will find the right answers here. Otherwise, edit the question to post a minimal working example (MWE) showing how far you can get with this issue. Then people will be more able/willing to help.
– Fran
Nov 30 at 10:05
add a comment |
6
Without a crystall ball it's complicated to say. Did you have any code sample of your presentation?
– Romain Picot
Nov 30 at 9:22
3
Search in this site "beamer logo" for a endless list of questions about the logos in presentations. Sure that you will find the right answers here. Otherwise, edit the question to post a minimal working example (MWE) showing how far you can get with this issue. Then people will be more able/willing to help.
– Fran
Nov 30 at 10:05
6
6
Without a crystall ball it's complicated to say. Did you have any code sample of your presentation?
– Romain Picot
Nov 30 at 9:22
Without a crystall ball it's complicated to say. Did you have any code sample of your presentation?
– Romain Picot
Nov 30 at 9:22
3
3
Search in this site "beamer logo" for a endless list of questions about the logos in presentations. Sure that you will find the right answers here. Otherwise, edit the question to post a minimal working example (MWE) showing how far you can get with this issue. Then people will be more able/willing to help.
– Fran
Nov 30 at 10:05
Search in this site "beamer logo" for a endless list of questions about the logos in presentations. Sure that you will find the right answers here. Otherwise, edit the question to post a minimal working example (MWE) showing how far you can get with this issue. Then people will be more able/willing to help.
– Fran
Nov 30 at 10:05
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
How to position a logo at the bottom of normal frames is pretty good covered by the duplicates I proposed. For the title page you could use a little trick to place the logo at the top right:
documentclass{beamer}
logo{includegraphics[width=1cm]{example-image-duck}}
begin{document}
begin{frame}[plain]
hfillincludegraphics[width=2cm]{example-image}
titlepage
end{frame}
begin{frame}
end{frame}
end{document}

add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
How to position a logo at the bottom of normal frames is pretty good covered by the duplicates I proposed. For the title page you could use a little trick to place the logo at the top right:
documentclass{beamer}
logo{includegraphics[width=1cm]{example-image-duck}}
begin{document}
begin{frame}[plain]
hfillincludegraphics[width=2cm]{example-image}
titlepage
end{frame}
begin{frame}
end{frame}
end{document}

add a comment |
up vote
0
down vote
How to position a logo at the bottom of normal frames is pretty good covered by the duplicates I proposed. For the title page you could use a little trick to place the logo at the top right:
documentclass{beamer}
logo{includegraphics[width=1cm]{example-image-duck}}
begin{document}
begin{frame}[plain]
hfillincludegraphics[width=2cm]{example-image}
titlepage
end{frame}
begin{frame}
end{frame}
end{document}

add a comment |
up vote
0
down vote
up vote
0
down vote
How to position a logo at the bottom of normal frames is pretty good covered by the duplicates I proposed. For the title page you could use a little trick to place the logo at the top right:
documentclass{beamer}
logo{includegraphics[width=1cm]{example-image-duck}}
begin{document}
begin{frame}[plain]
hfillincludegraphics[width=2cm]{example-image}
titlepage
end{frame}
begin{frame}
end{frame}
end{document}

How to position a logo at the bottom of normal frames is pretty good covered by the duplicates I proposed. For the title page you could use a little trick to place the logo at the top right:
documentclass{beamer}
logo{includegraphics[width=1cm]{example-image-duck}}
begin{document}
begin{frame}[plain]
hfillincludegraphics[width=2cm]{example-image}
titlepage
end{frame}
begin{frame}
end{frame}
end{document}

edited yesterday
answered yesterday
samcarter
83.3k794267
83.3k794267
add a comment |
add a comment |
6
Without a crystall ball it's complicated to say. Did you have any code sample of your presentation?
– Romain Picot
Nov 30 at 9:22
3
Search in this site "beamer logo" for a endless list of questions about the logos in presentations. Sure that you will find the right answers here. Otherwise, edit the question to post a minimal working example (MWE) showing how far you can get with this issue. Then people will be more able/willing to help.
– Fran
Nov 30 at 10:05