pillar icon indicating copy to clipboard operation
pillar copied to clipboard

To support better math for pdf

Open Ducasse opened this issue 6 years ago • 1 comments

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 avatar Dec 25 '19 19:12 Ducasse

we should introduce

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

and ${math }$

Ducasse avatar Feb 21 '20 11:02 Ducasse