Change settings for hyperlinks in latex file or cls Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)options for appearance of links in hyperrefXeLaTeX, hyperref and page breakingChange kerning for `f'` in math modeInstall a hyphenation file for xetexA problem with unicode-math.sty used in a .cls fileMissing begindocument in .cls filechange the default font to mcode font for Matlab file in XeLatexUnderstand how to change the style of chapters numbering with *.cls and *.sty filesCompiling laTeX file from C++ => ! LaTeX Error: File `colortbl.sty' not found! LaTeX Error: File `ucharcat.sty' not foundPython cannot compile LaTeX file
Can a 1st-level character have an ability score above 18?
Can I throw a sword that doesn't have the Thrown property at someone?
Estimate capacitor parameters
Is it possible to ask for a hotel room without minibar/extra services?
Why does tar appear to skip file contents when output file is /dev/null?
What was Bilhah and Zilpah's ancestry?
How to add zeros to reach same number of decimal places in tables?
Why is "Captain Marvel" translated as male in Portugal?
Classification of bundles, Postnikov towers, obstruction theory, local coefficients
If A makes B more likely then B makes A more likely"
How did the aliens keep their waters separated?
How to rotate it perfectly?
How does modal jazz use chord progressions?
Problem when applying foreach loop
Is there folklore associating late breastfeeding with low intelligence and/or gullibility?
Working around an AWS network ACL rule limit
A constraint that implies convexity
Mortgage adviser recommends a longer term than necessary combined with overpayments
Direct Experience of Meditation
Complexity of many constant time steps with occasional logarithmic steps
The following signatures were invalid: EXPKEYSIG 1397BC53640DB551
What to do with post with dry rot?
Can smartphones with the same camera sensor have different image quality?
What are the performance impacts of 'functional' Rust?
Change settings for hyperlinks in latex file or cls
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)options for appearance of links in hyperrefXeLaTeX, hyperref and page breakingChange kerning for `f'` in math modeInstall a hyphenation file for xetexA problem with unicode-math.sty used in a .cls fileMissing begindocument in .cls filechange the default font to mcode font for Matlab file in XeLatexUnderstand how to change the style of chapters numbering with *.cls and *.sty filesCompiling laTeX file from C++ => ! LaTeX Error: File `colortbl.sty' not found! LaTeX Error: File `ucharcat.sty' not foundPython cannot compile LaTeX file
I use the friggeri-cv class for creation of CV, and it creates the entries in .tex with the following code :
sectionExperience
beginentrylist
entry
Date
Function
Place
Description
The problem is when I want to put the links in description with the formhreflinknameOfLink, it doesn't color the name of link, so it keeps to be black like the rest of the text. Even if I change the colorlinks property inhyperset.
I guess the colors of links are defined in the .cls class, but because I have no idea what exactly I should change to owerwrite current settings and make my links colorful.
Do you have any idea to how achieve that?
Thanks
xetex
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from stackoverflow.com Jun 18 '18 at 15:07
This question came from our site for professional and enthusiast programmers.
add a comment |
I use the friggeri-cv class for creation of CV, and it creates the entries in .tex with the following code :
sectionExperience
beginentrylist
entry
Date
Function
Place
Description
The problem is when I want to put the links in description with the formhreflinknameOfLink, it doesn't color the name of link, so it keeps to be black like the rest of the text. Even if I change the colorlinks property inhyperset.
I guess the colors of links are defined in the .cls class, but because I have no idea what exactly I should change to owerwrite current settings and make my links colorful.
Do you have any idea to how achieve that?
Thanks
xetex
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from stackoverflow.com Jun 18 '18 at 15:07
This question came from our site for professional and enthusiast programmers.
Welcome to TeX.SE. It would be helpful if you composed a fully compilable minimal working example (MWE) includingdocumentclassand the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.
– user36296
Jun 18 '18 at 15:08
add a comment |
I use the friggeri-cv class for creation of CV, and it creates the entries in .tex with the following code :
sectionExperience
beginentrylist
entry
Date
Function
Place
Description
The problem is when I want to put the links in description with the formhreflinknameOfLink, it doesn't color the name of link, so it keeps to be black like the rest of the text. Even if I change the colorlinks property inhyperset.
I guess the colors of links are defined in the .cls class, but because I have no idea what exactly I should change to owerwrite current settings and make my links colorful.
Do you have any idea to how achieve that?
Thanks
xetex
I use the friggeri-cv class for creation of CV, and it creates the entries in .tex with the following code :
sectionExperience
beginentrylist
entry
Date
Function
Place
Description
The problem is when I want to put the links in description with the formhreflinknameOfLink, it doesn't color the name of link, so it keeps to be black like the rest of the text. Even if I change the colorlinks property inhyperset.
I guess the colors of links are defined in the .cls class, but because I have no idea what exactly I should change to owerwrite current settings and make my links colorful.
Do you have any idea to how achieve that?
Thanks
xetex
xetex
asked Jun 17 '18 at 19:20
Julien Lafont
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 4 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
migrated from stackoverflow.com Jun 18 '18 at 15:07
This question came from our site for professional and enthusiast programmers.
migrated from stackoverflow.com Jun 18 '18 at 15:07
This question came from our site for professional and enthusiast programmers.
Welcome to TeX.SE. It would be helpful if you composed a fully compilable minimal working example (MWE) includingdocumentclassand the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.
– user36296
Jun 18 '18 at 15:08
add a comment |
Welcome to TeX.SE. It would be helpful if you composed a fully compilable minimal working example (MWE) includingdocumentclassand the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.
– user36296
Jun 18 '18 at 15:08
Welcome to TeX.SE. It would be helpful if you composed a fully compilable minimal working example (MWE) including
documentclass and the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.– user36296
Jun 18 '18 at 15:08
Welcome to TeX.SE. It would be helpful if you composed a fully compilable minimal working example (MWE) including
documentclass and the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.– user36296
Jun 18 '18 at 15:08
add a comment |
1 Answer
1
active
oldest
votes
Considering that the friggeri-cv uses the hyperref package - at least if this version of the friggeri-cv is the one you're using, you should change the cv-style.cls file as you already thought.
As previously answered on tex.SE, you should change it with hypersetup. e.g. hypersetuplinkcolor = red
Note that this wont work if you loaded your class without colors (i.e. with the option print), since it redefines red as gray (it does so with the line colorletredgray).
3
It is never a good idea to change a class file. Makes support nearly impossible in the future.
– Johannes_B
Jun 18 '18 at 15:17
In general I you're right, but the friggeri-cv class is no longer maintained by him and has a lot of forks, all of them with slightly different setups. So, in this case, I think that one can create is personal class starting from the friggeri-cv (one of the unofficial one since the original is no longer publicly accessible on his repo).
– gvgramazio
Jun 18 '18 at 15:22
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%2f436910%2fchange-settings-for-hyperlinks-in-latex-file-or-cls%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
Considering that the friggeri-cv uses the hyperref package - at least if this version of the friggeri-cv is the one you're using, you should change the cv-style.cls file as you already thought.
As previously answered on tex.SE, you should change it with hypersetup. e.g. hypersetuplinkcolor = red
Note that this wont work if you loaded your class without colors (i.e. with the option print), since it redefines red as gray (it does so with the line colorletredgray).
3
It is never a good idea to change a class file. Makes support nearly impossible in the future.
– Johannes_B
Jun 18 '18 at 15:17
In general I you're right, but the friggeri-cv class is no longer maintained by him and has a lot of forks, all of them with slightly different setups. So, in this case, I think that one can create is personal class starting from the friggeri-cv (one of the unofficial one since the original is no longer publicly accessible on his repo).
– gvgramazio
Jun 18 '18 at 15:22
add a comment |
Considering that the friggeri-cv uses the hyperref package - at least if this version of the friggeri-cv is the one you're using, you should change the cv-style.cls file as you already thought.
As previously answered on tex.SE, you should change it with hypersetup. e.g. hypersetuplinkcolor = red
Note that this wont work if you loaded your class without colors (i.e. with the option print), since it redefines red as gray (it does so with the line colorletredgray).
3
It is never a good idea to change a class file. Makes support nearly impossible in the future.
– Johannes_B
Jun 18 '18 at 15:17
In general I you're right, but the friggeri-cv class is no longer maintained by him and has a lot of forks, all of them with slightly different setups. So, in this case, I think that one can create is personal class starting from the friggeri-cv (one of the unofficial one since the original is no longer publicly accessible on his repo).
– gvgramazio
Jun 18 '18 at 15:22
add a comment |
Considering that the friggeri-cv uses the hyperref package - at least if this version of the friggeri-cv is the one you're using, you should change the cv-style.cls file as you already thought.
As previously answered on tex.SE, you should change it with hypersetup. e.g. hypersetuplinkcolor = red
Note that this wont work if you loaded your class without colors (i.e. with the option print), since it redefines red as gray (it does so with the line colorletredgray).
Considering that the friggeri-cv uses the hyperref package - at least if this version of the friggeri-cv is the one you're using, you should change the cv-style.cls file as you already thought.
As previously answered on tex.SE, you should change it with hypersetup. e.g. hypersetuplinkcolor = red
Note that this wont work if you loaded your class without colors (i.e. with the option print), since it redefines red as gray (it does so with the line colorletredgray).
edited Jun 18 '18 at 15:14
answered Jun 18 '18 at 15:09
gvgramaziogvgramazio
1,467722
1,467722
3
It is never a good idea to change a class file. Makes support nearly impossible in the future.
– Johannes_B
Jun 18 '18 at 15:17
In general I you're right, but the friggeri-cv class is no longer maintained by him and has a lot of forks, all of them with slightly different setups. So, in this case, I think that one can create is personal class starting from the friggeri-cv (one of the unofficial one since the original is no longer publicly accessible on his repo).
– gvgramazio
Jun 18 '18 at 15:22
add a comment |
3
It is never a good idea to change a class file. Makes support nearly impossible in the future.
– Johannes_B
Jun 18 '18 at 15:17
In general I you're right, but the friggeri-cv class is no longer maintained by him and has a lot of forks, all of them with slightly different setups. So, in this case, I think that one can create is personal class starting from the friggeri-cv (one of the unofficial one since the original is no longer publicly accessible on his repo).
– gvgramazio
Jun 18 '18 at 15:22
3
3
It is never a good idea to change a class file. Makes support nearly impossible in the future.
– Johannes_B
Jun 18 '18 at 15:17
It is never a good idea to change a class file. Makes support nearly impossible in the future.
– Johannes_B
Jun 18 '18 at 15:17
In general I you're right, but the friggeri-cv class is no longer maintained by him and has a lot of forks, all of them with slightly different setups. So, in this case, I think that one can create is personal class starting from the friggeri-cv (one of the unofficial one since the original is no longer publicly accessible on his repo).
– gvgramazio
Jun 18 '18 at 15:22
In general I you're right, but the friggeri-cv class is no longer maintained by him and has a lot of forks, all of them with slightly different setups. So, in this case, I think that one can create is personal class starting from the friggeri-cv (one of the unofficial one since the original is no longer publicly accessible on his repo).
– gvgramazio
Jun 18 '18 at 15:22
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%2f436910%2fchange-settings-for-hyperlinks-in-latex-file-or-cls%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
Welcome to TeX.SE. It would be helpful if you composed a fully compilable minimal working example (MWE) including
documentclassand the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.– user36296
Jun 18 '18 at 15:08