How to adjust darkness of various colors for text
Question: 1
How can I adjust darkness of different colors in my document?
Question: 2
I want to add headrule and footrule with specified width and length, even I wish to write some text at left, center and right header and same things at footer. If I made mistake in defining geometry (margin) of document, please guide me.
MWE:
documentclass[12pt, a4paper]{article}
usepackage[top=0.6 in,bottom=0.6 in,left=0.6 in,right=0.6 in]{geometry}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amsfonts}
usepackage{amssymb}
usepackage[shortlabels]{enumitem}
usepackage{graphicx}
usepackage[dvipsnames]{xcolor}
usepackage{tikz}
usetikzlibrary{calc,shapes}
usepackage{parskip}
%line spacing
renewcommand{baselinestretch}{0.95}
%reduce top margin
addtolength{headsep}{-0.45cm}
begin{document}
large
begin{center}
textcolor{Magenta}{textbf{Exercises}}
end{center}
textcolor{Magenta}{textbf{Example}}
textcolor{Blue}{textbf{Body of question Body of question Body of question Body of question}}
textcolor{Magenta}{textbf{Solution}}
textcolor{Green}{textbf{Body of solution Body of solution Body of solution Body of solution}}
end{document}
header-footer color margins
add a comment |
Question: 1
How can I adjust darkness of different colors in my document?
Question: 2
I want to add headrule and footrule with specified width and length, even I wish to write some text at left, center and right header and same things at footer. If I made mistake in defining geometry (margin) of document, please guide me.
MWE:
documentclass[12pt, a4paper]{article}
usepackage[top=0.6 in,bottom=0.6 in,left=0.6 in,right=0.6 in]{geometry}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amsfonts}
usepackage{amssymb}
usepackage[shortlabels]{enumitem}
usepackage{graphicx}
usepackage[dvipsnames]{xcolor}
usepackage{tikz}
usetikzlibrary{calc,shapes}
usepackage{parskip}
%line spacing
renewcommand{baselinestretch}{0.95}
%reduce top margin
addtolength{headsep}{-0.45cm}
begin{document}
large
begin{center}
textcolor{Magenta}{textbf{Exercises}}
end{center}
textcolor{Magenta}{textbf{Example}}
textcolor{Blue}{textbf{Body of question Body of question Body of question Body of question}}
textcolor{Magenta}{textbf{Solution}}
textcolor{Green}{textbf{Body of solution Body of solution Body of solution Body of solution}}
end{document}
header-footer color margins
2
Hi. If you have two different questions, I recommend asking it in two questions instead of combine it.
– JouleV
Mar 9 at 8:19
1
Answer for question 1: Tryredandred!50!black(read more here). Question 2: Have a look atfancyhdr
– JouleV
Mar 9 at 8:22
@JouleV Ok i will remember this thing next time. Accepting your recommendation. One request to you please explain so i can understand in better way. Surely i will go through the given link.
– Sandy
Mar 9 at 8:29
I pointed to two links for the two questions respectively. Reading them (the manual) is the best way to understand, and the manuals are better than any answers.
– JouleV
Mar 9 at 9:11
Let me try. But still waiting for solution from somewhere
– Sandy
Mar 9 at 9:33
add a comment |
Question: 1
How can I adjust darkness of different colors in my document?
Question: 2
I want to add headrule and footrule with specified width and length, even I wish to write some text at left, center and right header and same things at footer. If I made mistake in defining geometry (margin) of document, please guide me.
MWE:
documentclass[12pt, a4paper]{article}
usepackage[top=0.6 in,bottom=0.6 in,left=0.6 in,right=0.6 in]{geometry}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amsfonts}
usepackage{amssymb}
usepackage[shortlabels]{enumitem}
usepackage{graphicx}
usepackage[dvipsnames]{xcolor}
usepackage{tikz}
usetikzlibrary{calc,shapes}
usepackage{parskip}
%line spacing
renewcommand{baselinestretch}{0.95}
%reduce top margin
addtolength{headsep}{-0.45cm}
begin{document}
large
begin{center}
textcolor{Magenta}{textbf{Exercises}}
end{center}
textcolor{Magenta}{textbf{Example}}
textcolor{Blue}{textbf{Body of question Body of question Body of question Body of question}}
textcolor{Magenta}{textbf{Solution}}
textcolor{Green}{textbf{Body of solution Body of solution Body of solution Body of solution}}
end{document}
header-footer color margins
Question: 1
How can I adjust darkness of different colors in my document?
Question: 2
I want to add headrule and footrule with specified width and length, even I wish to write some text at left, center and right header and same things at footer. If I made mistake in defining geometry (margin) of document, please guide me.
MWE:
documentclass[12pt, a4paper]{article}
usepackage[top=0.6 in,bottom=0.6 in,left=0.6 in,right=0.6 in]{geometry}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage{amsfonts}
usepackage{amssymb}
usepackage[shortlabels]{enumitem}
usepackage{graphicx}
usepackage[dvipsnames]{xcolor}
usepackage{tikz}
usetikzlibrary{calc,shapes}
usepackage{parskip}
%line spacing
renewcommand{baselinestretch}{0.95}
%reduce top margin
addtolength{headsep}{-0.45cm}
begin{document}
large
begin{center}
textcolor{Magenta}{textbf{Exercises}}
end{center}
textcolor{Magenta}{textbf{Example}}
textcolor{Blue}{textbf{Body of question Body of question Body of question Body of question}}
textcolor{Magenta}{textbf{Solution}}
textcolor{Green}{textbf{Body of solution Body of solution Body of solution Body of solution}}
end{document}
header-footer color margins
header-footer color margins
edited Mar 9 at 10:43
Bernard
173k776204
173k776204
asked Mar 9 at 8:13
SandySandy
742915
742915
2
Hi. If you have two different questions, I recommend asking it in two questions instead of combine it.
– JouleV
Mar 9 at 8:19
1
Answer for question 1: Tryredandred!50!black(read more here). Question 2: Have a look atfancyhdr
– JouleV
Mar 9 at 8:22
@JouleV Ok i will remember this thing next time. Accepting your recommendation. One request to you please explain so i can understand in better way. Surely i will go through the given link.
– Sandy
Mar 9 at 8:29
I pointed to two links for the two questions respectively. Reading them (the manual) is the best way to understand, and the manuals are better than any answers.
– JouleV
Mar 9 at 9:11
Let me try. But still waiting for solution from somewhere
– Sandy
Mar 9 at 9:33
add a comment |
2
Hi. If you have two different questions, I recommend asking it in two questions instead of combine it.
– JouleV
Mar 9 at 8:19
1
Answer for question 1: Tryredandred!50!black(read more here). Question 2: Have a look atfancyhdr
– JouleV
Mar 9 at 8:22
@JouleV Ok i will remember this thing next time. Accepting your recommendation. One request to you please explain so i can understand in better way. Surely i will go through the given link.
– Sandy
Mar 9 at 8:29
I pointed to two links for the two questions respectively. Reading them (the manual) is the best way to understand, and the manuals are better than any answers.
– JouleV
Mar 9 at 9:11
Let me try. But still waiting for solution from somewhere
– Sandy
Mar 9 at 9:33
2
2
Hi. If you have two different questions, I recommend asking it in two questions instead of combine it.
– JouleV
Mar 9 at 8:19
Hi. If you have two different questions, I recommend asking it in two questions instead of combine it.
– JouleV
Mar 9 at 8:19
1
1
Answer for question 1: Try
red and red!50!black (read more here). Question 2: Have a look at fancyhdr– JouleV
Mar 9 at 8:22
Answer for question 1: Try
red and red!50!black (read more here). Question 2: Have a look at fancyhdr– JouleV
Mar 9 at 8:22
@JouleV Ok i will remember this thing next time. Accepting your recommendation. One request to you please explain so i can understand in better way. Surely i will go through the given link.
– Sandy
Mar 9 at 8:29
@JouleV Ok i will remember this thing next time. Accepting your recommendation. One request to you please explain so i can understand in better way. Surely i will go through the given link.
– Sandy
Mar 9 at 8:29
I pointed to two links for the two questions respectively. Reading them (the manual) is the best way to understand, and the manuals are better than any answers.
– JouleV
Mar 9 at 9:11
I pointed to two links for the two questions respectively. Reading them (the manual) is the best way to understand, and the manuals are better than any answers.
– JouleV
Mar 9 at 9:11
Let me try. But still waiting for solution from somewhere
– Sandy
Mar 9 at 9:33
Let me try. But still waiting for solution from somewhere
– Sandy
Mar 9 at 9:33
add a comment |
1 Answer
1
active
oldest
votes
The documentation for xcolor (here) and fancyhdr (here) will help you customise things further, but this will get you started.
documentclass{article}
usepackage{xcolor}
usepackage{fancyhdr}
lhead{LeftHeader}
chead{CentreHeader}
rhead{RightHeader}
lfoot{LeftFooter}
cfoot{CentreFooter}
rfoot{RightFooter}
renewcommand{headrulewidth}{0.4pt}
renewcommand{footrulewidth}{0.4pt}
pagestyle{fancy}
begin{document}
section*{Question 1}
subsection*{Shades}
textcolor{magenta}{magenta} \
textcolor{magenta!90!black}{magenta!90!black} \
textcolor{magenta!80!black}{magenta!80!black} \
textcolor{magenta!70!black}{magenta!70!black} \
textcolor{magenta!60!black}{magenta!60!black} \
textcolor{magenta!50!black}{magenta!50!black} \
textcolor{magenta!40!black}{magenta!40!black} \
textcolor{magenta!30!black}{magenta!30!black} \
textcolor{magenta!20!black}{magenta!20!black} \
textcolor{magenta!10!black}{magenta!10!black} \
textcolor{black}{black}
subsection*{Tints}
textcolor{magenta}{magenta} \
textcolor{magenta!90!white}{magenta!90!white} \
textcolor{magenta!80!white}{magenta!80!white} \
textcolor{magenta!70!white}{magenta!70!white} \
textcolor{magenta!60!white}{magenta!60!white} \
textcolor{magenta!50!white}{magenta!50!white} \
textcolor{magenta!40!white}{magenta!40!white} \
textcolor{magenta!30!white}{magenta!30!white} \
textcolor{magenta!20!white}{magenta!20!white} \
textcolor{magenta!10!white}{magenta!10!white} \
textcolor{white}{white}
section*{Question 2}
Add this to your preamble:
begin{verbatim}
usepackage{fancyhdr}
lhead{LeftHeader}
chead{CentreHeader}
rhead{RightHeader}
lfoot{LeftFooter}
cfoot{CentreFooter}
rfoot{RightFooter}
renewcommand{headrulewidth}{0.4pt}
renewcommand{footrulewidth}{0.4pt}
pagestyle{fancy}
end{verbatim}
end{document}

Thanks a lot...how to set margin of header and footers
– Sandy
Mar 11 at 5:30
@snehal, thegeometrypackage will let you set all margins. This site works best if you ask specific questions. I suggest you ask a new question with an appropriate minimal working example asking exactly what you want.
– David Purton
Mar 11 at 7:05
Ok got it. Thanks
– Sandy
Mar 11 at 8:14
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%2f478545%2fhow-to-adjust-darkness-of-various-colors-for-text%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 documentation for xcolor (here) and fancyhdr (here) will help you customise things further, but this will get you started.
documentclass{article}
usepackage{xcolor}
usepackage{fancyhdr}
lhead{LeftHeader}
chead{CentreHeader}
rhead{RightHeader}
lfoot{LeftFooter}
cfoot{CentreFooter}
rfoot{RightFooter}
renewcommand{headrulewidth}{0.4pt}
renewcommand{footrulewidth}{0.4pt}
pagestyle{fancy}
begin{document}
section*{Question 1}
subsection*{Shades}
textcolor{magenta}{magenta} \
textcolor{magenta!90!black}{magenta!90!black} \
textcolor{magenta!80!black}{magenta!80!black} \
textcolor{magenta!70!black}{magenta!70!black} \
textcolor{magenta!60!black}{magenta!60!black} \
textcolor{magenta!50!black}{magenta!50!black} \
textcolor{magenta!40!black}{magenta!40!black} \
textcolor{magenta!30!black}{magenta!30!black} \
textcolor{magenta!20!black}{magenta!20!black} \
textcolor{magenta!10!black}{magenta!10!black} \
textcolor{black}{black}
subsection*{Tints}
textcolor{magenta}{magenta} \
textcolor{magenta!90!white}{magenta!90!white} \
textcolor{magenta!80!white}{magenta!80!white} \
textcolor{magenta!70!white}{magenta!70!white} \
textcolor{magenta!60!white}{magenta!60!white} \
textcolor{magenta!50!white}{magenta!50!white} \
textcolor{magenta!40!white}{magenta!40!white} \
textcolor{magenta!30!white}{magenta!30!white} \
textcolor{magenta!20!white}{magenta!20!white} \
textcolor{magenta!10!white}{magenta!10!white} \
textcolor{white}{white}
section*{Question 2}
Add this to your preamble:
begin{verbatim}
usepackage{fancyhdr}
lhead{LeftHeader}
chead{CentreHeader}
rhead{RightHeader}
lfoot{LeftFooter}
cfoot{CentreFooter}
rfoot{RightFooter}
renewcommand{headrulewidth}{0.4pt}
renewcommand{footrulewidth}{0.4pt}
pagestyle{fancy}
end{verbatim}
end{document}

Thanks a lot...how to set margin of header and footers
– Sandy
Mar 11 at 5:30
@snehal, thegeometrypackage will let you set all margins. This site works best if you ask specific questions. I suggest you ask a new question with an appropriate minimal working example asking exactly what you want.
– David Purton
Mar 11 at 7:05
Ok got it. Thanks
– Sandy
Mar 11 at 8:14
add a comment |
The documentation for xcolor (here) and fancyhdr (here) will help you customise things further, but this will get you started.
documentclass{article}
usepackage{xcolor}
usepackage{fancyhdr}
lhead{LeftHeader}
chead{CentreHeader}
rhead{RightHeader}
lfoot{LeftFooter}
cfoot{CentreFooter}
rfoot{RightFooter}
renewcommand{headrulewidth}{0.4pt}
renewcommand{footrulewidth}{0.4pt}
pagestyle{fancy}
begin{document}
section*{Question 1}
subsection*{Shades}
textcolor{magenta}{magenta} \
textcolor{magenta!90!black}{magenta!90!black} \
textcolor{magenta!80!black}{magenta!80!black} \
textcolor{magenta!70!black}{magenta!70!black} \
textcolor{magenta!60!black}{magenta!60!black} \
textcolor{magenta!50!black}{magenta!50!black} \
textcolor{magenta!40!black}{magenta!40!black} \
textcolor{magenta!30!black}{magenta!30!black} \
textcolor{magenta!20!black}{magenta!20!black} \
textcolor{magenta!10!black}{magenta!10!black} \
textcolor{black}{black}
subsection*{Tints}
textcolor{magenta}{magenta} \
textcolor{magenta!90!white}{magenta!90!white} \
textcolor{magenta!80!white}{magenta!80!white} \
textcolor{magenta!70!white}{magenta!70!white} \
textcolor{magenta!60!white}{magenta!60!white} \
textcolor{magenta!50!white}{magenta!50!white} \
textcolor{magenta!40!white}{magenta!40!white} \
textcolor{magenta!30!white}{magenta!30!white} \
textcolor{magenta!20!white}{magenta!20!white} \
textcolor{magenta!10!white}{magenta!10!white} \
textcolor{white}{white}
section*{Question 2}
Add this to your preamble:
begin{verbatim}
usepackage{fancyhdr}
lhead{LeftHeader}
chead{CentreHeader}
rhead{RightHeader}
lfoot{LeftFooter}
cfoot{CentreFooter}
rfoot{RightFooter}
renewcommand{headrulewidth}{0.4pt}
renewcommand{footrulewidth}{0.4pt}
pagestyle{fancy}
end{verbatim}
end{document}

Thanks a lot...how to set margin of header and footers
– Sandy
Mar 11 at 5:30
@snehal, thegeometrypackage will let you set all margins. This site works best if you ask specific questions. I suggest you ask a new question with an appropriate minimal working example asking exactly what you want.
– David Purton
Mar 11 at 7:05
Ok got it. Thanks
– Sandy
Mar 11 at 8:14
add a comment |
The documentation for xcolor (here) and fancyhdr (here) will help you customise things further, but this will get you started.
documentclass{article}
usepackage{xcolor}
usepackage{fancyhdr}
lhead{LeftHeader}
chead{CentreHeader}
rhead{RightHeader}
lfoot{LeftFooter}
cfoot{CentreFooter}
rfoot{RightFooter}
renewcommand{headrulewidth}{0.4pt}
renewcommand{footrulewidth}{0.4pt}
pagestyle{fancy}
begin{document}
section*{Question 1}
subsection*{Shades}
textcolor{magenta}{magenta} \
textcolor{magenta!90!black}{magenta!90!black} \
textcolor{magenta!80!black}{magenta!80!black} \
textcolor{magenta!70!black}{magenta!70!black} \
textcolor{magenta!60!black}{magenta!60!black} \
textcolor{magenta!50!black}{magenta!50!black} \
textcolor{magenta!40!black}{magenta!40!black} \
textcolor{magenta!30!black}{magenta!30!black} \
textcolor{magenta!20!black}{magenta!20!black} \
textcolor{magenta!10!black}{magenta!10!black} \
textcolor{black}{black}
subsection*{Tints}
textcolor{magenta}{magenta} \
textcolor{magenta!90!white}{magenta!90!white} \
textcolor{magenta!80!white}{magenta!80!white} \
textcolor{magenta!70!white}{magenta!70!white} \
textcolor{magenta!60!white}{magenta!60!white} \
textcolor{magenta!50!white}{magenta!50!white} \
textcolor{magenta!40!white}{magenta!40!white} \
textcolor{magenta!30!white}{magenta!30!white} \
textcolor{magenta!20!white}{magenta!20!white} \
textcolor{magenta!10!white}{magenta!10!white} \
textcolor{white}{white}
section*{Question 2}
Add this to your preamble:
begin{verbatim}
usepackage{fancyhdr}
lhead{LeftHeader}
chead{CentreHeader}
rhead{RightHeader}
lfoot{LeftFooter}
cfoot{CentreFooter}
rfoot{RightFooter}
renewcommand{headrulewidth}{0.4pt}
renewcommand{footrulewidth}{0.4pt}
pagestyle{fancy}
end{verbatim}
end{document}

The documentation for xcolor (here) and fancyhdr (here) will help you customise things further, but this will get you started.
documentclass{article}
usepackage{xcolor}
usepackage{fancyhdr}
lhead{LeftHeader}
chead{CentreHeader}
rhead{RightHeader}
lfoot{LeftFooter}
cfoot{CentreFooter}
rfoot{RightFooter}
renewcommand{headrulewidth}{0.4pt}
renewcommand{footrulewidth}{0.4pt}
pagestyle{fancy}
begin{document}
section*{Question 1}
subsection*{Shades}
textcolor{magenta}{magenta} \
textcolor{magenta!90!black}{magenta!90!black} \
textcolor{magenta!80!black}{magenta!80!black} \
textcolor{magenta!70!black}{magenta!70!black} \
textcolor{magenta!60!black}{magenta!60!black} \
textcolor{magenta!50!black}{magenta!50!black} \
textcolor{magenta!40!black}{magenta!40!black} \
textcolor{magenta!30!black}{magenta!30!black} \
textcolor{magenta!20!black}{magenta!20!black} \
textcolor{magenta!10!black}{magenta!10!black} \
textcolor{black}{black}
subsection*{Tints}
textcolor{magenta}{magenta} \
textcolor{magenta!90!white}{magenta!90!white} \
textcolor{magenta!80!white}{magenta!80!white} \
textcolor{magenta!70!white}{magenta!70!white} \
textcolor{magenta!60!white}{magenta!60!white} \
textcolor{magenta!50!white}{magenta!50!white} \
textcolor{magenta!40!white}{magenta!40!white} \
textcolor{magenta!30!white}{magenta!30!white} \
textcolor{magenta!20!white}{magenta!20!white} \
textcolor{magenta!10!white}{magenta!10!white} \
textcolor{white}{white}
section*{Question 2}
Add this to your preamble:
begin{verbatim}
usepackage{fancyhdr}
lhead{LeftHeader}
chead{CentreHeader}
rhead{RightHeader}
lfoot{LeftFooter}
cfoot{CentreFooter}
rfoot{RightFooter}
renewcommand{headrulewidth}{0.4pt}
renewcommand{footrulewidth}{0.4pt}
pagestyle{fancy}
end{verbatim}
end{document}

edited Mar 9 at 10:52
answered Mar 9 at 10:34
David PurtonDavid Purton
10.7k2939
10.7k2939
Thanks a lot...how to set margin of header and footers
– Sandy
Mar 11 at 5:30
@snehal, thegeometrypackage will let you set all margins. This site works best if you ask specific questions. I suggest you ask a new question with an appropriate minimal working example asking exactly what you want.
– David Purton
Mar 11 at 7:05
Ok got it. Thanks
– Sandy
Mar 11 at 8:14
add a comment |
Thanks a lot...how to set margin of header and footers
– Sandy
Mar 11 at 5:30
@snehal, thegeometrypackage will let you set all margins. This site works best if you ask specific questions. I suggest you ask a new question with an appropriate minimal working example asking exactly what you want.
– David Purton
Mar 11 at 7:05
Ok got it. Thanks
– Sandy
Mar 11 at 8:14
Thanks a lot...how to set margin of header and footers
– Sandy
Mar 11 at 5:30
Thanks a lot...how to set margin of header and footers
– Sandy
Mar 11 at 5:30
@snehal, the
geometry package will let you set all margins. This site works best if you ask specific questions. I suggest you ask a new question with an appropriate minimal working example asking exactly what you want.– David Purton
Mar 11 at 7:05
@snehal, the
geometry package will let you set all margins. This site works best if you ask specific questions. I suggest you ask a new question with an appropriate minimal working example asking exactly what you want.– David Purton
Mar 11 at 7:05
Ok got it. Thanks
– Sandy
Mar 11 at 8:14
Ok got it. Thanks
– Sandy
Mar 11 at 8:14
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%2f478545%2fhow-to-adjust-darkness-of-various-colors-for-text%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
2
Hi. If you have two different questions, I recommend asking it in two questions instead of combine it.
– JouleV
Mar 9 at 8:19
1
Answer for question 1: Try
redandred!50!black(read more here). Question 2: Have a look atfancyhdr– JouleV
Mar 9 at 8:22
@JouleV Ok i will remember this thing next time. Accepting your recommendation. One request to you please explain so i can understand in better way. Surely i will go through the given link.
– Sandy
Mar 9 at 8:29
I pointed to two links for the two questions respectively. Reading them (the manual) is the best way to understand, and the manuals are better than any answers.
– JouleV
Mar 9 at 9:11
Let me try. But still waiting for solution from somewhere
– Sandy
Mar 9 at 9:33