FlashTeX v0.1.3
Downloads
| Asset | What |
|---|---|
FlashTeX.dmg / FlashTeX-0.1.3-macos-arm64.dmg |
The Mac app (macOS 14+, Apple Silicon). Same file under both names; install.sh on the website fetches FlashTeX.dmg. |
flashtex-cli-0.1.3-macos-arm64.tar.gz |
The flashtex CLI (flashtex build main.tex, check, watch, supported, worker, fonts) plus flashtex-render/compiler/pdf helpers, with the bundled fonts/metrics. |
flashtex-cli-0.1.3-linux-x86_64.tar.gz |
Command-line tools for Linux x86_64 (built: flashtex-cli render-pipeline compiler pdf). |
SHA256SUMS |
sha256sum -c SHA256SUMS after downloading. |
Signing
This build is ad-hoc signed (no Developer ID certificate configured in CI). macOS Gatekeeper will refuse the first launch from a browser download: right-click FlashTeX.app > Open, or install with the website's install.sh which strips the quarantine attribute after verifying the checksum.
FlashTeX.dmg sha256: 8a0b31ed18adc4b4e7646c3608e84155871d8efe3f2ad01899eb3906bd7c7bc5
What's Changed
- render-pipeline: answer "does this project load amssymb?" once per Context, not once per formula by @GoKubar in #213
- math: the four kernel cmsy square relations (\sqcup, \sqcap, \sqsubseteq, \sqsupseteq) by @GoKubar in #210
- math-layout: box the cmsy square relations from their real TFM slots ("74-"77) by @GoKubar in #211
- site: explain the first-launch prompt, and stop the DMG size going stale by @GoKubar in #214
- mac: typing opens the completion list (no ⌃Space) by @GoKubar in #215
- mac: the preview follows the caret while you edit by @GoKubar in #217
- mac: hosted tests never activate the app, and a regression floor for soft line wrapping by @GoKubar in #219
- mac: nested math environments keep their highlighting by @GoKubar in #216
- mac: relative line numbers in the gutter, off by default by @GoKubar in #221
- compiler: amsthm sets the whole theorem head in the head font by @GoKubar in #196
- render-pipeline: amsthm theorem-like environments are a \trivlist \item (lecture-notes line breaks) by @GoKubar in #190
- render-pipeline: read the atom's own forced math class instead of re-deriving it from the source text by @GoKubar in #199
- render-pipeline: size family 3 as amsmath declares it, not sfixed*cmex10 by @GoKubar in #204
- math-layout: cmsy/cmmi/cmr/cmex slots and spacing classes for the LaTeX kernel math symbols by @GoKubar in #186
- hygiene: restore record for the 2026-09-13 remote branch cleanup (318 branches) by @GoKubar in #189
- mac: the app sends the user's local date, so \today can print it by @GoKubar in #223
- compiler: \today renders the date the caller supplied, not the epoch by @GoKubar in #220
- mac: re-sync the bundled command inventory for \today (unbreaks main) by @GoKubar in #224
- vendor: re-pin render-pipeline's compiler mirror to main 3f3af38 (unblocks #222) by @GoKubar in #225
- render-pipeline, cli: the caller supplies the date \today renders by @GoKubar in #222
- render-pipeline: turn request-date on by default now that the vendor pin carries it by @GoKubar in #226
- render-pipeline: promote request-date to a default feature (finishes the \today fix) by @GoKubar in #228
Full Changelog: v0.1.2...v0.1.3