On Wed, 22 Feb 2012, Aditya Mahajan wrote:

On Wed, 22 Feb 2012, Jan-Erik Hägglöf wrote:

Having an issue in my pdf-output after processing a markdown file to .tex --> .pdf

It adds the word "stylecolors" in the .pdf file

Why is it doing that?

Possibly because there was a bug in the version of the filter module (2011.12.17) that you are using.

Actually, the reason is that now the filter module uses \use<namespace>styleandcolor to set style and color:

    \getvalue{use#1styleandcolor}{#2}{#3}

Since \use<...>styleandcolor was introduced after 2011.05.18, the \getvalue evaluates to \relax, and you see "stylecolor" (the value of #2 and #3) in the output.

Aditya
___________________________________________________________________________________
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