Re: [NTG-context] embedded sounds

2018-10-09 Thread Hans Hagen
] \useexternalrendering [mysound] [audio/x-mp3] % audio/x-mp3 [sound.mp3] %~ [embed] \definereference [StartSoundTrack] [StartRendering{mysound}] \definereference [StopSoundTrack] [StopRendering{mysound}] \definelayer[resources][width=\paperwidth,height=\paperheight

[NTG-context] embedded sounds

2018-10-09 Thread Pablo Rodriguez
] %~ [embed] \definereference [StartSoundTrack] [StartRendering{mysound}] \definereference [StopSoundTrack] [StopRendering{mysound}] \definelayer[resources][width=\paperwidth,height=\paperheight] \setupbackgrounds[page][background=resources] \setupbodyfont[100pt

Re: [NTG-context] embedded sounds aren’t played

2018-08-14 Thread Hans Hagen
-mp3 [akkerman.mp3] [embed] \definereference [StartSoundTrack] [StartRendering{mysound}] \definereference [StopSoundTrack] [StopRendering{mysound}] \definelayer[resources][width=\paperwidth,height=\paperheight] \setupbackgrounds[page][background=resources

[NTG-context] embedded sounds aren’t played

2018-08-14 Thread Pablo Rodriguez
] \definereference [StartSoundTrack] [StartRendering{mysound}] \definereference [StopSoundTrack] [StopRendering{mysound}] \definelayer[resources][width=\paperwidth,height=\paperheight] \setupbackgrounds[page][background=resources] \starttext \setlayer[resources

Re: [NTG-context] A question

2012-03-05 Thread Hans Hagen
] \useexternalrendering [mysound] [audio/mpeg] [50wordsforsnow.mp3] [] \definereference [StartSoundTrack] [StartRendering{mysound}] \definereference [StopSoundTrack] [StopRendering{mysound}] \definelayer[resources][width=\paperwidth,height=\paperheight] \setupbackgrounds[page][background

Re: [NTG-context] Help needed: texshow-web/command reference

2010-04-11 Thread Henning Hraban Ramm
\startitemize \but [content] ... \stopitemize Did you try \definereference ? ;-) Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer

Re: [NTG-context] LuaTeX error main ctx instance:1: 'name' expected near '\'.

2010-02-23 Thread Hans Hagen
vector and that influences code handled in the output routine there is no easy way around this (apart from not switching catcodes) so, after figuring out that in this case the prooblem is in delayed expansion of \definereference [CheckStepper] [JS(CheckStepper{\StepCounter})] i decided to add

[NTG-context] scope of references and symbols

2008-09-10 Thread Alan Stone
Hi, What's the scope of references and symbols defined through \definereference[myRef][ThisRef] \definesymbol[myRef][ThisSymbol] and \reference[ThisRef]{} -- Best, Alan * using ConTeXt ver: 2008.08.18 14:00 MKIV fmt: 2008.8.22 int: english/english (on Windows XP

Re: [NTG-context] interactionbuttons

2008-09-04 Thread Hans Hagen
Alan Stone wrote: What's missing for this to work ? \definereference[GoToToC][\goto{ToC}[myToC]] \def\myButtons {\interactionbuttons[width=1cm][ GoToToC,CloseDocument]} see symb-nav.tex

[NTG-context] interactionbuttons

2008-09-03 Thread Alan Stone
What's missing for this to work ? \definereference[GoToToC][\goto{ToC}[myToC]] \def\myButtons {\interactionbuttons[width=1cm][ GoToToC,CloseDocument]} \setupinteraction[state=start] \setupfooter[state=start] \setupfootertexts [\hfill \myButtons \hfill] %[\hfill test \hfill

Re: [NTG-context] interactionbuttons

2008-09-03 Thread Alan Stone
The correct question was what's too much to make it work... \definereference[GoToToC][myToC] The button contains the text GoToToC. How do you assign a symbol to it instead ? Thx, Alan ___ If your question

Re: [NTG-context] ConTeXt-ifying Kile

2008-01-02 Thread Matija Šuklje
\definerawfont[name][file][settings] \definereference[name][references] \definereferenceformat[name][options] \definereferencelist[name][settings] \defineregister[singular][plural] \definerule[name][settings] \definesection[name] \definesectionblock[name][settings] \definesorting[singular][plural

[NTG-context] beta: bug with transparent colors in fields

2006-11-13 Thread Peter Rolf
]}}% \pagereference[note:\AnotherNote]\goto{#1}[JS(Show_Note{note:\AnotherNote})]}} \setupinteraction [state=start, openpageaction=JS(Hide_Note), closepageaction=JS(Hide_Note)] \definereference[CloseNote][JS(Hide_Note)] \setupfootertexts[{\goto{Close Note}[CloseNote]}][] \setupcolors [state=start

Re: [NTG-context] audio files in pdf

2006-02-10 Thread Hans Hagen
a little code snippet to exemplify? (Or maybe send me a link to existing resources) Thanks a lot as usual \externalfigure[whatever.mov] \externalfigure[whatever.wav] or mp3's: \useexternalrendering [stepsound] [audio/mpeg] [stepsound.mp3] [] \definereference [StartSoundTrack

Re: [NTG-context] Absolute positioning

2003-12-02 Thread Hans Hagen
=\currentrealreference]{\fitfield[note:\AnotherNote]}} {\setlayer[notes]{\fitfield[note:\AnotherNote]}}% \pagereference[note:\AnotherNote]\goto{#1}[JS(Show_Note{note:\AnotherNote})]}} \setupinteraction [state=start, openpageaction=JS(Hide_Note), closepageaction=JS(Hide_Note)] \definereference