LaTeX Typora V2

shamsghi 2026/08/22
Homepage Download

LaTeX Typora V2

LaTeX Typora V2 gives long-form Markdown and technical documentation the typography and spacing of a LaTeX document. The family includes light and dark reading themes plus a developer-dark variant.

LaTeX Typora V2 light mode

Light mode with New Computer Modern

LaTeX Typora V2 dark mode

Dark mode with the same document geometry

Made to read like a paper

The light and dark themes set body text in New Computer Modern. Their 32em measure, 1.55em paragraph indent, zero paragraph spacing, numbered sections, LaTeX list markers, booktabs tables, and footnotes follow article.cls metrics at 11pt on letter paper.

Attention Is All You Need rendered in LaTeX Typora

Attention Is All You Need rendered inside Typora

Installation

Automatic

macOS and Linux:

curl -fsSL https://raw.githubusercontent.com/shamsghi/LatexTypora/main/scripts/install.sh | bash

Windows PowerShell:

irm https://raw.githubusercontent.com/shamsghi/LatexTypora/main/scripts/install-windows.ps1 | iex

Manual

  1. Download and unzip the latest release.
  2. In Typora, open Preferences → Appearance → Open Theme Folder.
  3. Copy latex.css, latex-dark.css, latex-dev-dark.css, and latex_fonts/ into that folder.
  4. Restart Typora and choose a LaTeX theme from the Themes menu.

For source, customization, demos, and release notes, visit shamsghi/LatexTypora.

What changed in V2

Multilingual support

V2 retains the language support introduced in V1: cross-platform CJK font stacks and two-character first-line indentation for Chinese, Japanese, and Korean paragraphs, plus Noto Nastaliq for Urdu and Persian.

A developer variant that behaves like documentation

The developer theme uses a 46em monospace measure with left-aligned text. Fenced blocks keep their language labels in reading mode and exports; diff rows carry full-width add and remove tints. Wide code, tables, and diagrams show their scrollbars.

LaTeX Typora developer dark variant

The developer-dark variant for code-heavy Markdown