At 22:09 30/09/2003 +0200, Patrick Gundlach wrote:
Hello Olivier,
free
writes: Now I'm trapped in ConTeXt, I wish to reproduce a nice feature : when we mouse clic on a small (ex: 0.25\textwidth) picture, this one gets bigger (ex : 1\textwidth).
It's for an A4 portrait double columns technical paper.
The trick is to put this large picture in either the same document or in another document. And put an overlybutton over the small picture that has its destination on the corresponding page. It really depends on your needs: Do you need to print the document with the small picture? Can it include also the large picture?
Patrick, can you translate/sort this out? (it's built in functionality -- core-lst.tex) % \definieerreferentielijst % [externalfigure] % [commando=\toongrootfiguur, % voor=\pagina, % na=\pagina] % % \definieerreferentielijst % [externaltable] % [commando=\toongrotetabel, % voor=\pagina, % na=\pagina] % % \def\toongrootfiguur#1% % {\externfiguur[#1][kader=aan,factor=max]} % % \def\toongrotetabel#1% % {\switchtobodyfont[12pt]\haalbuffer[#1]} % % \schrijfnaarreferentielijst[externalfigure]{koe}{\externfiguur[koe][breedte=3cm,kader=aan]} % \schrijfnaarreferentielijst[externalfigure]{paard}{\externfiguur[paard][breedte=3cm,kader=aan]} % % \startbuffer[kanweg] % \starttabel[|||] % \HL % \VL test \VL test \VL\SR % \HL % \VL test \VL test \VL\FR % \VL test \VL test \VL\MR % \VL test \VL test \VL\LR % \HL % \stoptabel % \stopbuffer % % \schrijfnaarreferentielijst[externaltable]{kanweg}{\switchtbodyfont[5pt]\haalbuffer[kanweg]} % % \plaatsreferentielijst % [externalfigure,externaltable] another option is to use the resource library logger but i have no time to explain that now Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------