> Am 06.11.2014 um 10:35 schrieb Pierre-François Bonnefoi <bonne...@unilim.fr>:
> 
> Hello,
> 
> I've made a lot of improvement to my slides format for my teaching material 
> and I've run into a serious issue with gobbleinput that I can express with 
> with simple lines :
> 
> \starttext
> \gobbleuntil\stoptyping
> \starttyping
>       { printf("%d", data); }
> \stoptyping
> This is ignored ! 
> \stoptext
> 
> How can I use correctly gobbleinput to make it works ?

Replace the typing environment with normal buffers and use the \typebuffer 
command to print the content of the buffer.

\starttext

\startbuffer
        { printf("%d", data); }
\stopbuffer
%\typebuffer
This is ignored ! 

\stoptext

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to