<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>KaTeX on The Coders Blog</title><link>https://thecodersblog.com/tag/katex/</link><description>Recent content in KaTeX on The Coders Blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 08 May 2026 03:29:15 +0000</lastBuildDate><atom:link href="https://thecodersblog.com/tag/katex/index.xml" rel="self" type="application/rss+xml"/><item><title>RaTeX: High-Performance LaTeX Rendering in Pure Rust</title><link>https://thecodersblog.com/ratex-katex-compatible-latex-rendering-engine-in-rust-2026/</link><pubDate>Fri, 08 May 2026 03:29:15 +0000</pubDate><guid>https://thecodersblog.com/ratex-katex-compatible-latex-rendering-engine-in-rust-2026/</guid><description>&lt;p&gt;Forget the JavaScript overhead, the WebView dance, and the DOM jitters. For anyone who’s wrestled with embedding high-quality mathematical typesetting into native applications or server-side processes, a new contender has arrived, promising a revelation in performance and predictability: &lt;strong&gt;RaTeX&lt;/strong&gt;. This pure Rust engine isn&amp;rsquo;t just another option; it’s a deliberate architectural shift, offering KaTeX-compatible LaTeX math rendering without the usual baggage.&lt;/p&gt;
&lt;h3 id="unleashing-native-speed-the-no-more-janky-webviews-proposition"&gt;Unleashing Native Speed: The &amp;ldquo;No More Janky WebViews&amp;rdquo; Proposition&lt;/h3&gt;
&lt;p&gt;The pervasive reliance on JavaScript-based renderers like KaTeX.js or MathJax for complex mathematical expressions often necessitates embedding a WebView or a headless browser. This introduces significant overhead: larger bundle sizes, slower startup times, unpredictable garbage collection pauses, and a general lack of responsiveness, particularly in scrolling or complex UI scenarios. RaTeX directly tackles this by being built from the ground up in Rust.&lt;/p&gt;</description></item></channel></rss>