FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
What You Can't Write on Dev.to — Math Notation Limits and Alternatives
NewsMachine Learning

What You Can't Write on Dev.to — Math Notation Limits and Alternatives

via Dev.tozuka33h ago

Dev.to's KaTeX support handles most mathematical notation well. But if you're writing about certain topics, you'll hit walls that no workaround can fully solve. This article documents the specific limitations, who they affect, and what your options are. Limitation 1: Commutative Diagrams What you want to write In algebra and category theory, commutative diagrams are essential. In LaTeX: \begin{tikzcd} A \arrow [r, "f"] \arrow [d, "g"'] & B \arrow [d, "\phi"] \\ C \arrow [r, "\psi"'] & D \end{tikzcd} This produces a diagram with labeled arrows showing that different paths between the same endpoints yield the same result. On Dev.to Not supported. Neither tikz-cd nor the simpler amscd environment works. Workarounds ASCII art — works for simple diagrams: A ---f--→ B | | g φ ↓ ↓ C ---ψ--→ D External tools — generate an image and embed it: quiver — interactive commutative diagram editor Export as SVG/PNG → upload to Dev.to Describe in words — "The diagram commutes, meaning ψ∘g=ϕ∘f\psi \circ

Continue reading on Dev.to

Opens in a new tab

Read Full Article
3 views

Related Articles

Layer 4 vs Layer 7 Load Balancing
News

Layer 4 vs Layer 7 Load Balancing

Medium Programming • 2h ago

Meet My Claude Dev Team
News

Meet My Claude Dev Team

Medium Programming • 2h ago

Porting Your Unity VR Game to visionOS: A 30-Day Journey
News

Porting Your Unity VR Game to visionOS: A 30-Day Journey

Medium Programming • 2h ago

A Year of WordHopper - Development Retrospective (2024)
News

A Year of WordHopper - Development Retrospective (2024)

Lobsters • 3h ago

News

# Questions Surround BELIFT LAB’s Announcement on Heeseung and the Future of ENHYPEN

Medium Programming • 3h ago

Discover More Articles