change equation color












1















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?










share|improve this question

























  • 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





    @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 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
















1















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?










share|improve this question

























  • 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





    @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 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














1












1








1








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?










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 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





    @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 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



















  • 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





    @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 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

















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










1 Answer
1






active

oldest

votes


















0














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.






share|improve this answer























    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    0














    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.






    share|improve this answer




























      0














      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.






      share|improve this answer


























        0












        0








        0







        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.






        share|improve this answer













        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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 3 hours ago









        BrasilBrasil

        4142412




        4142412






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Contact image not getting when fetch all contact list from iPhone by CNContact

            count number of partitions of a set with n elements into k subsets

            A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks