Skip to content

0.0.1

Choose a tag to compare

@SharbelMarshi SharbelMarshi released this 07 Aug 23:51
· 5 commits to main since this release

Latex Suite Extension 0.0.1

An Obsidian plugin that extends Latex Suite with seven features.

Features

  • Flicker-free inline math: no flickering while typing inside $...$.
  • Tolerant math rendering: $ x + y $ (spaces inside the dollars) and $ $ (empty) render as math; editing them gets full Latex Suite support and the text self-heals to standard $x$.
  • RTL math text: $\he{שלום}$ / \ar{...} for Hebrew/Arabic inside math, with configurable fonts (default: David CLM) and an Arabic letter-joining fix.
  • Automatic keyboard switching (macOS desktop) — the system keyboard follows the cursor: note language outside math, English inside $...$, Hebrew/Arabic inside \he{}/\ar{}. Requires im-select.
  • Display style everywhere: inline math renders in \displaystyle without typing it.
  • \solve: evaluates the last expression of an equation chain: k_1=\frac{200}{40}\solvek_1=\frac{200}{40} \quad \to \quad k_1=5.
  • Built-in snippets — in math, he\he{|}, ar\ar{|}, sol\solve.