Questions tagged [interaction]

{interaction} is about moving from one part of the document to the other by clicking on a link in the document. In LaTeX, interaction is provided by the {hyperref} package. In ConTeXt, interaction is enabled using \setupinteraction[state=start]. It can also refer to the mode in which you interact with TeX itself.

{interaction} is about moving from one part of the document to the other by clicking on a link in the document. In LaTeX, interaction is provided by the package. In ConTeXt, interaction is enabled using \setupinteraction[state=start]. It can also refer to the mode in which you interact with TeX itself, i.e. nonstopmode, errorstopmode, etc.

37 questions
3
votes
1 answer

How to hide some text until the reader clicks on it?

I'd want to create a "Guess who?". It would consist in guessing who did an action, e.g. "I love Belgian fries", and below this I'd like to put a hidden name. I know the \phantom command, but I'd also like to give the solution to the readers. And so…
VaSaV
  • 31
0
votes
0 answers

Interactive button in PDF using LaTex?

Multilingual documents in overleaf Using this thread I've created a bilingual document where a simple command changes the language that is rendered. I now have to recompile the document to change languages, but I wanted to see if there is a way to…
0
votes
0 answers

Is it possible to detect, inside a package, whether `\errorstopmode` is in effect?

The title says it all: can I test, inside a package or a macro, whether \errorstopmode is in effect?