I want to be able to magnify (by say 2X) a group of equations in the output of PDFLaTeX by a single click on the box containing them. A second click is to revert to the previous state. The viewer is Adobe Reader.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
One solution would be to add two copies of the page to the document, one with the small formula and one with the enlarged formula. Then you can use hyperlinks to switch between the pages, effectively toggling the formula between the small and big version. As a proof of concept, try the TeX code below. Here is the initial document:
Clicking on the formula yields:
Clicking again returns to the first image.
The extra page(s) could be hidden at the end of the document to not disturb the normal sequence of pages. |
|||||
|

