Giter Club home page Giter Club logo

Comments (5)

Cimbali avatar Cimbali commented on June 3, 2024

Hi there, thanks for reporting the bug, I'll look into it as soon as I can (but that might take a week or 2).

In the mean time, can you send the PDF so I can look at what type of link we're talking about? Could you also give me the usual info: which OS are you running, what pympress and python versions are you using, and which way did you install pympress (binary/pip/from source/etc).

from pympress.

Obi8 avatar Obi8 commented on June 3, 2024

Hi,

Info:

Beamer

\usepackage[english]{babel}												% neue deutsche Rechtschreibung
\usepackage[utf8]{inputenc}												% UTF-8 encoding
\usepackage{xcolor}														% Erweiterte Farben
%\usepackage{enumitem}	
\usepackage{overpic}											
\usetheme[background=light]{metropolis}           						% Use metropolis theme
\usepackage{textpos}
\usepackage{subfig}
\usepackage{caption}
\usepackage{pgfpages}
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{siunitx}
\usepackage{multimedia}
%\usepackage{movie15}
\usepackage{hyperref}

\setbeameroption{show notes on second screen = right}

\begin{document}
	\begin{frame}[label=SourceFrame]{Sourceframe}
		\begin{itemize}
			\item Click \hyperlink{TargetFrame}{\beamergotobutton{}}
		\end{itemize}
	\end{frame}

	\begin{frame}[label=TargetFrame]{Targetframe}
		\hypertarget{TargetFrame}
		{
			\begin{figure}
				\centering
				\captionsetup[subfloat]{labelformat=empty}
				\subfloat[Bogen BS - DIN 18379]{\includegraphics[width=0.45\textwidth]{ExamplePicture}} \hfill
				\subfloat[]{\includegraphics[width=0.45\textwidth]{ExamplePicture}} \hfill
			\end{figure}
		}
		\hyperlink{SourceFrame}{\beamerreturnbutton{Back}}
	\end{frame}
\end{document}

Without this line

\setbeameroption{show notes on second screen = right}

the links are working, but i need the second screen for my notes in the presentation. I hope it helps you to fix it and thanks for your help.

from pympress.

FriedrichFroebel avatar FriedrichFroebel commented on June 3, 2024

Your LaTeX code does not compile as is because it relies on local picture files (and it could be reduced to get a MWE, but this is another thing). Using example-image-a instead (provided by the graphicx package) allowed me to reproduce this issue with the latest master.

issue33.pdf

from pympress.

Obi8 avatar Obi8 commented on June 3, 2024

Oh sorry, I did not know that there is a function for an example picture with the package graphics.
Thank you for tip and help. :-)

from pympress.

Cimbali avatar Cimbali commented on June 3, 2024

All right, so afaict, there's 2 issues here:

  • Improper mouse change making it hard to find the clickable region, which I have encountered before.
  • Wrong placement of the clickable region. It seems to be too small and too far to the left.
    I do however get identical behaviour both on the content window and the "current slide" frame in the presenter window.

When switching out of notes mode (by pressing 'N') the clickable region now coincides with the button drawn on the slide. With the fact that you only have the problem with slides with nodes I think the link position simply doesn't take into account the notes mode. Fix should be easy enough.

from pympress.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.