How to change hyperlink colour in the content of the chapter?












0















I am writing a chapter in my thesis and have to give references for equations and theorems. But hyperlink to that is appearing in pink colour, which I want to change to black colour.



For that, I am using the following codes but still, the colour appears to be pink.



usepackage{hyperref}

hypersetup{
colorlinks = true,
linkbordercolor = {white},
citecolor={mycite_color},
% linkcolor={blue!50!black}
linkcolor={black}
}


Please help me how to convert the pink colour hyperlink to black.



Added:
I am using the following codes



documentclass[12pt,english,doublespacing,
headsepline]{MastersDoctoralThesis}
usepackage{amsmath, amsfonts, amssymb, graphicx, enumerate, tikz, tkz-graph, float, mathrsfs}
usepackage{hyperref}

hypersetup{
colorlinks = true,
linkbordercolor = {white},
citecolor={mycite_color},
% linkcolor={blue!50!black}
linkcolor={black}
}

usepackage{mathrsfs}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage{palatino}
usepackage[backend=bibtex,style=numeric,natbib=true, isbn=false, doi=false, url = false]{biblatex}
addbibresource{main.bib}
usepackage[autostyle=true]{csquotes}
usepackage{makecell}
newtheorem{question}{Question}
newtheorem{conjecture}{Conjecture}

geometry{
paper=a4paper,
inner=2.5cm,
outer=3.8cm,
bindingoffset=2cm,
top=1.5cm,
bottom=1.5cm,
}
begin{document}

end{document}









share|improve this question




















  • 2





    Welcome to TeX.SE! Please provide a complete minimal example, i.e. a document that starts with documentclass, ends with end{document}, and illustrates the issue.

    – marmot
    Oct 6 '18 at 5:04






  • 3





    Your MWE can only be compiled if one has MastersDoctoralThesis.cls, which is not a standard package AFAIK.

    – marmot
    Oct 6 '18 at 5:58











  • This is not a duplicate to the linked question, imho, as the question there deals specifically with the boxes around links, while this question here is using colorlinks and asks how to change the text colour and not the colour of the borders (which shouldn't be displayed as far as I understand).

    – Skillmon
    Oct 6 '18 at 8:42


















0















I am writing a chapter in my thesis and have to give references for equations and theorems. But hyperlink to that is appearing in pink colour, which I want to change to black colour.



For that, I am using the following codes but still, the colour appears to be pink.



usepackage{hyperref}

hypersetup{
colorlinks = true,
linkbordercolor = {white},
citecolor={mycite_color},
% linkcolor={blue!50!black}
linkcolor={black}
}


Please help me how to convert the pink colour hyperlink to black.



Added:
I am using the following codes



documentclass[12pt,english,doublespacing,
headsepline]{MastersDoctoralThesis}
usepackage{amsmath, amsfonts, amssymb, graphicx, enumerate, tikz, tkz-graph, float, mathrsfs}
usepackage{hyperref}

hypersetup{
colorlinks = true,
linkbordercolor = {white},
citecolor={mycite_color},
% linkcolor={blue!50!black}
linkcolor={black}
}

usepackage{mathrsfs}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage{palatino}
usepackage[backend=bibtex,style=numeric,natbib=true, isbn=false, doi=false, url = false]{biblatex}
addbibresource{main.bib}
usepackage[autostyle=true]{csquotes}
usepackage{makecell}
newtheorem{question}{Question}
newtheorem{conjecture}{Conjecture}

geometry{
paper=a4paper,
inner=2.5cm,
outer=3.8cm,
bindingoffset=2cm,
top=1.5cm,
bottom=1.5cm,
}
begin{document}

end{document}









share|improve this question




















  • 2





    Welcome to TeX.SE! Please provide a complete minimal example, i.e. a document that starts with documentclass, ends with end{document}, and illustrates the issue.

    – marmot
    Oct 6 '18 at 5:04






  • 3





    Your MWE can only be compiled if one has MastersDoctoralThesis.cls, which is not a standard package AFAIK.

    – marmot
    Oct 6 '18 at 5:58











  • This is not a duplicate to the linked question, imho, as the question there deals specifically with the boxes around links, while this question here is using colorlinks and asks how to change the text colour and not the colour of the borders (which shouldn't be displayed as far as I understand).

    – Skillmon
    Oct 6 '18 at 8:42
















0












0








0








I am writing a chapter in my thesis and have to give references for equations and theorems. But hyperlink to that is appearing in pink colour, which I want to change to black colour.



For that, I am using the following codes but still, the colour appears to be pink.



usepackage{hyperref}

hypersetup{
colorlinks = true,
linkbordercolor = {white},
citecolor={mycite_color},
% linkcolor={blue!50!black}
linkcolor={black}
}


Please help me how to convert the pink colour hyperlink to black.



Added:
I am using the following codes



documentclass[12pt,english,doublespacing,
headsepline]{MastersDoctoralThesis}
usepackage{amsmath, amsfonts, amssymb, graphicx, enumerate, tikz, tkz-graph, float, mathrsfs}
usepackage{hyperref}

hypersetup{
colorlinks = true,
linkbordercolor = {white},
citecolor={mycite_color},
% linkcolor={blue!50!black}
linkcolor={black}
}

usepackage{mathrsfs}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage{palatino}
usepackage[backend=bibtex,style=numeric,natbib=true, isbn=false, doi=false, url = false]{biblatex}
addbibresource{main.bib}
usepackage[autostyle=true]{csquotes}
usepackage{makecell}
newtheorem{question}{Question}
newtheorem{conjecture}{Conjecture}

geometry{
paper=a4paper,
inner=2.5cm,
outer=3.8cm,
bindingoffset=2cm,
top=1.5cm,
bottom=1.5cm,
}
begin{document}

end{document}









share|improve this question
















I am writing a chapter in my thesis and have to give references for equations and theorems. But hyperlink to that is appearing in pink colour, which I want to change to black colour.



For that, I am using the following codes but still, the colour appears to be pink.



usepackage{hyperref}

hypersetup{
colorlinks = true,
linkbordercolor = {white},
citecolor={mycite_color},
% linkcolor={blue!50!black}
linkcolor={black}
}


Please help me how to convert the pink colour hyperlink to black.



Added:
I am using the following codes



documentclass[12pt,english,doublespacing,
headsepline]{MastersDoctoralThesis}
usepackage{amsmath, amsfonts, amssymb, graphicx, enumerate, tikz, tkz-graph, float, mathrsfs}
usepackage{hyperref}

hypersetup{
colorlinks = true,
linkbordercolor = {white},
citecolor={mycite_color},
% linkcolor={blue!50!black}
linkcolor={black}
}

usepackage{mathrsfs}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage{palatino}
usepackage[backend=bibtex,style=numeric,natbib=true, isbn=false, doi=false, url = false]{biblatex}
addbibresource{main.bib}
usepackage[autostyle=true]{csquotes}
usepackage{makecell}
newtheorem{question}{Question}
newtheorem{conjecture}{Conjecture}

geometry{
paper=a4paper,
inner=2.5cm,
outer=3.8cm,
bindingoffset=2cm,
top=1.5cm,
bottom=1.5cm,
}
begin{document}

end{document}






hyperref cross-referencing color hyperlink






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 6 '18 at 5:43









marmot

91.2k4105198




91.2k4105198










asked Oct 6 '18 at 5:02









AmandaAmanda

11




11








  • 2





    Welcome to TeX.SE! Please provide a complete minimal example, i.e. a document that starts with documentclass, ends with end{document}, and illustrates the issue.

    – marmot
    Oct 6 '18 at 5:04






  • 3





    Your MWE can only be compiled if one has MastersDoctoralThesis.cls, which is not a standard package AFAIK.

    – marmot
    Oct 6 '18 at 5:58











  • This is not a duplicate to the linked question, imho, as the question there deals specifically with the boxes around links, while this question here is using colorlinks and asks how to change the text colour and not the colour of the borders (which shouldn't be displayed as far as I understand).

    – Skillmon
    Oct 6 '18 at 8:42
















  • 2





    Welcome to TeX.SE! Please provide a complete minimal example, i.e. a document that starts with documentclass, ends with end{document}, and illustrates the issue.

    – marmot
    Oct 6 '18 at 5:04






  • 3





    Your MWE can only be compiled if one has MastersDoctoralThesis.cls, which is not a standard package AFAIK.

    – marmot
    Oct 6 '18 at 5:58











  • This is not a duplicate to the linked question, imho, as the question there deals specifically with the boxes around links, while this question here is using colorlinks and asks how to change the text colour and not the colour of the borders (which shouldn't be displayed as far as I understand).

    – Skillmon
    Oct 6 '18 at 8:42










2




2





Welcome to TeX.SE! Please provide a complete minimal example, i.e. a document that starts with documentclass, ends with end{document}, and illustrates the issue.

– marmot
Oct 6 '18 at 5:04





Welcome to TeX.SE! Please provide a complete minimal example, i.e. a document that starts with documentclass, ends with end{document}, and illustrates the issue.

– marmot
Oct 6 '18 at 5:04




3




3





Your MWE can only be compiled if one has MastersDoctoralThesis.cls, which is not a standard package AFAIK.

– marmot
Oct 6 '18 at 5:58





Your MWE can only be compiled if one has MastersDoctoralThesis.cls, which is not a standard package AFAIK.

– marmot
Oct 6 '18 at 5:58













This is not a duplicate to the linked question, imho, as the question there deals specifically with the boxes around links, while this question here is using colorlinks and asks how to change the text colour and not the colour of the borders (which shouldn't be displayed as far as I understand).

– Skillmon
Oct 6 '18 at 8:42







This is not a duplicate to the linked question, imho, as the question there deals specifically with the boxes around links, while this question here is using colorlinks and asks how to change the text colour and not the colour of the borders (which shouldn't be displayed as far as I understand).

– Skillmon
Oct 6 '18 at 8:42












0






active

oldest

votes











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%2f454069%2fhow-to-change-hyperlink-colour-in-the-content-of-the-chapter%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















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%2f454069%2fhow-to-change-hyperlink-colour-in-the-content-of-the-chapter%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

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?