Skip to content

Convert mathematical equations to TeX/MathJax format #15

Description

@emcconville

Pandoc supports several options to render Tex math questions. Any usage docs demonstrating mathematical equations should be converted to MathJax TeX/LaTeX notation within the Markdown source files.

Inline math can be enclosed in single $ dollar signs

Where $X_i,Y_i$  is a source image

Where Xi,Yi is a source image

Block equations can be enclosed with double $$ dollar signs.

$$
\begin{array}{ccc}
X_1 & Y_1 & I_1 & J_1 \\
X_2 & Y_2 & I_2 & J_2 \\
X_3 & Y_3 & I_3 & J_3 \\
X_4 & Y_4 & I_4 & J_4 \\
.   & .   & .   & .
\end{array}
$$

$$
\frac{r}{X_i}
$$

output

## For Pandoc

Add the --mathml to parse & generate output

pandoc -f markdown -t html5 --mathml -o example.html example.md

Status

Current pages converted to MathJax notation.

  • advanced/index.md
  • anim_basics/index.md
  • anim_mods/index.md
  • anim_opt/index.md
  • annotating/index.md
  • antialiasing/index.md
  • api/index.md
  • backgrounds/index.md
  • basics/index.md
  • blur/index.md
  • bugs/animation_bgnd/index.md
  • bugs/blur_trans/index.md
  • bugs/composite_mask/index.md
  • bugs/displace/index.md
  • bugs/draw_percent/index.md
  • bugs/future/index.md
  • bugs/fuzz_distance/index.md
  • bugs/index.md
  • bugs/ordered-dither/index.md
  • bugs/quantization/index.md
  • bugs/resize_halo/index.md
  • bugs/testing/index.md
  • bugs/trans_bug/index.md
  • canvas/index.md
  • color_basics/index.md
  • color_mods/index.md
  • compare/index.md
  • compose/index.md
  • compose/tables/index.md
  • convolve/index.md
  • crop/index.md
  • distorts/affine/index.md
  • distorts/index.md
  • draw/index.md
  • files/index.md
  • filter/index.md
  • filter/nicolas/index.md
  • fonts/index.md
  • formats/index.md
  • fourier/fft_math/index.md
  • fourier/index.md
  • index.md
  • layers/index.md
  • lens/index.md
  • mapping/index.md
  • masking/index.md
  • misc/index.md
  • montage/index.md
  • morphology/index.md
  • photos/index.md
  • quantize/index.md
  • resize/index.md
  • text/index.md
  • thumbnails/index.md
  • transform/index.md
  • video/index.md
  • warping/index.md
  • windows/index.md

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions