I need to export my document. For this I use: \setupbackend[export=yes,xhtml=yes,css=yes] I have update my document with start and stop for chapter, section and subsection, but I have one problem. I have: \useURL [UUID] [http://en.wikipedia.org/wiki/Uuid] [] [universally unique identifier] and when I also have: \from[UUID] I get: system > end file documentatie.tex at line 3398 ){/home/cecil/ConTeXt/tex/texmf/fonts/enc/dvips/lm/lm-mathsy.enc} backend > export > finalizing ! LuaTeX error ...TeXt/tex/texmf-context/tex/context/base/back-exp.lua:328: bad argument #2 to 'write' (string expected, got nil). system > tex > error on line 0 in file : LuaTeX error ... <empty file> <*> ./documentatie.tex So properly I need to change something. But what? -- Cecil Westerhof
On 16-7-2011 12:32, Cecil Westerhof wrote:
I need to export my document. For this I use: \setupbackend[export=yes,xhtml=yes,css=yes]
I have update my document with start and stop for chapter, section and subsection, but I have one problem. I have: \useURL [UUID] [http://en.wikipedia.org/wiki/Uuid] [] [universally unique identifier] and when I also have: \from[UUID]
I get: system> end file documentatie.tex at line 3398 ){/home/cecil/ConTeXt/tex/texmf/fonts/enc/dvips/lm/lm-mathsy.enc} backend> export> finalizing ! LuaTeX error ...TeXt/tex/texmf-context/tex/context/base/back-exp.lua:328: bad argument #2 to 'write' (string expected, got nil).
a real small test file is needed Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
2011/7/18 Hans Hagen
On 16-7-2011 12:32, Cecil Westerhof wrote:
I need to export my document. For this I use: \setupbackend[export=yes,**xhtml=yes,css=yes]
I have update my document with start and stop for chapter, section and subsection, but I have one problem. I have: \useURL [UUID] [http://en.wikipedia.org/wiki/**Uuidhttp://en.wikipedia.org/wiki/Uuid ] [] [universally unique identifier] and when I also have: \from[UUID]
I get: system> end file documentatie.tex at line 3398 ){/home/cecil/** ConTeXt/tex/texmf/fonts/enc/**dvips/lm/lm-mathsy.enc}** home/cecil/ConTeXt/tex/texmf/**fonts/type1/public/lm/lmsy10.**pfb> backend> export> finalizing ! LuaTeX error ...TeXt/tex/texmf-context/tex/** context/base/back-exp.lua:328: bad argument #2 to 'write' (string expected, got nil).
a real small test file is needed
This works: \setupinteraction[ color=blue, contrastcolor=red, focus=standard, state=start, ] %\setupbackend[export=yes,xhtml=yes,css=yes] \useURL [UUID] [http://en.wikipedia.org/wiki/Uuid] [] [universally unique identifier] \starttext This new id is generated much like an \from[UUID]. The reason for the change was that in this way a client number could be generated offline and/or different databases could be merged without the risk that id's would clash. \stoptext But when the \setupbackend is taken out of comment, it goes wrong. -- Cecil Westerhof
But when the \setupbackend is taken out of comment, it goes wrong.
no error on my machine so probably ok in next beta ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Cecil Westerhof
-
Hans Hagen