How to display latex
TornaxO7 opened this issue · 2 comments
TornaxO7 commented
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?
CobSammich commented
Did you ever manage to figure this out? @TornaxO7
jaspervdj commented
This is not supported currently. I'm open to adding it but it's a little complex as it will need an external process to render it, and furthermore the terminal will need to support images. We support images already, but only full-slide ones, and in this case you would want text+images.