Dash-Industry-Forum / DocumentAuthoring

GitHub+Bikeshed based document authoring guide and associated tooling.
MIT License
0 stars 2 forks source link

how to write equations in bs? #8

Open irajs opened 5 years ago

sandersaares commented 5 years ago

Equations support added to latest version. You will need to do Update-Module to update a local installation (feature exists starting from version 1.3.0).

Example text:

When \(a \ne 0\) there are two solutions to \(ax^2 + bx + c = 0\)
and they are $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$

Example output:

image

Range of browser support is unknown - the math is rendered in the browser, so I imagine older/uncommon browsers might have issues. the PDF export is also non-ideal but close enough.