Exploring TeXlyre: A Practical Guide to Local-First LaTeX Collaboration Have you ever needed to work on a LaTeX document with colleagues, but worried about losing control over your data or dealing with spotty internet? That’s where TeXlyre comes in. It’s a platform designed for real-time collaboration on LaTeX files, with a strong emphasis on keeping everything local and accessible offline. Built using React, TypeScript, and Yjs, it lets you edit documents together seamlessly, even when you’re not connected. In this article, we’ll walk through what TeXlyre offers, how it works under the hood, and how you can get started. I’ll …
Converting LaTeX Formulas in Markdown to Word’s Native Formulas with Pandoc In the world of technical writing, two tools stand out for their efficiency and precision: Markdown and LaTeX. Markdown is a lightweight markup language that allows writers to create formatted text using a plain-text editor. Its simplicity and readability make it a favorite among developers, bloggers, and technical writers. LaTeX, on the other hand, is a typesetting system renowned for its ability to handle complex mathematical formulas with ease. It’s the gold standard for academic and scientific documents. However, when it comes to sharing these documents with a broader …