ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Howto use the lua io.read() function only in the first context run?
@ 2016-03-15 20:04 Romain Diss
  2016-03-15 21:55 ` Hans Hagen
  0 siblings, 1 reply; 5+ messages in thread
From: Romain Diss @ 2016-03-15 20:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi all,

I want to write a cld document with some data read on the standard
input. I'm using the lua io.read() function but it's launched at every
context passes (depending on the case, it is launched 2 to 3 times).

-- Minimum not working example
local name = io.read()
context.startdocument()
context("Hello " .. name)
context.stopdocument()

Thanks in advance.

-- 
Romain Diss
___________________________________________________________________________________
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
___________________________________________________________________________________

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

end of thread, other threads:[~2016-03-17 12:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-15 20:04 Howto use the lua io.read() function only in the first context run? Romain Diss
2016-03-15 21:55 ` Hans Hagen
2016-03-16 21:47   ` Romain Diss
2016-03-17  8:11     ` Andreas Schneider
2016-03-17 12:41     ` Hans Hagen

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).