A collection of twenty small, standalone LaTeX and MetaPost examples demonstrates how to reproduce the look of old scientific publications, from engraved optics plates to Victorian newspaper layouts. Each file isolates one technique—such as antique typography, hand-drawn diagrams, or period color palettes—so users can compile, modify, or strip out individual effects to see their contribution. The examples split into pure LaTeX pages, standalone fiziko MetaPost figures, and hybrid pages combining both via LuaTeX.
github.com
· 2026-09-09
A new open-source project called ExactTeX extends LaTeX with optional annotations that let authors mark specific objects—like tables or figures—for verification before compiling to PDF. Unannotated content passes through unchanged as ordinary LaTeX, and a browser-based editor called Vitela runs the same compiler via WebAssembly for local checking without a server. The toolchain includes a command-line compiler, a language server for editor integration, and a test suite ensuring consistent behavior across all three interfaces.
github.com
· 2026-09-01
A new open-source project called TexLite provides a browser-based, self-hosted environment for teams to write and compile LaTeX documents together. It runs as a single Node.js process with SQLite and local file storage, reusing the host machine's existing TeX installation, and adds real-time editing plus source-level commenting.
github.com
· 2026-08-26
A developer released TeXbrain, a free open-source LaTeX editor that runs a WebAssembly port of pdfTeX (via SwiftLaTeX) so documents compile to PDF directly in the browser with no server involved. It also supports opening local project folders, syncing with git, and pushing to GitHub, all within a single browser tab. Packages beyond the common ones bundled with the app are fetched on demand from a TeX Live mirror and cached for offline reuse.
github.com
· 2026-08-25