Questions tagged [button]
The button tag has no summary.
23 questions
2
votes
1
answer
95
views
fill values of a Push button from a file
In a beamer, I want to have a button which will gave a random value of a list when clicked upon.
Here's an example of a start
\documentclass{article}
%\usepackage{ocgx2}
\usepackage{hyperref}
\begin{...
2
votes
1
answer
285
views
Set height of go to button in beamer class
I can set width of go to button in beamer presentation with the following code. How can I set height of go to button?
\documentclass{beamer}
\begin{document}
\begin{frame}
\frametitle{Sample}
\begin{...
1
vote
0
answers
143
views
Button to show and hyperref hidden page [closed]
As the title says I want to create a button which triggers hyperlink to a page but also shows a hidden layer.
I found many Ocgx2 soutions to hide/show layers from @alexG, but I couldn't find a ...
0
votes
1
answer
435
views
How to create a fancy video play button with tikz? [duplicate]
I'm writing a document for my students on latex and i want to design a fancy "play video" button with tikz or any other method to tell them that there is a video which explains more the idea....
5
votes
1
answer
273
views
Why are the contents inside the beamerbuttons raised from the baseline asymmetrically?
In these lockdown days, I am creating my entire lecture note in beamer and I use the beamerbutton for cross-reference purpose mainly. As a result, I have to place it in the middle of a line. The ...
0
votes
1
answer
448
views
Button in the bottom of all pages to return back to table of content
As the title said, I want to obtain Somthing like this, a button that send me back to the
toc :
2
votes
1
answer
2k
views
Placing beamer buttons - automatic placement?
I have for a long time been using a code to place beamer buttons on a slide that is very inefficient as it requires me to specify exactly the position of each button. Below a MWE of the code I am ...
0
votes
0
answers
335
views
What is pdflatex -shell-escape file?
Tex Live 2018 Windows.
I was told this is part of creating image files from latex instead of PDF files. What is what is pdflatex -shell-escape file? Where is it? How do I access it?
1
vote
2
answers
277
views
Character within a rounded textbox
this will be my first question here so sorry for asking such a noob question. How do you render the image(python text inside a rounded corner textbox) below using pure LaTeX?
1
vote
1
answer
262
views
Pass value to command / Create custom buttoms with media9
I am quite a newby when it comes to defining custom methods/macros in LaTeX. My MWE looks like that:
\documentclass[12pt,a4paper]{article}
\newcounter{myCounter}
\setcounter{myCounter}{1}
\...
3
votes
1
answer
902
views
How to add an image tooltip annotation in hidden mode using the LaTeX pdfcomment module?
Using the pdfcomment package to create an interactive tooltip when hovering over an image can be created with:
\usepackage{pdfcomment}
\pdftooltip{\includegraphics{img.png}}{This is the ALT text}
...
5
votes
1
answer
2k
views
Different colors for beamergotobutton and beamerreturnbutton?
In This thread, @luigi_tiburzi shows how to change the color of a beamer button, i.e.,
\setbeamercolor{button}{fg=black,bg=red}
Unfortunately it changes both the goto and return buttons
I tried the ...