alignment - How to align multiple equations in Marp (a tool to convert .md files into PDF)? -
i've been trying find solution align multiple equations in marp (a tool convert .md files pdf) can't find solution.
i tried using \begin{equation}......\end{equation}
(which apparently not supported in marp), , various combinations of $....$
, $$....$$
can't find hack.
i'm trying generate : instead this:
here code:
$$ e_{\theta}[\theta] = \int_{\theta}\theta\ p(\theta)\ d\theta $$ $$ e_d[e_{\theta}[\theta|d]] = \int_d\bigg\{\int_{\theta}\theta\ p(\theta|d)\ d\theta \bigg\}\ p(d)\ dd $$
what missing. there solution r markdown, i'm not sure if marp supports r markdown. can't find way import packages in marp too.
please help. thanks.
Comments
Post a Comment