change equation color
documentclass[10pt,landscape,a4paper,svgnames,x11names]{article}
usepackage[utf8]{inputenc}
usepackage[ngerman]{babel}
usepackage[utopia,sfscaled]{mathdesign}
usepackage{amsmath}
everymath{color{MidnightBlue}}
begin{document}
section*{Reihen}
begin{equation*}
sum_{n=0}^infty a_n text{bzw.} a_k=sum_{n=0}^k a_n
end{equation*}
$rightarrow$ kann konvergieren oder divergieren \
Bedingungen f"ur Konvergenz:
begin{itemize}
item{Nullfolge} $a_nrightarrow 0$
item{Quotientenkriterium} $limlimits_{ntoinfty}|frac{a_{n+1}}{a_n}|=q$
begin{align*}
q<1&Rightarrow text{konvergent} \
q>1&Rightarrow text{divergent} \
q=1&Rightarrow text{keine Aussage}
end{align*}
end{itemize}
end{document}
Why aren't my equation blue too using everymath
? And how will they?
equations color amsmath
|
show 6 more comments
documentclass[10pt,landscape,a4paper,svgnames,x11names]{article}
usepackage[utf8]{inputenc}
usepackage[ngerman]{babel}
usepackage[utopia,sfscaled]{mathdesign}
usepackage{amsmath}
everymath{color{MidnightBlue}}
begin{document}
section*{Reihen}
begin{equation*}
sum_{n=0}^infty a_n text{bzw.} a_k=sum_{n=0}^k a_n
end{equation*}
$rightarrow$ kann konvergieren oder divergieren \
Bedingungen f"ur Konvergenz:
begin{itemize}
item{Nullfolge} $a_nrightarrow 0$
item{Quotientenkriterium} $limlimits_{ntoinfty}|frac{a_{n+1}}{a_n}|=q$
begin{align*}
q<1&Rightarrow text{konvergent} \
q>1&Rightarrow text{divergent} \
q=1&Rightarrow text{keine Aussage}
end{align*}
end{itemize}
end{document}
Why aren't my equation blue too using everymath
? And how will they?
equations color amsmath
Might be an idea to addxcolor
to your packages, otherwiseMidnightBlue
is not supported (are you working withbeamer
? given the class options)
– daleif
Jun 8 '18 at 12:54
1
@PhelypeOleinik even the displayed equation? That remains black for me
– daleif
Jun 8 '18 at 12:55
@daleif Ooh, sorry, I overlooked that one...
– Phelype Oleinik
Jun 8 '18 at 12:57
1
I'll delete my ignorant comments then. :)
– gvgramazio
Jun 8 '18 at 13:00
2
As mentioned addingxcolor
then the coloring works on all butequation(*)
, the latter can be fixed by adding theetoolbox
package and addingAtBeginEnvironment{equation*}{color{orange}} AtBeginEnvironment{equation}{color{orange}}
– daleif
Jun 8 '18 at 13:04
|
show 6 more comments
documentclass[10pt,landscape,a4paper,svgnames,x11names]{article}
usepackage[utf8]{inputenc}
usepackage[ngerman]{babel}
usepackage[utopia,sfscaled]{mathdesign}
usepackage{amsmath}
everymath{color{MidnightBlue}}
begin{document}
section*{Reihen}
begin{equation*}
sum_{n=0}^infty a_n text{bzw.} a_k=sum_{n=0}^k a_n
end{equation*}
$rightarrow$ kann konvergieren oder divergieren \
Bedingungen f"ur Konvergenz:
begin{itemize}
item{Nullfolge} $a_nrightarrow 0$
item{Quotientenkriterium} $limlimits_{ntoinfty}|frac{a_{n+1}}{a_n}|=q$
begin{align*}
q<1&Rightarrow text{konvergent} \
q>1&Rightarrow text{divergent} \
q=1&Rightarrow text{keine Aussage}
end{align*}
end{itemize}
end{document}
Why aren't my equation blue too using everymath
? And how will they?
equations color amsmath
documentclass[10pt,landscape,a4paper,svgnames,x11names]{article}
usepackage[utf8]{inputenc}
usepackage[ngerman]{babel}
usepackage[utopia,sfscaled]{mathdesign}
usepackage{amsmath}
everymath{color{MidnightBlue}}
begin{document}
section*{Reihen}
begin{equation*}
sum_{n=0}^infty a_n text{bzw.} a_k=sum_{n=0}^k a_n
end{equation*}
$rightarrow$ kann konvergieren oder divergieren \
Bedingungen f"ur Konvergenz:
begin{itemize}
item{Nullfolge} $a_nrightarrow 0$
item{Quotientenkriterium} $limlimits_{ntoinfty}|frac{a_{n+1}}{a_n}|=q$
begin{align*}
q<1&Rightarrow text{konvergent} \
q>1&Rightarrow text{divergent} \
q=1&Rightarrow text{keine Aussage}
end{align*}
end{itemize}
end{document}
Why aren't my equation blue too using everymath
? And how will they?
equations color amsmath
equations color amsmath
edited Jun 8 '18 at 12:52
daleif
33.4k254116
33.4k254116
asked Jun 8 '18 at 12:36
LauraLaura
324
324
Might be an idea to addxcolor
to your packages, otherwiseMidnightBlue
is not supported (are you working withbeamer
? given the class options)
– daleif
Jun 8 '18 at 12:54
1
@PhelypeOleinik even the displayed equation? That remains black for me
– daleif
Jun 8 '18 at 12:55
@daleif Ooh, sorry, I overlooked that one...
– Phelype Oleinik
Jun 8 '18 at 12:57
1
I'll delete my ignorant comments then. :)
– gvgramazio
Jun 8 '18 at 13:00
2
As mentioned addingxcolor
then the coloring works on all butequation(*)
, the latter can be fixed by adding theetoolbox
package and addingAtBeginEnvironment{equation*}{color{orange}} AtBeginEnvironment{equation}{color{orange}}
– daleif
Jun 8 '18 at 13:04
|
show 6 more comments
Might be an idea to addxcolor
to your packages, otherwiseMidnightBlue
is not supported (are you working withbeamer
? given the class options)
– daleif
Jun 8 '18 at 12:54
1
@PhelypeOleinik even the displayed equation? That remains black for me
– daleif
Jun 8 '18 at 12:55
@daleif Ooh, sorry, I overlooked that one...
– Phelype Oleinik
Jun 8 '18 at 12:57
1
I'll delete my ignorant comments then. :)
– gvgramazio
Jun 8 '18 at 13:00
2
As mentioned addingxcolor
then the coloring works on all butequation(*)
, the latter can be fixed by adding theetoolbox
package and addingAtBeginEnvironment{equation*}{color{orange}} AtBeginEnvironment{equation}{color{orange}}
– daleif
Jun 8 '18 at 13:04
Might be an idea to add
xcolor
to your packages, otherwise MidnightBlue
is not supported (are you working with beamer
? given the class options)– daleif
Jun 8 '18 at 12:54
Might be an idea to add
xcolor
to your packages, otherwise MidnightBlue
is not supported (are you working with beamer
? given the class options)– daleif
Jun 8 '18 at 12:54
1
1
@PhelypeOleinik even the displayed equation? That remains black for me
– daleif
Jun 8 '18 at 12:55
@PhelypeOleinik even the displayed equation? That remains black for me
– daleif
Jun 8 '18 at 12:55
@daleif Ooh, sorry, I overlooked that one...
– Phelype Oleinik
Jun 8 '18 at 12:57
@daleif Ooh, sorry, I overlooked that one...
– Phelype Oleinik
Jun 8 '18 at 12:57
1
1
I'll delete my ignorant comments then. :)
– gvgramazio
Jun 8 '18 at 13:00
I'll delete my ignorant comments then. :)
– gvgramazio
Jun 8 '18 at 13:00
2
2
As mentioned adding
xcolor
then the coloring works on all but equation(*)
, the latter can be fixed by adding the etoolbox
package and adding AtBeginEnvironment{equation*}{color{orange}} AtBeginEnvironment{equation}{color{orange}}
– daleif
Jun 8 '18 at 13:04
As mentioned adding
xcolor
then the coloring works on all but equation(*)
, the latter can be fixed by adding the etoolbox
package and adding AtBeginEnvironment{equation*}{color{orange}} AtBeginEnvironment{equation}{color{orange}}
– daleif
Jun 8 '18 at 13:04
|
show 6 more comments
1 Answer
1
active
oldest
votes
The following code works for me:
documentclass[10pt,landscape,a4paper,svgnames,x11names]{article}
usepackage[utf8]{inputenc}
usepackage[ngerman]{babel}
usepackage[utopia,sfscaled]{mathdesign}
usepackage{amsmath}
usepackage{xcolor}
everymath{color{MidnightBlue}}
begin{document}
section*{Reihen}
begin{equation*}
sum_{n=0}^infty a_n text{bzw.} a_k=sum_{n=0}^k a_n
end{equation*}
$rightarrow$ kann konvergieren oder divergieren \
Bedingungen f"ur Konvergenz:
begin{itemize}
item{Nullfolge} $a_nrightarrow 0$
item{Quotientenkriterium} $limlimits_{ntoinfty}|frac{a_{n+1}}{a_n}|=q$
begin{align*}
q<1&Rightarrow text{konvergent} \
q>1&Rightarrow text{divergent} \
q=1&Rightarrow text{keine Aussage}
end{align*}
end{itemize}
end{document}
I simply invoked the xcolor
package.
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%2f435547%2fchange-equation-color%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 following code works for me:
documentclass[10pt,landscape,a4paper,svgnames,x11names]{article}
usepackage[utf8]{inputenc}
usepackage[ngerman]{babel}
usepackage[utopia,sfscaled]{mathdesign}
usepackage{amsmath}
usepackage{xcolor}
everymath{color{MidnightBlue}}
begin{document}
section*{Reihen}
begin{equation*}
sum_{n=0}^infty a_n text{bzw.} a_k=sum_{n=0}^k a_n
end{equation*}
$rightarrow$ kann konvergieren oder divergieren \
Bedingungen f"ur Konvergenz:
begin{itemize}
item{Nullfolge} $a_nrightarrow 0$
item{Quotientenkriterium} $limlimits_{ntoinfty}|frac{a_{n+1}}{a_n}|=q$
begin{align*}
q<1&Rightarrow text{konvergent} \
q>1&Rightarrow text{divergent} \
q=1&Rightarrow text{keine Aussage}
end{align*}
end{itemize}
end{document}
I simply invoked the xcolor
package.
add a comment |
The following code works for me:
documentclass[10pt,landscape,a4paper,svgnames,x11names]{article}
usepackage[utf8]{inputenc}
usepackage[ngerman]{babel}
usepackage[utopia,sfscaled]{mathdesign}
usepackage{amsmath}
usepackage{xcolor}
everymath{color{MidnightBlue}}
begin{document}
section*{Reihen}
begin{equation*}
sum_{n=0}^infty a_n text{bzw.} a_k=sum_{n=0}^k a_n
end{equation*}
$rightarrow$ kann konvergieren oder divergieren \
Bedingungen f"ur Konvergenz:
begin{itemize}
item{Nullfolge} $a_nrightarrow 0$
item{Quotientenkriterium} $limlimits_{ntoinfty}|frac{a_{n+1}}{a_n}|=q$
begin{align*}
q<1&Rightarrow text{konvergent} \
q>1&Rightarrow text{divergent} \
q=1&Rightarrow text{keine Aussage}
end{align*}
end{itemize}
end{document}
I simply invoked the xcolor
package.
add a comment |
The following code works for me:
documentclass[10pt,landscape,a4paper,svgnames,x11names]{article}
usepackage[utf8]{inputenc}
usepackage[ngerman]{babel}
usepackage[utopia,sfscaled]{mathdesign}
usepackage{amsmath}
usepackage{xcolor}
everymath{color{MidnightBlue}}
begin{document}
section*{Reihen}
begin{equation*}
sum_{n=0}^infty a_n text{bzw.} a_k=sum_{n=0}^k a_n
end{equation*}
$rightarrow$ kann konvergieren oder divergieren \
Bedingungen f"ur Konvergenz:
begin{itemize}
item{Nullfolge} $a_nrightarrow 0$
item{Quotientenkriterium} $limlimits_{ntoinfty}|frac{a_{n+1}}{a_n}|=q$
begin{align*}
q<1&Rightarrow text{konvergent} \
q>1&Rightarrow text{divergent} \
q=1&Rightarrow text{keine Aussage}
end{align*}
end{itemize}
end{document}
I simply invoked the xcolor
package.
The following code works for me:
documentclass[10pt,landscape,a4paper,svgnames,x11names]{article}
usepackage[utf8]{inputenc}
usepackage[ngerman]{babel}
usepackage[utopia,sfscaled]{mathdesign}
usepackage{amsmath}
usepackage{xcolor}
everymath{color{MidnightBlue}}
begin{document}
section*{Reihen}
begin{equation*}
sum_{n=0}^infty a_n text{bzw.} a_k=sum_{n=0}^k a_n
end{equation*}
$rightarrow$ kann konvergieren oder divergieren \
Bedingungen f"ur Konvergenz:
begin{itemize}
item{Nullfolge} $a_nrightarrow 0$
item{Quotientenkriterium} $limlimits_{ntoinfty}|frac{a_{n+1}}{a_n}|=q$
begin{align*}
q<1&Rightarrow text{konvergent} \
q>1&Rightarrow text{divergent} \
q=1&Rightarrow text{keine Aussage}
end{align*}
end{itemize}
end{document}
I simply invoked the xcolor
package.
answered 3 hours ago
BrasilBrasil
4142412
4142412
add a comment |
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%2f435547%2fchange-equation-color%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
Might be an idea to add
xcolor
to your packages, otherwiseMidnightBlue
is not supported (are you working withbeamer
? given the class options)– daleif
Jun 8 '18 at 12:54
1
@PhelypeOleinik even the displayed equation? That remains black for me
– daleif
Jun 8 '18 at 12:55
@daleif Ooh, sorry, I overlooked that one...
– Phelype Oleinik
Jun 8 '18 at 12:57
1
I'll delete my ignorant comments then. :)
– gvgramazio
Jun 8 '18 at 13:00
2
As mentioned adding
xcolor
then the coloring works on all butequation(*)
, the latter can be fixed by adding theetoolbox
package and addingAtBeginEnvironment{equation*}{color{orange}} AtBeginEnvironment{equation}{color{orange}}
– daleif
Jun 8 '18 at 13:04