-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add an hyperlink to a section header? #264
Comments
This is not supported, sorry. The first approach with markdown is closer to producing the correct results, however the processing of headers in the upstream template (https://github.com/posquit0/Awesome-CV) malforms the link. The generated tex is: \section{\href{https://scholar.google.com/}{Publications}}\label{publications} If you look into it and fix the issue, I'd be happy to accept a PR. |
I'd be happy to look into submitting a PR for this, but I might need a pointer or two since I am not too familiar with how vitae works and its integration with the Awesome-CV template. You provided the generated tex: is this how it currently looks like (leading to the problem) or how it should look like? And how can I test in a more minimal context the generation of this tex with say a minimal example (so I can play with it until I get it right)? |
If I remember correctly, the Awesome-CV LaTeX classes/templates defines macros for But that's where I'd start.
|
Great, thanks. Is it also worth opening an issue in the Awesome template repo, or are you also maintainer for that one? |
You could open an issue there - I don't maintain it but maybe an issue
there will get better help from more latex users. Any fixes or changes in
the template can then be brought across to this package.
…On Sat, Sep 14, 2024, 12:59 AM Rémi Thériault ***@***.***> wrote:
Great, thanks. Is it also worth opening an issue in the Awesome template
repo, or are you also maintainer for that one?
—
Reply to this email directly, view it on GitHub
<#264 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD3BJF7LC6BHPGKPATB3CI3ZWL4T5AVCNFSM6AAAAABK6HGTWSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBZGE3DAMJUGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
One idea for example is how the section titles have the colored first few
letters. That might be splitting up the href command into several parts,
therefore malforming the latex syntax.
On Sat, Sep 14, 2024, 1:01 AM Mitchell O'Hara-Wild <
***@***.***> wrote:
… You could open an issue there - I don't maintain it but maybe an issue
there will get better help from more latex users. Any fixes or changes in
the template can then be brought across to this package.
On Sat, Sep 14, 2024, 12:59 AM Rémi Thériault ***@***.***>
wrote:
> Great, thanks. Is it also worth opening an issue in the Awesome template
> repo, or are you also maintainer for that one?
>
> —
> Reply to this email directly, view it on GitHub
> <#264 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AD3BJF7LC6BHPGKPATB3CI3ZWL4T5AVCNFSM6AAAAABK6HGTWSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNBZGE3DAMJUGY>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
When using the markdown strategy, I actually get the following tex:
How should it look like exactly to work "properly"? should it have that many times the word Publications (x3)? |
I would like for example to hyperlink my "Publications" section header to my Google Scholar profile. But regular rmarkdown or LaTeX syntax doesn't seem to work. I am using the
awesomecv
template.Test 1 doesn't create an hyperlink, while test 2 results in the following error:
Is there any supported way to do this already?
The text was updated successfully, but these errors were encountered: