Skip to content
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

add urlcolor support to the Beamer template #1600

Closed
cartazio opened this issue Sep 3, 2014 · 4 comments
Closed

add urlcolor support to the Beamer template #1600

cartazio opened this issue Sep 3, 2014 · 4 comments

Comments

@cartazio
Copy link

cartazio commented Sep 3, 2014

mostly involved replacing

\usepackage{url}

with

$if(urlcolor)$
\usepackage{hyperref}
\hypersetup{
colorlinks=true,urlcolor=$urlcolor$
}
$else$
\usepackage{hyperref}
\hypersetup{
  colorlinks=true
  urlcolor=blue,
}
$endif$

happy to open a PR for augmenting the beamer template if that'd be something thats well received

@jgm
Copy link
Owner

jgm commented Sep 3, 2014

It's odd that the beamer template doesn't currently include
hyperref. Though my memory is fuzzy, I suspect there's a reason,
and I suspect the reason is that beamer already includes
hyperref. It may still be possible to do \hypersetup.
Have you tested the approach you give here?

+++ Carter Tazio Schonwald [Sep 03 14 05:26 ]:

mostly involved replacing

\usepackage{url}

with

$if(urlcolor)$
\usepackage{hyperref}
\hypersetup{
colorlinks=true,urlcolor=$urlcolor$
}
$else$
\usepackage{hyperref}
\hypersetup{
colorlinks=true
urlcolor=blue,
}
$endif$

happy to open a PR for augmenting the beamer template if that'd be
something thats well received


Reply to this email directly or [1]view it on GitHub.

References

  1. add urlcolor support to the Beamer template #1600

@cartazio
Copy link
Author

cartazio commented Sep 3, 2014

the approach is exactly what I used to make my url links all pretty and colored in a slide deck i presented earlier this week :)

@cartazio
Copy link
Author

cartazio commented Sep 3, 2014

I'll try just doing hyper setup and see if that renders suitably

jez added a commit to jez/pandoc-templates that referenced this issue Oct 20, 2016
I'm not sure if there is a reason why these were witheld from the
default beamer template, but it seemed to work when I added it in to my
Beamer project.

There was some previous discussion about this at jgm/pandoc#1600.
@jgm
Copy link
Owner

jgm commented Oct 25, 2016

Closing in favor of #222

@jgm jgm closed this as completed Oct 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants