Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 969 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 969 Bytes

Logseq Display Math

Tweak LaTeX rendering and styling

GitHub release total downloads

Features

  • Make all math render in display style.
  • Configurable KaTeX macros in settings.

screenshot

How it works

This is a simple plugin which hijacks katex's render function to add \displaystyle and user-defined macros.

How to temporarily disable \displaystyle

Just add \textstyle in the front: \textstyle \sum_{n=1}^{\infty}\frac{1}{n^s}