Skip to content

How to display latex #108

@TornaxO7

Description

@TornaxO7

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:

image

I ran it with patat /tmp/test.md. Do you have an idea how I can fix that?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions