Re: [NTG-context] XML export and font switches

2013-10-13 Thread Hans Hagen

On 10/13/2013 12:42 AM, Marco Patzer wrote:

Hi,

certain font switches fail when XML export is used. Example:

\setupbackend [export=foo.xml]

\definehighlight
   [emph]
   [style=\ita] %% \bfa works

\starttext
   \ita Foobar%% works
   Foo \emph{Bar} %% fails
\stoptext

LuaTeX error [string \directlua ]:1: invalid escape sequence near ''.


\!!bs\highlightparameter\c!style\!!es

I bet you know where to do that

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
-
___
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] XML export and font switches

2013-10-13 Thread Marco Patzer
On 2013–10–13 Hans Hagen wrote:

 On 10/13/2013 12:42 AM, Marco Patzer wrote:
 Hi,
 
 certain font switches fail when XML export is used. Example:
 
 \setupbackend [export=foo.xml]
 
 \definehighlight
[emph]
[style=\ita] %% \bfa works
 
 \starttext
\ita Foobar%% works
Foo \emph{Bar} %% fails
 \stoptext
 
 LuaTeX error [string \directlua ]:1: invalid escape sequence near ''.
 
 \!!bs\highlightparameter\c!style\!!es

Thanks, that fixed it.

Marco


signature.asc
Description: Digital signature
___
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
___