An open API service indexing awesome lists of open source software.

https://github.com/allanchain/logseq-display-math

Tweak LaTeX rendering and styling
https://github.com/allanchain/logseq-display-math

logseq logseq-plugin math

Last synced: 4 months ago
JSON representation

Tweak LaTeX rendering and styling

Awesome Lists containing this project

README

          





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](https://github.com/AllanChain/logseq-display-math/assets/36528777/c8d92265-82f9-4858-997a-8a3b7342700e)

## 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}`