Files
John MacFarlane f7035d080c LaTeX writer link/target improvements.
+ Use `\phantomsection` and `\label` instead of `\hypertarget`.
+ Use `\hyperref` for LaTeX internal links, `\hyperlink` for
  beamer (since `\hyperref` doesn't seem to work).

Closes #9022.
2023-08-26 16:19:01 -07:00

419 B

% pandoc -t beamer
---
title: A silly slide
subtitle: Look for the sequel!
---

# A circus!

## Another silly title

Not much to do about nothing.

## Epilogue {.standout}
^D
\section{A circus!}\label{a-circus}

\begin{frame}{Another silly title}
\phantomsection\label{another-silly-title}
Not much to do about nothing.
\end{frame}

\begin{frame}[standout]{Epilogue}
\phantomsection\label{epilogue}
\end{frame}