Is it possible to put a rectangle as background in the author section?Latex Beamer Block: Increase border widthChanging color in beamer header (Singapore)Change color of institute in the footer of a Latex presentationHow do I make a beamer presentation with customized title page and footageNumerical conditional within tikz keys?Beamer: background color for section page?color for beamerLaTeX beamer: pagenumbering appendixSetting Font Family in Beamer FrameAd Tikz filled rectangle that serves as background of block text in original document

Multi tool use
How do you respond to a colleague from another team when they're wrongly expecting that you'll help them?
How to implement a feedback to keep the DC gain at zero for this conceptual passive filter?
Should I outline or discovery write my stories?
Longest common substring in linear time
Freedom of speech and where it applies
Is it better practice to read straight from sheet music rather than memorize it?
Is it safe to use olive oil to clean the ear wax?
Must Legal Documents Be Siged In Standard Pen Colors?
What prevents the use of a multi-segment ILS for non-straight approaches?
What if a revenant (monster) gains fire resistance?
Loading commands from file
Why is so much work done on numerical verification of the Riemann Hypothesis?
Should I stop contributing to retirement accounts?
Fear of getting stuck on one programming language / technology that is not used in my country
Did arcade monitors have same pixel aspect ratio as TV sets?
Removing files under particular conditions (number of files, file age)
The IT department bottlenecks progress. How should I handle this?
"Spoil" vs "Ruin"
How to indicate a cut out for a product window
What is the evidence for the "tyranny of the majority problem" in a direct democracy context?
Why did the Mercure fail?
What is Cash Advance APR?
Why electric field inside a cavity of a non-conducting sphere not zero?
The screen of my macbook suddenly broken down how can I do to recover
Is it possible to put a rectangle as background in the author section?
Latex Beamer Block: Increase border widthChanging color in beamer header (Singapore)Change color of institute in the footer of a Latex presentationHow do I make a beamer presentation with customized title page and footageNumerical conditional within tikz keys?Beamer: background color for section page?color for beamerLaTeX beamer: pagenumbering appendixSetting Font Family in Beamer FrameAd Tikz filled rectangle that serves as background of block text in original document
In the documentclass[xcolor=dvipsnames]beamer
Is it possible to put a rectangle as background in the author section ?
A kind of block, so that the author
name has a background with light color.
Is it possible, if yes how?
I tried the beginblocka ... endblock
and it compiles 'correct' but it makes the author
disappear.
Any kind of help is very appreciated
beamer backgrounds presentations block
add a comment |
In the documentclass[xcolor=dvipsnames]beamer
Is it possible to put a rectangle as background in the author section ?
A kind of block, so that the author
name has a background with light color.
Is it possible, if yes how?
I tried the beginblocka ... endblock
and it compiles 'correct' but it makes the author
disappear.
Any kind of help is very appreciated
beamer backgrounds presentations block
Actually I've just notice it does not disappear, it just put it at the top of the slide and it's just the namea
– user178403
3 hours ago
1
Please read minimal working example (MWE)
– samcarter
3 hours ago
add a comment |
In the documentclass[xcolor=dvipsnames]beamer
Is it possible to put a rectangle as background in the author section ?
A kind of block, so that the author
name has a background with light color.
Is it possible, if yes how?
I tried the beginblocka ... endblock
and it compiles 'correct' but it makes the author
disappear.
Any kind of help is very appreciated
beamer backgrounds presentations block
In the documentclass[xcolor=dvipsnames]beamer
Is it possible to put a rectangle as background in the author section ?
A kind of block, so that the author
name has a background with light color.
Is it possible, if yes how?
I tried the beginblocka ... endblock
and it compiles 'correct' but it makes the author
disappear.
Any kind of help is very appreciated
beamer backgrounds presentations block
beamer backgrounds presentations block
asked 3 hours ago
user178403user178403
1188
1188
Actually I've just notice it does not disappear, it just put it at the top of the slide and it's just the namea
– user178403
3 hours ago
1
Please read minimal working example (MWE)
– samcarter
3 hours ago
add a comment |
Actually I've just notice it does not disappear, it just put it at the top of the slide and it's just the namea
– user178403
3 hours ago
1
Please read minimal working example (MWE)
– samcarter
3 hours ago
Actually I've just notice it does not disappear, it just put it at the top of the slide and it's just the name
a
– user178403
3 hours ago
Actually I've just notice it does not disappear, it just put it at the top of the slide and it's just the name
a
– user178403
3 hours ago
1
1
Please read minimal working example (MWE)
– samcarter
3 hours ago
Please read minimal working example (MWE)
– samcarter
3 hours ago
add a comment |
1 Answer
1
active
oldest
votes
The author is already in a box, you just don't see it because the default colour is white. You can change the colour like the following:
documentclass[xcolor=dvipsnames]beamer
authornames
setbeamercolorauthorbg=red
begindocument
beginframe
titlepage
endframe
enddocument
Thank you samcarter! Just one question, how to nivelate the level of red color? It's very intense and does not let distinguish the author text
– user178403
2 hours ago
2
@user178403 Either mix it with white (red!50!white
) or use another colour you like, I just used it as an example.
– samcarter
2 hours ago
got it, is there a way to remove the gray shadow that has at the bottom of the block?
– user178403
2 hours ago
1
@user178403 Per default there is no gray shadow. You will have to make a MWE that allows us to reproduce your problem.
– samcarter
2 hours ago
I've fixed, it has to do with all the packages I have. This oneuseinnertheme[shadow]rounded
I put % and gave the pure rectangle, thanks again.
– user178403
2 hours ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "85"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f481130%2fis-it-possible-to-put-a-rectangle-as-background-in-the-author-section%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The author is already in a box, you just don't see it because the default colour is white. You can change the colour like the following:
documentclass[xcolor=dvipsnames]beamer
authornames
setbeamercolorauthorbg=red
begindocument
beginframe
titlepage
endframe
enddocument
Thank you samcarter! Just one question, how to nivelate the level of red color? It's very intense and does not let distinguish the author text
– user178403
2 hours ago
2
@user178403 Either mix it with white (red!50!white
) or use another colour you like, I just used it as an example.
– samcarter
2 hours ago
got it, is there a way to remove the gray shadow that has at the bottom of the block?
– user178403
2 hours ago
1
@user178403 Per default there is no gray shadow. You will have to make a MWE that allows us to reproduce your problem.
– samcarter
2 hours ago
I've fixed, it has to do with all the packages I have. This oneuseinnertheme[shadow]rounded
I put % and gave the pure rectangle, thanks again.
– user178403
2 hours ago
add a comment |
The author is already in a box, you just don't see it because the default colour is white. You can change the colour like the following:
documentclass[xcolor=dvipsnames]beamer
authornames
setbeamercolorauthorbg=red
begindocument
beginframe
titlepage
endframe
enddocument
Thank you samcarter! Just one question, how to nivelate the level of red color? It's very intense and does not let distinguish the author text
– user178403
2 hours ago
2
@user178403 Either mix it with white (red!50!white
) or use another colour you like, I just used it as an example.
– samcarter
2 hours ago
got it, is there a way to remove the gray shadow that has at the bottom of the block?
– user178403
2 hours ago
1
@user178403 Per default there is no gray shadow. You will have to make a MWE that allows us to reproduce your problem.
– samcarter
2 hours ago
I've fixed, it has to do with all the packages I have. This oneuseinnertheme[shadow]rounded
I put % and gave the pure rectangle, thanks again.
– user178403
2 hours ago
add a comment |
The author is already in a box, you just don't see it because the default colour is white. You can change the colour like the following:
documentclass[xcolor=dvipsnames]beamer
authornames
setbeamercolorauthorbg=red
begindocument
beginframe
titlepage
endframe
enddocument
The author is already in a box, you just don't see it because the default colour is white. You can change the colour like the following:
documentclass[xcolor=dvipsnames]beamer
authornames
setbeamercolorauthorbg=red
begindocument
beginframe
titlepage
endframe
enddocument
answered 2 hours ago
samcartersamcarter
92.7k7105299
92.7k7105299
Thank you samcarter! Just one question, how to nivelate the level of red color? It's very intense and does not let distinguish the author text
– user178403
2 hours ago
2
@user178403 Either mix it with white (red!50!white
) or use another colour you like, I just used it as an example.
– samcarter
2 hours ago
got it, is there a way to remove the gray shadow that has at the bottom of the block?
– user178403
2 hours ago
1
@user178403 Per default there is no gray shadow. You will have to make a MWE that allows us to reproduce your problem.
– samcarter
2 hours ago
I've fixed, it has to do with all the packages I have. This oneuseinnertheme[shadow]rounded
I put % and gave the pure rectangle, thanks again.
– user178403
2 hours ago
add a comment |
Thank you samcarter! Just one question, how to nivelate the level of red color? It's very intense and does not let distinguish the author text
– user178403
2 hours ago
2
@user178403 Either mix it with white (red!50!white
) or use another colour you like, I just used it as an example.
– samcarter
2 hours ago
got it, is there a way to remove the gray shadow that has at the bottom of the block?
– user178403
2 hours ago
1
@user178403 Per default there is no gray shadow. You will have to make a MWE that allows us to reproduce your problem.
– samcarter
2 hours ago
I've fixed, it has to do with all the packages I have. This oneuseinnertheme[shadow]rounded
I put % and gave the pure rectangle, thanks again.
– user178403
2 hours ago
Thank you samcarter! Just one question, how to nivelate the level of red color? It's very intense and does not let distinguish the author text
– user178403
2 hours ago
Thank you samcarter! Just one question, how to nivelate the level of red color? It's very intense and does not let distinguish the author text
– user178403
2 hours ago
2
2
@user178403 Either mix it with white (
red!50!white
) or use another colour you like, I just used it as an example.– samcarter
2 hours ago
@user178403 Either mix it with white (
red!50!white
) or use another colour you like, I just used it as an example.– samcarter
2 hours ago
got it, is there a way to remove the gray shadow that has at the bottom of the block?
– user178403
2 hours ago
got it, is there a way to remove the gray shadow that has at the bottom of the block?
– user178403
2 hours ago
1
1
@user178403 Per default there is no gray shadow. You will have to make a MWE that allows us to reproduce your problem.
– samcarter
2 hours ago
@user178403 Per default there is no gray shadow. You will have to make a MWE that allows us to reproduce your problem.
– samcarter
2 hours ago
I've fixed, it has to do with all the packages I have. This one
useinnertheme[shadow]rounded
I put % and gave the pure rectangle, thanks again.– user178403
2 hours ago
I've fixed, it has to do with all the packages I have. This one
useinnertheme[shadow]rounded
I put % and gave the pure rectangle, thanks again.– user178403
2 hours ago
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f481130%2fis-it-possible-to-put-a-rectangle-as-background-in-the-author-section%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
mJ3dNk TYCR,JX,uR,GlF8fXp,Nmzk3 Q L JIMVrB6dqv Rdz5vJ6
Actually I've just notice it does not disappear, it just put it at the top of the slide and it's just the name
a
– user178403
3 hours ago
1
Please read minimal working example (MWE)
– samcarter
3 hours ago