Change logopolito by another picture [on hold]
up vote
0
down vote
favorite
I want to change this logo (logopolito) by another piture :
this is the tex:
documentclass{beamer}
usetheme[titlepagelogo=logopolito,% Logo for the first page
language=italian,
bullet=triangle,
color=green,
]{TorinoTh}
usepackage[beamer,customcolors]{hf-tikz}
hfsetfillcolor{alerted text.fg!10}
hfsetbordercolor{alerted text.fg}
author{Claudio Fiandrino}
rel{Mario Rossi}
title{Beamer2Thesis 2.1, thesis theme for Beamer}
ateneo{Politecnico di Torino}
date{today}
begin{document}
maketitle
end{document}
and this is the pdf :
beamer logos
put on hold as off-topic by samcarter, TeXnician, Romain Picot, Stefan Pinnow, Phelype Oleinik yesterday
- This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center.
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
up vote
0
down vote
favorite
I want to change this logo (logopolito) by another piture :
this is the tex:
documentclass{beamer}
usetheme[titlepagelogo=logopolito,% Logo for the first page
language=italian,
bullet=triangle,
color=green,
]{TorinoTh}
usepackage[beamer,customcolors]{hf-tikz}
hfsetfillcolor{alerted text.fg!10}
hfsetbordercolor{alerted text.fg}
author{Claudio Fiandrino}
rel{Mario Rossi}
title{Beamer2Thesis 2.1, thesis theme for Beamer}
ateneo{Politecnico di Torino}
date{today}
begin{document}
maketitle
end{document}
and this is the pdf :
beamer logos
put on hold as off-topic by samcarter, TeXnician, Romain Picot, Stefan Pinnow, Phelype Oleinik yesterday
- This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center.
If this question can be reworded to fit the rules in the help center, please edit the question.
1
Well, just looking at the code it seems that the logo is installed viatitlepagelogo=logopolito
. So you may just change this.
– marmot
Nov 12 at 18:53
1
Just tryusetheme[titlepagelogo=example-image-duck,% Logo for the first page language=italian, bullet=triangle, color=green, ]{TorinoTh}
to see what I mean.
– marmot
Nov 12 at 19:10
1
While you wait for an answer to this question, can you please go back to your previous ones and look if the answers solve your problems and accept them, if they do?
– samcarter
Nov 12 at 19:41
4
I'm voting to close this question as solved in comments
– samcarter
yesterday
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want to change this logo (logopolito) by another piture :
this is the tex:
documentclass{beamer}
usetheme[titlepagelogo=logopolito,% Logo for the first page
language=italian,
bullet=triangle,
color=green,
]{TorinoTh}
usepackage[beamer,customcolors]{hf-tikz}
hfsetfillcolor{alerted text.fg!10}
hfsetbordercolor{alerted text.fg}
author{Claudio Fiandrino}
rel{Mario Rossi}
title{Beamer2Thesis 2.1, thesis theme for Beamer}
ateneo{Politecnico di Torino}
date{today}
begin{document}
maketitle
end{document}
and this is the pdf :
beamer logos
I want to change this logo (logopolito) by another piture :
this is the tex:
documentclass{beamer}
usetheme[titlepagelogo=logopolito,% Logo for the first page
language=italian,
bullet=triangle,
color=green,
]{TorinoTh}
usepackage[beamer,customcolors]{hf-tikz}
hfsetfillcolor{alerted text.fg!10}
hfsetbordercolor{alerted text.fg}
author{Claudio Fiandrino}
rel{Mario Rossi}
title{Beamer2Thesis 2.1, thesis theme for Beamer}
ateneo{Politecnico di Torino}
date{today}
begin{document}
maketitle
end{document}
and this is the pdf :
beamer logos
beamer logos
asked Nov 12 at 18:50
Mohamed Hasnaoui
213
213
put on hold as off-topic by samcarter, TeXnician, Romain Picot, Stefan Pinnow, Phelype Oleinik yesterday
- This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center.
If this question can be reworded to fit the rules in the help center, please edit the question.
put on hold as off-topic by samcarter, TeXnician, Romain Picot, Stefan Pinnow, Phelype Oleinik yesterday
- This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center.
If this question can be reworded to fit the rules in the help center, please edit the question.
1
Well, just looking at the code it seems that the logo is installed viatitlepagelogo=logopolito
. So you may just change this.
– marmot
Nov 12 at 18:53
1
Just tryusetheme[titlepagelogo=example-image-duck,% Logo for the first page language=italian, bullet=triangle, color=green, ]{TorinoTh}
to see what I mean.
– marmot
Nov 12 at 19:10
1
While you wait for an answer to this question, can you please go back to your previous ones and look if the answers solve your problems and accept them, if they do?
– samcarter
Nov 12 at 19:41
4
I'm voting to close this question as solved in comments
– samcarter
yesterday
add a comment |
1
Well, just looking at the code it seems that the logo is installed viatitlepagelogo=logopolito
. So you may just change this.
– marmot
Nov 12 at 18:53
1
Just tryusetheme[titlepagelogo=example-image-duck,% Logo for the first page language=italian, bullet=triangle, color=green, ]{TorinoTh}
to see what I mean.
– marmot
Nov 12 at 19:10
1
While you wait for an answer to this question, can you please go back to your previous ones and look if the answers solve your problems and accept them, if they do?
– samcarter
Nov 12 at 19:41
4
I'm voting to close this question as solved in comments
– samcarter
yesterday
1
1
Well, just looking at the code it seems that the logo is installed via
titlepagelogo=logopolito
. So you may just change this.– marmot
Nov 12 at 18:53
Well, just looking at the code it seems that the logo is installed via
titlepagelogo=logopolito
. So you may just change this.– marmot
Nov 12 at 18:53
1
1
Just try
usetheme[titlepagelogo=example-image-duck,% Logo for the first page language=italian, bullet=triangle, color=green, ]{TorinoTh}
to see what I mean.– marmot
Nov 12 at 19:10
Just try
usetheme[titlepagelogo=example-image-duck,% Logo for the first page language=italian, bullet=triangle, color=green, ]{TorinoTh}
to see what I mean.– marmot
Nov 12 at 19:10
1
1
While you wait for an answer to this question, can you please go back to your previous ones and look if the answers solve your problems and accept them, if they do?
– samcarter
Nov 12 at 19:41
While you wait for an answer to this question, can you please go back to your previous ones and look if the answers solve your problems and accept them, if they do?
– samcarter
Nov 12 at 19:41
4
4
I'm voting to close this question as solved in comments
– samcarter
yesterday
I'm voting to close this question as solved in comments
– samcarter
yesterday
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
1
Well, just looking at the code it seems that the logo is installed via
titlepagelogo=logopolito
. So you may just change this.– marmot
Nov 12 at 18:53
1
Just try
usetheme[titlepagelogo=example-image-duck,% Logo for the first page language=italian, bullet=triangle, color=green, ]{TorinoTh}
to see what I mean.– marmot
Nov 12 at 19:10
1
While you wait for an answer to this question, can you please go back to your previous ones and look if the answers solve your problems and accept them, if they do?
– samcarter
Nov 12 at 19:41
4
I'm voting to close this question as solved in comments
– samcarter
yesterday