demydd / pandoc

Automatically exported from code.google.com/p/pandoc
0 stars 0 forks source link

Ignore text inside \start \stop blocks in ConTeXt #73

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Pandoc ignores any text that is between the latex \begin ... \end tags. 
However, it does not do the same thing for \start ... \stop tags in 
ConTeXt. For example

\placeformula \startformula
   L_{1} = L_{2}
\stopformula

gives

\placeformula \startformula
L{\em \letteropenbrace{}1\letterclosebrace{} = 
L}\letteropenbrace{}2\letterclosebrace{}
\stopformula

Can pandoc ignore \start .. \stop tags? There are two ways of using \start 
stop tags in ConTeXt:

1. The most common way is
    \startsomething
      ....
    \stopsomething

    where *something* can be any Bcategory 11 tex token (i.e., they are
    letters)

2. The rarely used
    \start[something]
    ...
    \stop[something]
    where *somethng* can be letters, digits, or spaces.

Original issue reported on code.google.com by adi.maha...@gmail.com on 3 Jun 2008 at 6:23

GoogleCodeExporter commented 8 years ago

Original comment by fiddloso...@gmail.com on 10 Aug 2008 at 7:47

GoogleCodeExporter commented 8 years ago
Fixed in r1405.

Original comment by fiddloso...@gmail.com on 11 Aug 2008 at 7:05