change equation coloraligning a multiline formula with the bullet of itemizeChange the equation font...
What Brexit proposals are on the table in the indicative votes on the 27th of March 2019?
Two monoidal structures and copowering
Closest Prime Number
A particular customize with green line and letters for subfloat
You cannot touch me, but I can touch you, who am I?
Hostile work environment after whistle-blowing on coworker and our boss. What do I do?
How to write papers efficiently when English isn't my first language?
Increase performance creating Mandelbrot set in python
Is HostGator storing my password in plaintext?
Is `x >> pure y` equivalent to `liftM (const y) x`
Nautlius: add mouse right-click action to compute MD5 sum
Balance Issues for a Custom Sorcerer Variant
Applicability of Single Responsibility Principle
How do we know the LHC results are robust?
CREATE opcode: what does it really do?
Escape a backup date in a file name
Gears on left are inverse to gears on right?
System.debug(JSON.Serialize(o)) Not longer shows full string
How can we prove that any integral in the set of non-elementary integrals cannot be expressed in the form of elementary functions?
Purchasing a ticket for someone else in another country?
Do all network devices need to make routing decisions, regardless of communication across networks or within a network?
Large drywall patch supports
How did Doctor Strange see the winning outcome in Avengers: Infinity War?
What does the word "Atten" mean?
change equation color
aligning a multiline formula with the bullet of itemizeChange the equation font locallyChange border color of a boxed equation?Any way to change color of notChange Color of ProofChange color of QED symbolChange color of sectionsWhen I change the equation color, there is a blank lineChange link color of eqrefHow to change colour within equation?
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 addxcolorto your packages, otherwiseMidnightBlueis 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 addingxcolorthen the coloring works on all butequation(*), the latter can be fixed by adding theetoolboxpackage 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 addxcolorto your packages, otherwiseMidnightBlueis 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 addingxcolorthen the coloring works on all butequation(*), the latter can be fixed by adding theetoolboxpackage 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 addxcolorto your packages, otherwiseMidnightBlueis 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 addingxcolorthen the coloring works on all butequation(*), the latter can be fixed by adding theetoolboxpackage 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 xcolorpackage.
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 xcolorpackage.
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 xcolorpackage.
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 xcolorpackage.
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 xcolorpackage.
answered 13 mins 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
xcolorto your packages, otherwiseMidnightBlueis 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
xcolorthen the coloring works on all butequation(*), the latter can be fixed by adding theetoolboxpackage and addingAtBeginEnvironment{equation*}{color{orange}} AtBeginEnvironment{equation}{color{orange}}– daleif
Jun 8 '18 at 13:04