jgm / pandoc

Universal markup converter
https://pandoc.org
Other
34.87k stars 3.39k forks source link

question: how beamer templates loads hyperref? #3022

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hi,

I'm trying to find where is loaded the hyperref package in beamer template. But pandoc -D beamer | grep hyperref does not give me any \usepackage{hyperref} or similiar. Related to this question in Stackoverflow.

Thanks,

jgm commented 8 years ago

I believe the beamer documentclass loads hyperref itself, so we don't do it in the template (indeed, it would cause problems if we did).

ghost commented 8 years ago

Thanks.