惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
U
Unit 42
Google DeepMind News
Google DeepMind News
B
Blog RSS Feed
S
SegmentFault 最新的问题
阮一峰的网络日志
阮一峰的网络日志
雷峰网
雷峰网
Microsoft Security Blog
Microsoft Security Blog
爱范儿
爱范儿
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园_首页
Apple Machine Learning Research
Apple Machine Learning Research
罗磊的独立博客
GbyAI
GbyAI
Stack Overflow Blog
Stack Overflow Blog
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
L
LangChain Blog
Engineering at Meta
Engineering at Meta
量子位
有赞技术团队
有赞技术团队
博客园 - 【当耐特】
A
About on SuperTechFans
Y
Y Combinator Blog

Buttondown's blog

Email could have been X.400 times better The physicists who convinced Fermilab to send Brazil's emails Better in-app previews Analytics 3.0 Subscriber ID variables Comments! Send latest premium action Automation filtering Free API subscribers Surveys in automations Reply to replies Labels for RSS feeds How Jeremy Singer-Vine curates curious datasets for readers 2023 (and what's next) Email vs web content Sort by engagement Better gift subscriptions How Andy Dehnart built a career reviewing television New email template Email-based automations Opt-in reply tracking Automatic alt text More social network integrations Sort by metadata Overlarge image warnings Automation tag actions Pause emails mid-flight Search tags and automations Gift via automations Subscriber-driving emails
LaTeX support
Justin Duke · 2024-06-11 · via Buttondown's blog

A screenshot of LaTeX in Fancy Mode

We've been teasing, promising, and exploring LaTeX support for three years, and it's finally here.

You might not even know what LaTeX is (and we wrote a handy little glossary entry just for you, if so), but if you've ever read a math or science paper you've probably seen it in action.

The trickiest part about bringing LaTeX to Buttondown was making sure it worked everywhere — in the editor, in the preview, in the email itself. We ended up solving this by spinning up a custom renderer that lets us toggle between PNG, SVG, and HTML rendering on the fly so that every LaTeX block can be rendered in the most appropriate way for the medium.

(By the way: just like with footnotes, we open-sourced the Tiptap extension we use for LaTex in the editor.)