Re: [NTG-context] Problem with hidden text

2013-05-29 Thread Wolfgang Schuster

Am 29.05.2013 um 07:42 schrieb Jaroslav Hajtmar hajt...@gyza.cz:

 Hello ConTeXist.
 I have a problem with hidden text.When I compile minimal example (ala 
 ConTeXtgarden example):
 
 \starttext
 
 Visible text: \input tufte
 
 \startproperty[hidden]
 Hidden text: \input tufte
 \stopproperty
 
 \stoptext


Hans changed the name of the command.

\starttext

Visible text: \input tufte

\starteffect[hidden]
Hidden text: \input tufte
\stopeffect

\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
___


Re: [NTG-context] Problem with hidden text

2013-05-29 Thread Jaroslav Hajtmar

Thanx Wolfgang.

Now is working. I fixed the problem on 
http://wiki.contextgarden.net/Hiding_Content.

I noticed, that is in MkIV

Thanx.
Jaroslav Hajtmar





Dne 29.5.2013 8:15, Wolfgang Schuster napsal(a):

\starttext

Visible text: \input tufte

\starteffect[hidden]
Hidden text: \input tufte
\stopeffect


___
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
___


[NTG-context] Problem with hidden text

2013-05-28 Thread Jaroslav Hajtmar

Hello ConTeXist.
I have a problem with hidden text.When I compile minimal example (ala 
ConTeXtgarden example):


\starttext

Visible text: \input tufte

\startproperty[hidden]
 Hidden text: \input tufte
\stopproperty

\stoptext


then I get errormessage:

(C:/context/tex/texmf-context/tex/context/sample/tufte.tex)
! Missing \endcsname inserted.

Problem is in last context standalone and context texlive 2012 too.

Thanx Jaroslav Hajtmar


___
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
___