* Change colour of hyperlinks in Beamer presentation
@ 2023-05-22 14:41 Loris Bennett
2023-05-23 20:38 ` Andrea
0 siblings, 1 reply; 3+ messages in thread
From: Loris Bennett @ 2023-05-22 14:41 UTC (permalink / raw)
To: Org Mode Mailing List
Hi,
In my Beamer presentation the hyperlinks, all URLs, appear as normal
text and can only be identified by the change in the cursor when the
mouse moves over them.
How can I change the colour of such links?
I have already several lines such as
#+LATEX_HEADER: \setbeamercolor{title}{fg=mFubMainGreen}
to tweak the appearance, but wasn't able to find an appropriate keyword
for URLs.
Cheers,
Loris
--
This signature is currently under constuction.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Change colour of hyperlinks in Beamer presentation
2023-05-22 14:41 Change colour of hyperlinks in Beamer presentation Loris Bennett
@ 2023-05-23 20:38 ` Andrea
2023-05-24 9:55 ` Loris Bennett
0 siblings, 1 reply; 3+ messages in thread
From: Andrea @ 2023-05-23 20:38 UTC (permalink / raw)
To: Loris Bennett; +Cc: Org Mode Mailing List
[-- Attachment #1: Type: text/plain, Size: 1193 bytes --]
I believe you could do something like that (borrowed from the LaTeX Wikibook
<https://en.wikibooks.org/wiki/LaTeX/Hyperlinks#Customization>):
#+LATEX_HEADER: \hypersetup{
#+LATEX_HEADER: colorlinks=true, % false: boxed links; true:
colored links
#+LATEX_HEADER: linkcolor=red, % color of internal links
(change box color with linkbordercolor)
#+LATEX_HEADER: citecolor=green, % color of links to bibliography
#+LATEX_HEADER: filecolor=cyan, % color of file links
#+LATEX_HEADER: urlcolor=magenta % color of external links
#+LATEX_HEADER: }
Il giorno lun 22 mag 2023 alle ore 14:43 Loris Bennett <
loris.bennett@fu-berlin.de> ha scritto:
> Hi,
>
> In my Beamer presentation the hyperlinks, all URLs, appear as normal
> text and can only be identified by the change in the cursor when the
> mouse moves over them.
>
> How can I change the colour of such links?
>
> I have already several lines such as
>
> #+LATEX_HEADER: \setbeamercolor{title}{fg=mFubMainGreen}
>
> to tweak the appearance, but wasn't able to find an appropriate keyword
> for URLs.
>
> Cheers,
>
> Loris
>
> --
> This signature is currently under constuction.
>
>
[-- Attachment #2: Type: text/html, Size: 1688 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Change colour of hyperlinks in Beamer presentation
2023-05-23 20:38 ` Andrea
@ 2023-05-24 9:55 ` Loris Bennett
0 siblings, 0 replies; 3+ messages in thread
From: Loris Bennett @ 2023-05-24 9:55 UTC (permalink / raw)
To: Andrea; +Cc: Org Mode Mailing List
Hi Andrea,
Andrea <kiroul@gmail.com> writes:
> I believe you could do something like that (borrowed from the LaTeX Wikibook):
> #+LATEX_HEADER: \hypersetup{
> #+LATEX_HEADER: colorlinks=true, % false: boxed links; true: colored links
> #+LATEX_HEADER: linkcolor=red, % color of internal links (change box color with linkbordercolor)
> #+LATEX_HEADER: citecolor=green, % color of links to bibliography
> #+LATEX_HEADER: filecolor=cyan, % color of file links
> #+LATEX_HEADER: urlcolor=magenta % color of external links
> #+LATEX_HEADER: }
That worked.
Grazie mille!
Loris
> Il giorno lun 22 mag 2023 alle ore 14:43 Loris Bennett <loris.bennett@fu-berlin.de> ha scritto:
>
> Hi,
>
> In my Beamer presentation the hyperlinks, all URLs, appear as normal
> text and can only be identified by the change in the cursor when the
> mouse moves over them.
>
> How can I change the colour of such links?
>
> I have already several lines such as
>
> #+LATEX_HEADER: \setbeamercolor{title}{fg=mFubMainGreen}
>
> to tweak the appearance, but wasn't able to find an appropriate keyword
> for URLs.
>
> Cheers,
>
> Loris
>
> --
> This signature is currently under constuction.
>
--
Dr. Loris Bennett (Herr/Mr)
ZEDAT, Freie Universität Berlin
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-05-24 9:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-22 14:41 Change colour of hyperlinks in Beamer presentation Loris Bennett
2023-05-23 20:38 ` Andrea
2023-05-24 9:55 ` Loris Bennett
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).