From 17725a0661dabd8d8b9203adbe08fe9e4c6780fe Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 13 Mar 2018 10:02:08 -0700 Subject: Beamer: put hyperlink after `\begin{frame}`. and not in the title. If it's in the title, then we get a titlebar on slides with the `plain` attribute, when the id is non-null. This fixes a regression from 1.9.x. Closes #4307. --- test/command/1710.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test/command/1710.md') diff --git a/test/command/1710.md b/test/command/1710.md index d14f1217f..d20dfe191 100644 --- a/test/command/1710.md +++ b/test/command/1710.md @@ -54,9 +54,8 @@ ok ^D -\begin{frame}{% -\protect\hypertarget{slide-one}{% -Slide one}} +\begin{frame}{Slide one} +\protect\hypertarget{slide-one}{} \begin{columns}[T] \begin{column}{0.40\textwidth} -- cgit v1.2.3