Underline and change the color of the title in bclogo
documentclass[xcolor=dvipsnames]{beamer}
usecolortheme[named=blue]{structure}
usepackage[tikz]{bclogo}
%------------------------AtBeginSubsection----------------------
AtBeginSubsection{%
begin{frame}<beamer>[noframenumbering,plain]{Outline}
transsplitverticalout
tableofcontents[currentsection,currentsubsection]
end{frame}
}
usetheme{Madrid}
begin{document}
begin{frame}{}
begin{bclogo}[arrondi=0.1, logo=bcquestion, couleurBarre=Maroon]
{Question}
Why
$$r_e(mathbf{T})geq r(mathbf{T}) ;?$$
end{bclogo}
end{frame}
end{document}
After compilation I get
However I want to change the color of the word question and to underline it as the following picture shows
beamer bclogo
add a comment |
documentclass[xcolor=dvipsnames]{beamer}
usecolortheme[named=blue]{structure}
usepackage[tikz]{bclogo}
%------------------------AtBeginSubsection----------------------
AtBeginSubsection{%
begin{frame}<beamer>[noframenumbering,plain]{Outline}
transsplitverticalout
tableofcontents[currentsection,currentsubsection]
end{frame}
}
usetheme{Madrid}
begin{document}
begin{frame}{}
begin{bclogo}[arrondi=0.1, logo=bcquestion, couleurBarre=Maroon]
{Question}
Why
$$r_e(mathbf{T})geq r(mathbf{T}) ;?$$
end{bclogo}
end{frame}
end{document}
After compilation I get
However I want to change the color of the word question and to underline it as the following picture shows
beamer bclogo
1
$$...$$
should be avoided, so it would be better to use[r_e(mathbf{T})geq r(mathbf{T}) ;?]
, see tex.stackexchange.com/q/503/35864.
– moewe
Dec 17 '18 at 15:29
@moewe I don't see what is the difference. I see the linked question so many times however I don't see that there exists a big difference.
– Student
Dec 17 '18 at 15:32
In most cases there will indeed not be a visual difference. But there are situations where$$...$$
will give different spacing than[...]
(and people usually prefer the spacing[...]
gives).[...]
also works together with thefleqn
option and provides for better placement ofqedhere
. You are of course free to ignore the advice not to use$$...$$
, but I think the comment has a place here to warn other people who might be more susceptible to the arguments in the linked answer.
– moewe
Dec 17 '18 at 15:47
add a comment |
documentclass[xcolor=dvipsnames]{beamer}
usecolortheme[named=blue]{structure}
usepackage[tikz]{bclogo}
%------------------------AtBeginSubsection----------------------
AtBeginSubsection{%
begin{frame}<beamer>[noframenumbering,plain]{Outline}
transsplitverticalout
tableofcontents[currentsection,currentsubsection]
end{frame}
}
usetheme{Madrid}
begin{document}
begin{frame}{}
begin{bclogo}[arrondi=0.1, logo=bcquestion, couleurBarre=Maroon]
{Question}
Why
$$r_e(mathbf{T})geq r(mathbf{T}) ;?$$
end{bclogo}
end{frame}
end{document}
After compilation I get
However I want to change the color of the word question and to underline it as the following picture shows
beamer bclogo
documentclass[xcolor=dvipsnames]{beamer}
usecolortheme[named=blue]{structure}
usepackage[tikz]{bclogo}
%------------------------AtBeginSubsection----------------------
AtBeginSubsection{%
begin{frame}<beamer>[noframenumbering,plain]{Outline}
transsplitverticalout
tableofcontents[currentsection,currentsubsection]
end{frame}
}
usetheme{Madrid}
begin{document}
begin{frame}{}
begin{bclogo}[arrondi=0.1, logo=bcquestion, couleurBarre=Maroon]
{Question}
Why
$$r_e(mathbf{T})geq r(mathbf{T}) ;?$$
end{bclogo}
end{frame}
end{document}
After compilation I get
However I want to change the color of the word question and to underline it as the following picture shows
beamer bclogo
beamer bclogo
edited Dec 17 '18 at 15:28
moewe
93.5k10115353
93.5k10115353
asked Dec 17 '18 at 15:25
StudentStudent
460210
460210
1
$$...$$
should be avoided, so it would be better to use[r_e(mathbf{T})geq r(mathbf{T}) ;?]
, see tex.stackexchange.com/q/503/35864.
– moewe
Dec 17 '18 at 15:29
@moewe I don't see what is the difference. I see the linked question so many times however I don't see that there exists a big difference.
– Student
Dec 17 '18 at 15:32
In most cases there will indeed not be a visual difference. But there are situations where$$...$$
will give different spacing than[...]
(and people usually prefer the spacing[...]
gives).[...]
also works together with thefleqn
option and provides for better placement ofqedhere
. You are of course free to ignore the advice not to use$$...$$
, but I think the comment has a place here to warn other people who might be more susceptible to the arguments in the linked answer.
– moewe
Dec 17 '18 at 15:47
add a comment |
1
$$...$$
should be avoided, so it would be better to use[r_e(mathbf{T})geq r(mathbf{T}) ;?]
, see tex.stackexchange.com/q/503/35864.
– moewe
Dec 17 '18 at 15:29
@moewe I don't see what is the difference. I see the linked question so many times however I don't see that there exists a big difference.
– Student
Dec 17 '18 at 15:32
In most cases there will indeed not be a visual difference. But there are situations where$$...$$
will give different spacing than[...]
(and people usually prefer the spacing[...]
gives).[...]
also works together with thefleqn
option and provides for better placement ofqedhere
. You are of course free to ignore the advice not to use$$...$$
, but I think the comment has a place here to warn other people who might be more susceptible to the arguments in the linked answer.
– moewe
Dec 17 '18 at 15:47
1
1
$$...$$
should be avoided, so it would be better to use [r_e(mathbf{T})geq r(mathbf{T}) ;?]
, see tex.stackexchange.com/q/503/35864.– moewe
Dec 17 '18 at 15:29
$$...$$
should be avoided, so it would be better to use [r_e(mathbf{T})geq r(mathbf{T}) ;?]
, see tex.stackexchange.com/q/503/35864.– moewe
Dec 17 '18 at 15:29
@moewe I don't see what is the difference. I see the linked question so many times however I don't see that there exists a big difference.
– Student
Dec 17 '18 at 15:32
@moewe I don't see what is the difference. I see the linked question so many times however I don't see that there exists a big difference.
– Student
Dec 17 '18 at 15:32
In most cases there will indeed not be a visual difference. But there are situations where
$$...$$
will give different spacing than [...]
(and people usually prefer the spacing [...]
gives). [...]
also works together with the fleqn
option and provides for better placement of qedhere
. You are of course free to ignore the advice not to use $$...$$
, but I think the comment has a place here to warn other people who might be more susceptible to the arguments in the linked answer.– moewe
Dec 17 '18 at 15:47
In most cases there will indeed not be a visual difference. But there are situations where
$$...$$
will give different spacing than [...]
(and people usually prefer the spacing [...]
gives). [...]
also works together with the fleqn
option and provides for better placement of qedhere
. You are of course free to ignore the advice not to use $$...$$
, but I think the comment has a place here to warn other people who might be more susceptible to the arguments in the linked answer.– moewe
Dec 17 '18 at 15:47
add a comment |
2 Answers
2
active
oldest
votes
Just as the answer by JPi using the soul
package to underline the title, but using bclogo
mechanism to customise the title globally
documentclass[xcolor=dvipsnames]{beamer}
usepackage{soul}
setul{}{1.5pt}
usepackage[tikz]{bclogo}
renewcommandbcStyleTitre[1]{vskip-0.5embfseriescolor{Maroon}ul{#1}vskip0em}
begin{document}
begin{frame}
begin{bclogo}[arrondi=0.1, logo=bcquestion, couleurBarre=Maroon]
{Question}
Why
[
r_e(mathbf{T})geq r(mathbf{T}) ;?
]
end{bclogo}
end{frame}
end{document}
Thank you for your answer. Is it possible to mount the word question a little up?
– Student
Dec 17 '18 at 15:46
@Student Sure..
– samcarter
Dec 17 '18 at 15:50
When I repace in you codesdocumentclass{beamer}
bydocumentclass[xcolor=dvipsnames]{beamer}
it compilates well. Is the reason that my winedit version is old? Thank you.
– Student
Dec 17 '18 at 17:06
@Student Oh, right. This option is necessary for the maroon colour
– samcarter
Dec 17 '18 at 17:14
add a comment |
documentclass[xcolor=dvipsnames]{beamer}
usecolortheme[named=blue]{structure}
usepackage[tikz]{bclogo}
%------------------------AtBeginSubsection----------------------
AtBeginSubsection{
begin{frame}<beamer>[noframenumbering,plain]{Outline}
transsplitverticalout
tableofcontents[currentsection,currentsubsection]
end{frame}
}
usetheme{Madrid}
usepackage{soul}
begin{document}
setul{}{1.5pt}
begin{frame}{}
begin{bclogo}[arrondi=0.1, logo=bcquestion, couleurBarre=Maroon]
{textcolor{red}{ul{Question}}}
Why
[r_e(mathbf{T})geq r(mathbf{T}) ;?]
end{bclogo}
end{frame}
end{document}
Thank you for your answer. It is possible to takethe horizontal line thickness like the vertical line? Thanks
– Student
Dec 17 '18 at 15:36
Yes, I just changed the code.
– JPi
Dec 17 '18 at 15:40
I mean the thick of the line which underlines the word question is equal to the thick of the vertical line. Thank you very much.
– Student
Dec 17 '18 at 15:42
Yes, did that..
– JPi
Dec 17 '18 at 15:43
1
@Student "Does not compile" is not a very useful statement. The code compiles just fine for me.
– samcarter
Dec 17 '18 at 15:55
|
show 2 more comments
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%2f466225%2funderline-and-change-the-color-of-the-title-in-bclogo%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Just as the answer by JPi using the soul
package to underline the title, but using bclogo
mechanism to customise the title globally
documentclass[xcolor=dvipsnames]{beamer}
usepackage{soul}
setul{}{1.5pt}
usepackage[tikz]{bclogo}
renewcommandbcStyleTitre[1]{vskip-0.5embfseriescolor{Maroon}ul{#1}vskip0em}
begin{document}
begin{frame}
begin{bclogo}[arrondi=0.1, logo=bcquestion, couleurBarre=Maroon]
{Question}
Why
[
r_e(mathbf{T})geq r(mathbf{T}) ;?
]
end{bclogo}
end{frame}
end{document}
Thank you for your answer. Is it possible to mount the word question a little up?
– Student
Dec 17 '18 at 15:46
@Student Sure..
– samcarter
Dec 17 '18 at 15:50
When I repace in you codesdocumentclass{beamer}
bydocumentclass[xcolor=dvipsnames]{beamer}
it compilates well. Is the reason that my winedit version is old? Thank you.
– Student
Dec 17 '18 at 17:06
@Student Oh, right. This option is necessary for the maroon colour
– samcarter
Dec 17 '18 at 17:14
add a comment |
Just as the answer by JPi using the soul
package to underline the title, but using bclogo
mechanism to customise the title globally
documentclass[xcolor=dvipsnames]{beamer}
usepackage{soul}
setul{}{1.5pt}
usepackage[tikz]{bclogo}
renewcommandbcStyleTitre[1]{vskip-0.5embfseriescolor{Maroon}ul{#1}vskip0em}
begin{document}
begin{frame}
begin{bclogo}[arrondi=0.1, logo=bcquestion, couleurBarre=Maroon]
{Question}
Why
[
r_e(mathbf{T})geq r(mathbf{T}) ;?
]
end{bclogo}
end{frame}
end{document}
Thank you for your answer. Is it possible to mount the word question a little up?
– Student
Dec 17 '18 at 15:46
@Student Sure..
– samcarter
Dec 17 '18 at 15:50
When I repace in you codesdocumentclass{beamer}
bydocumentclass[xcolor=dvipsnames]{beamer}
it compilates well. Is the reason that my winedit version is old? Thank you.
– Student
Dec 17 '18 at 17:06
@Student Oh, right. This option is necessary for the maroon colour
– samcarter
Dec 17 '18 at 17:14
add a comment |
Just as the answer by JPi using the soul
package to underline the title, but using bclogo
mechanism to customise the title globally
documentclass[xcolor=dvipsnames]{beamer}
usepackage{soul}
setul{}{1.5pt}
usepackage[tikz]{bclogo}
renewcommandbcStyleTitre[1]{vskip-0.5embfseriescolor{Maroon}ul{#1}vskip0em}
begin{document}
begin{frame}
begin{bclogo}[arrondi=0.1, logo=bcquestion, couleurBarre=Maroon]
{Question}
Why
[
r_e(mathbf{T})geq r(mathbf{T}) ;?
]
end{bclogo}
end{frame}
end{document}
Just as the answer by JPi using the soul
package to underline the title, but using bclogo
mechanism to customise the title globally
documentclass[xcolor=dvipsnames]{beamer}
usepackage{soul}
setul{}{1.5pt}
usepackage[tikz]{bclogo}
renewcommandbcStyleTitre[1]{vskip-0.5embfseriescolor{Maroon}ul{#1}vskip0em}
begin{document}
begin{frame}
begin{bclogo}[arrondi=0.1, logo=bcquestion, couleurBarre=Maroon]
{Question}
Why
[
r_e(mathbf{T})geq r(mathbf{T}) ;?
]
end{bclogo}
end{frame}
end{document}
edited Dec 17 '18 at 17:13
answered Dec 17 '18 at 15:40
samcartersamcarter
91.4k7104297
91.4k7104297
Thank you for your answer. Is it possible to mount the word question a little up?
– Student
Dec 17 '18 at 15:46
@Student Sure..
– samcarter
Dec 17 '18 at 15:50
When I repace in you codesdocumentclass{beamer}
bydocumentclass[xcolor=dvipsnames]{beamer}
it compilates well. Is the reason that my winedit version is old? Thank you.
– Student
Dec 17 '18 at 17:06
@Student Oh, right. This option is necessary for the maroon colour
– samcarter
Dec 17 '18 at 17:14
add a comment |
Thank you for your answer. Is it possible to mount the word question a little up?
– Student
Dec 17 '18 at 15:46
@Student Sure..
– samcarter
Dec 17 '18 at 15:50
When I repace in you codesdocumentclass{beamer}
bydocumentclass[xcolor=dvipsnames]{beamer}
it compilates well. Is the reason that my winedit version is old? Thank you.
– Student
Dec 17 '18 at 17:06
@Student Oh, right. This option is necessary for the maroon colour
– samcarter
Dec 17 '18 at 17:14
Thank you for your answer. Is it possible to mount the word question a little up?
– Student
Dec 17 '18 at 15:46
Thank you for your answer. Is it possible to mount the word question a little up?
– Student
Dec 17 '18 at 15:46
@Student Sure..
– samcarter
Dec 17 '18 at 15:50
@Student Sure..
– samcarter
Dec 17 '18 at 15:50
When I repace in you codes
documentclass{beamer}
by documentclass[xcolor=dvipsnames]{beamer}
it compilates well. Is the reason that my winedit version is old? Thank you.– Student
Dec 17 '18 at 17:06
When I repace in you codes
documentclass{beamer}
by documentclass[xcolor=dvipsnames]{beamer}
it compilates well. Is the reason that my winedit version is old? Thank you.– Student
Dec 17 '18 at 17:06
@Student Oh, right. This option is necessary for the maroon colour
– samcarter
Dec 17 '18 at 17:14
@Student Oh, right. This option is necessary for the maroon colour
– samcarter
Dec 17 '18 at 17:14
add a comment |
documentclass[xcolor=dvipsnames]{beamer}
usecolortheme[named=blue]{structure}
usepackage[tikz]{bclogo}
%------------------------AtBeginSubsection----------------------
AtBeginSubsection{
begin{frame}<beamer>[noframenumbering,plain]{Outline}
transsplitverticalout
tableofcontents[currentsection,currentsubsection]
end{frame}
}
usetheme{Madrid}
usepackage{soul}
begin{document}
setul{}{1.5pt}
begin{frame}{}
begin{bclogo}[arrondi=0.1, logo=bcquestion, couleurBarre=Maroon]
{textcolor{red}{ul{Question}}}
Why
[r_e(mathbf{T})geq r(mathbf{T}) ;?]
end{bclogo}
end{frame}
end{document}
Thank you for your answer. It is possible to takethe horizontal line thickness like the vertical line? Thanks
– Student
Dec 17 '18 at 15:36
Yes, I just changed the code.
– JPi
Dec 17 '18 at 15:40
I mean the thick of the line which underlines the word question is equal to the thick of the vertical line. Thank you very much.
– Student
Dec 17 '18 at 15:42
Yes, did that..
– JPi
Dec 17 '18 at 15:43
1
@Student "Does not compile" is not a very useful statement. The code compiles just fine for me.
– samcarter
Dec 17 '18 at 15:55
|
show 2 more comments
documentclass[xcolor=dvipsnames]{beamer}
usecolortheme[named=blue]{structure}
usepackage[tikz]{bclogo}
%------------------------AtBeginSubsection----------------------
AtBeginSubsection{
begin{frame}<beamer>[noframenumbering,plain]{Outline}
transsplitverticalout
tableofcontents[currentsection,currentsubsection]
end{frame}
}
usetheme{Madrid}
usepackage{soul}
begin{document}
setul{}{1.5pt}
begin{frame}{}
begin{bclogo}[arrondi=0.1, logo=bcquestion, couleurBarre=Maroon]
{textcolor{red}{ul{Question}}}
Why
[r_e(mathbf{T})geq r(mathbf{T}) ;?]
end{bclogo}
end{frame}
end{document}
Thank you for your answer. It is possible to takethe horizontal line thickness like the vertical line? Thanks
– Student
Dec 17 '18 at 15:36
Yes, I just changed the code.
– JPi
Dec 17 '18 at 15:40
I mean the thick of the line which underlines the word question is equal to the thick of the vertical line. Thank you very much.
– Student
Dec 17 '18 at 15:42
Yes, did that..
– JPi
Dec 17 '18 at 15:43
1
@Student "Does not compile" is not a very useful statement. The code compiles just fine for me.
– samcarter
Dec 17 '18 at 15:55
|
show 2 more comments
documentclass[xcolor=dvipsnames]{beamer}
usecolortheme[named=blue]{structure}
usepackage[tikz]{bclogo}
%------------------------AtBeginSubsection----------------------
AtBeginSubsection{
begin{frame}<beamer>[noframenumbering,plain]{Outline}
transsplitverticalout
tableofcontents[currentsection,currentsubsection]
end{frame}
}
usetheme{Madrid}
usepackage{soul}
begin{document}
setul{}{1.5pt}
begin{frame}{}
begin{bclogo}[arrondi=0.1, logo=bcquestion, couleurBarre=Maroon]
{textcolor{red}{ul{Question}}}
Why
[r_e(mathbf{T})geq r(mathbf{T}) ;?]
end{bclogo}
end{frame}
end{document}
documentclass[xcolor=dvipsnames]{beamer}
usecolortheme[named=blue]{structure}
usepackage[tikz]{bclogo}
%------------------------AtBeginSubsection----------------------
AtBeginSubsection{
begin{frame}<beamer>[noframenumbering,plain]{Outline}
transsplitverticalout
tableofcontents[currentsection,currentsubsection]
end{frame}
}
usetheme{Madrid}
usepackage{soul}
begin{document}
setul{}{1.5pt}
begin{frame}{}
begin{bclogo}[arrondi=0.1, logo=bcquestion, couleurBarre=Maroon]
{textcolor{red}{ul{Question}}}
Why
[r_e(mathbf{T})geq r(mathbf{T}) ;?]
end{bclogo}
end{frame}
end{document}
edited Dec 17 '18 at 15:42
answered Dec 17 '18 at 15:31
JPiJPi
9,72421550
9,72421550
Thank you for your answer. It is possible to takethe horizontal line thickness like the vertical line? Thanks
– Student
Dec 17 '18 at 15:36
Yes, I just changed the code.
– JPi
Dec 17 '18 at 15:40
I mean the thick of the line which underlines the word question is equal to the thick of the vertical line. Thank you very much.
– Student
Dec 17 '18 at 15:42
Yes, did that..
– JPi
Dec 17 '18 at 15:43
1
@Student "Does not compile" is not a very useful statement. The code compiles just fine for me.
– samcarter
Dec 17 '18 at 15:55
|
show 2 more comments
Thank you for your answer. It is possible to takethe horizontal line thickness like the vertical line? Thanks
– Student
Dec 17 '18 at 15:36
Yes, I just changed the code.
– JPi
Dec 17 '18 at 15:40
I mean the thick of the line which underlines the word question is equal to the thick of the vertical line. Thank you very much.
– Student
Dec 17 '18 at 15:42
Yes, did that..
– JPi
Dec 17 '18 at 15:43
1
@Student "Does not compile" is not a very useful statement. The code compiles just fine for me.
– samcarter
Dec 17 '18 at 15:55
Thank you for your answer. It is possible to takethe horizontal line thickness like the vertical line? Thanks
– Student
Dec 17 '18 at 15:36
Thank you for your answer. It is possible to takethe horizontal line thickness like the vertical line? Thanks
– Student
Dec 17 '18 at 15:36
Yes, I just changed the code.
– JPi
Dec 17 '18 at 15:40
Yes, I just changed the code.
– JPi
Dec 17 '18 at 15:40
I mean the thick of the line which underlines the word question is equal to the thick of the vertical line. Thank you very much.
– Student
Dec 17 '18 at 15:42
I mean the thick of the line which underlines the word question is equal to the thick of the vertical line. Thank you very much.
– Student
Dec 17 '18 at 15:42
Yes, did that..
– JPi
Dec 17 '18 at 15:43
Yes, did that..
– JPi
Dec 17 '18 at 15:43
1
1
@Student "Does not compile" is not a very useful statement. The code compiles just fine for me.
– samcarter
Dec 17 '18 at 15:55
@Student "Does not compile" is not a very useful statement. The code compiles just fine for me.
– samcarter
Dec 17 '18 at 15:55
|
show 2 more comments
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%2f466225%2funderline-and-change-the-color-of-the-title-in-bclogo%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
1
$$...$$
should be avoided, so it would be better to use[r_e(mathbf{T})geq r(mathbf{T}) ;?]
, see tex.stackexchange.com/q/503/35864.– moewe
Dec 17 '18 at 15:29
@moewe I don't see what is the difference. I see the linked question so many times however I don't see that there exists a big difference.
– Student
Dec 17 '18 at 15:32
In most cases there will indeed not be a visual difference. But there are situations where
$$...$$
will give different spacing than[...]
(and people usually prefer the spacing[...]
gives).[...]
also works together with thefleqn
option and provides for better placement ofqedhere
. You are of course free to ignore the advice not to use$$...$$
, but I think the comment has a place here to warn other people who might be more susceptible to the arguments in the linked answer.– moewe
Dec 17 '18 at 15:47