On 10/8/2016 10:41 PM, Henning Hraban Ramm wrote:
Hi all,

I’m trying to write some dimensions to a file, e.g.

\startluacode
io.savedata("settings.txt", context("\\textwidth"))
\stopluacode

But that context() construct is nil.
There’s probably a simple solution... ;)

\starttext

\startluacode
    io.savedata("settings.txt", number.topoints(tex.dimen.textwidth))
\stopluacode

\typefile{settings.txt}

\stoptext


-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / 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