ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Making text disappear depending on mode
@ 2021-02-04 14:59 Axel Kielhorn
  2021-02-04 16:50 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Axel Kielhorn @ 2021-02-04 14:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,

I’m currently writing an article for „Die TeXnische Komödie“ and discovers that my code is not working.

When the mode „change“ is set, the text should appear with a red line on the side,
that part is working.
When the mode is not set, it should disappear,
that’s the part that is not working.

My idea was to put the text into a buffer and ignore it, that didn’t work.


% !TEX TS-program = ConTeXt (LuaTeX 1.0.9)
% !TEX encoding = UTF-8 Unicode

%\enablemode[change]

% Paragraph removed
\definestartstop[ChangePR][
  before={\doifmodeelse{change}
  {\startsidebar[rulecolor=red]}
  {}},
  after={\doifmodeelse{change}
  {\stopsidebar}
  {}},
  ]
% Paragraph removed
%\definestartstop[ChangePR][
%  before={\doifmodeelse{change}
%    {\startsidebar[rulecolor=red]}
%    {\startbuffer[ignore]}},
%  after={\doifmodeelse{change}
%    {\stopsidebar}
%    {\stopbuffer}},
%  ]
  
\starttext

Before

\startChangePR
\input knuth
\stopChangePR

After

\stoptext

Greetings Axel
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-06  9:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-04 14:59 Making text disappear depending on mode Axel Kielhorn
2021-02-04 16:50 ` Hans Hagen
2021-02-06  9:15   ` Axel Kielhorn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).