pillar-markup / pillar

Markup syntax and associated tools to write and generate documentation, books and slides
MIT License
51 stars 37 forks source link

To support better math for pdf #414

Open Ducasse opened 4 years ago

Ducasse commented 4 years ago

We could introduce a format to support $ $

and we could introduce an environment for [ and ]

[ confidence({ eggs } \Rightarrow { bacon }) = \frac{support({ eggs, bacon })}{support({ eggs })} = \frac23 ] [ confidence({ bacon } \Rightarrow { eggs }) = \frac{support({ eggs, bacon })}{support({ bacon })} = 1 ]

Ducasse commented 4 years ago

we should introduce

${begin=array}$ ${end=array}$ as environment

and ${math }$