Hyperlinks and Icons LaTex
I am trying to insert a link say https://google.com
into a font awesome icon say faHome
How do I do this using the hyperref package? I researched but I cant find any info?
pdftex
add a comment |
I am trying to insert a link say https://google.com
into a font awesome icon say faHome
How do I do this using the hyperref package? I researched but I cant find any info?
pdftex
add a comment |
I am trying to insert a link say https://google.com
into a font awesome icon say faHome
How do I do this using the hyperref package? I researched but I cant find any info?
pdftex
I am trying to insert a link say https://google.com
into a font awesome icon say faHome
How do I do this using the hyperref package? I researched but I cant find any info?
pdftex
pdftex
asked Aug 2 '17 at 0:31
BanaBana
82
82
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
href
is your friend:
href{https://google.com/}{faHome}
If I use two of these, this creates an odd space between the icons. How does one fix this? Ie 2 links side by side
– Bana
Aug 2 '17 at 0:38
@Bana Then, do not insert the space (comment line ends, ...).
– Heiko Oberdiek
Aug 2 '17 at 0:40
I'll show an example soon once I try to debug it myself lol
– Bana
Aug 2 '17 at 0:41
@Bana: …and welcome to TeX.SX!
– GuM
Aug 2 '17 at 1:42
And there's no spacing issue. Thanks!
– Bana
Aug 2 '17 at 4:15
add a comment |
I have the same problem, how did you fix the odd space issue? Not too sure what you meant when you said do not insert the space. Thank you for the help!
New contributor
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%2f384351%2fhyperlinks-and-icons-latex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
href
is your friend:
href{https://google.com/}{faHome}
If I use two of these, this creates an odd space between the icons. How does one fix this? Ie 2 links side by side
– Bana
Aug 2 '17 at 0:38
@Bana Then, do not insert the space (comment line ends, ...).
– Heiko Oberdiek
Aug 2 '17 at 0:40
I'll show an example soon once I try to debug it myself lol
– Bana
Aug 2 '17 at 0:41
@Bana: …and welcome to TeX.SX!
– GuM
Aug 2 '17 at 1:42
And there's no spacing issue. Thanks!
– Bana
Aug 2 '17 at 4:15
add a comment |
href
is your friend:
href{https://google.com/}{faHome}
If I use two of these, this creates an odd space between the icons. How does one fix this? Ie 2 links side by side
– Bana
Aug 2 '17 at 0:38
@Bana Then, do not insert the space (comment line ends, ...).
– Heiko Oberdiek
Aug 2 '17 at 0:40
I'll show an example soon once I try to debug it myself lol
– Bana
Aug 2 '17 at 0:41
@Bana: …and welcome to TeX.SX!
– GuM
Aug 2 '17 at 1:42
And there's no spacing issue. Thanks!
– Bana
Aug 2 '17 at 4:15
add a comment |
href
is your friend:
href{https://google.com/}{faHome}
href
is your friend:
href{https://google.com/}{faHome}
answered Aug 2 '17 at 0:35
Heiko OberdiekHeiko Oberdiek
229k19557908
229k19557908
If I use two of these, this creates an odd space between the icons. How does one fix this? Ie 2 links side by side
– Bana
Aug 2 '17 at 0:38
@Bana Then, do not insert the space (comment line ends, ...).
– Heiko Oberdiek
Aug 2 '17 at 0:40
I'll show an example soon once I try to debug it myself lol
– Bana
Aug 2 '17 at 0:41
@Bana: …and welcome to TeX.SX!
– GuM
Aug 2 '17 at 1:42
And there's no spacing issue. Thanks!
– Bana
Aug 2 '17 at 4:15
add a comment |
If I use two of these, this creates an odd space between the icons. How does one fix this? Ie 2 links side by side
– Bana
Aug 2 '17 at 0:38
@Bana Then, do not insert the space (comment line ends, ...).
– Heiko Oberdiek
Aug 2 '17 at 0:40
I'll show an example soon once I try to debug it myself lol
– Bana
Aug 2 '17 at 0:41
@Bana: …and welcome to TeX.SX!
– GuM
Aug 2 '17 at 1:42
And there's no spacing issue. Thanks!
– Bana
Aug 2 '17 at 4:15
If I use two of these, this creates an odd space between the icons. How does one fix this? Ie 2 links side by side
– Bana
Aug 2 '17 at 0:38
If I use two of these, this creates an odd space between the icons. How does one fix this? Ie 2 links side by side
– Bana
Aug 2 '17 at 0:38
@Bana Then, do not insert the space (comment line ends, ...).
– Heiko Oberdiek
Aug 2 '17 at 0:40
@Bana Then, do not insert the space (comment line ends, ...).
– Heiko Oberdiek
Aug 2 '17 at 0:40
I'll show an example soon once I try to debug it myself lol
– Bana
Aug 2 '17 at 0:41
I'll show an example soon once I try to debug it myself lol
– Bana
Aug 2 '17 at 0:41
@Bana: …and welcome to TeX.SX!
– GuM
Aug 2 '17 at 1:42
@Bana: …and welcome to TeX.SX!
– GuM
Aug 2 '17 at 1:42
And there's no spacing issue. Thanks!
– Bana
Aug 2 '17 at 4:15
And there's no spacing issue. Thanks!
– Bana
Aug 2 '17 at 4:15
add a comment |
I have the same problem, how did you fix the odd space issue? Not too sure what you meant when you said do not insert the space. Thank you for the help!
New contributor
add a comment |
I have the same problem, how did you fix the odd space issue? Not too sure what you meant when you said do not insert the space. Thank you for the help!
New contributor
add a comment |
I have the same problem, how did you fix the odd space issue? Not too sure what you meant when you said do not insert the space. Thank you for the help!
New contributor
I have the same problem, how did you fix the odd space issue? Not too sure what you meant when you said do not insert the space. Thank you for the help!
New contributor
New contributor
answered 9 mins ago
Patrick ZhangPatrick Zhang
1
1
New contributor
New contributor
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%2f384351%2fhyperlinks-and-icons-latex%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