Nutomic / ibis

GNU Affero General Public License v3.0
77 stars 5 forks source link

Math formatting #44

Open K4LCIFER opened 3 months ago

K4LCIFER commented 3 months ago

Currently, Ibis doesn't support any method to format math.

I propose adding support for LaTeX, and/or Typst.

For example, to format the following: image one would write something like this (for LaTeX):

$$
\oint_S \vec E \cdot \mathrm d\vec A = \frac{1}{\epsilon_0}Q
$$

Or, similarily for Typst:

$
integral.cont_S arrow(E) dot.op d arrow(A) = frac(1, epsilon.alt_0)Q
$