Am 16.01.2016 um 13:31 schrieb Schmitz Thomas A.:
> 
> Please provide a minimal example of your problem. It’s impossible to
> help when we have no clue what you’re doing.

Sorry, of course.

After setting up a mwe I found that it is a font related issue.

When I don't specify a font, it works. --> example.tex

When I choose EB Garamond, it does not work. -- example-Garamond.tex

I confirmed this behaviour in my real setup.

juh


\startbuffer[demo]
<p>auflösen, fließend</p>
\stopbuffer

\startxmlsetups xml:initialize
         \xmlsetsetup{#1}{p}{xml:*}
    \stopxmlsetups

\xmlregistersetup{xml:initialize}

\startxmlsetups xml:p
    \xmlflush{#1}
\stopxmlsetups

\setupbodyfont
    [mainface, 16pt]

\replaceword[sellig][auflösen][au{fl}ösen]
\setreplacements[sellig]

\starttext
     \xmlprocessbuffer{main}{demo}{}
\stoptext
\startbuffer[demo]
<p>auflösen, fließend</p>
\stopbuffer

\startxmlsetups xml:initialize
         \xmlsetsetup{#1}{p}{xml:*}
    \stopxmlsetups

\xmlregistersetup{xml:initialize}

\startxmlsetups xml:p
    \xmlflush{#1}
\stopxmlsetups

\definefontfamily
    [mainface]
    [rm]
    [EB Garamond]

\setupbodyfont
    [mainface, 16pt]

\replaceword[sellig][auflösen][au{fl}ösen]
\setreplacements[sellig]

\starttext
     \xmlprocessbuffer{main}{demo}{}
\stoptext
___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to