Skip to main content

Questions tagged [button]

Filter by
Sorted by
Tagged with
2 votes
1 answer
95 views

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{...
dyaku's user avatar
  • 77
2 votes
1 answer
285 views

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{...
user61681's user avatar
  • 1,789
1 vote
0 answers
143 views

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 ...
Niklas 's user avatar
0 votes
1 answer
435 views

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....
Jack Albert's user avatar
5 votes
1 answer
273 views

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 ...
Subhajit Paul's user avatar
0 votes
1 answer
448 views

As the title said, I want to obtain Somthing like this, a button that send me back to the toc :
Sidi Mohamed Merzougui's user avatar
2 votes
1 answer
2k views

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 ...
phdstudent's user avatar
0 votes
0 answers
335 views

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?
AnonBlogger's user avatar
1 vote
2 answers
277 views

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?
Maki's user avatar
  • 13
1 vote
1 answer
262 views

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} \...
JoN's user avatar
  • 386
3 votes
1 answer
902 views

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} ...
user173052's user avatar
5 votes
1 answer
2k views

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 ...
Leo Simon's user avatar
  • 2,249