-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Labels
Description
Hello! I'm trying to display the abc-formula in LaTeX. Currently my file looks like that:
---
title: LaTeX test slide
author: TornaxO7
patat:
pandocExtensions:
- patat_extensions
- autolink_bare_uris
- tex_math_dollars
- latex_macros
- tex_math_single_backslash
- tex_math_double_backslash
- raw_tex
...
$$
x_{1/2} = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}
$$
But I'm not getting the desired output:
I ran it with patat /tmp/test.md
. Do you have an idea how I can fix that?