1029

LESSWRONG
LW

1028
World Modeling
Personal Blog

5

[ Question ]

Turning latexed notes into blog posts

by Terence Coelho
1st Jun 2024
1 min read
A
0
2

5

World Modeling
Personal Blog

5

Turning latexed notes into blog posts
1jimv
1Terence Coelho
New Answer
New Comment
2 comments, sorted by
top scoring
Click to highlight new comments since: Today at 9:43 AM
[-]jimv1y10

Does the LessWrong editor's documentation on its handling of LaTeX answer your question?

Reply
[-]Terence Coelho1y10

Not fully, unfortunately. Although a baseline would be asking an LLM to convert my latex file into markdown that allows mathjax

Reply
Moderation Log
More from Terence Coelho
View more
Curated and popular this week
A
0
2

I've been writing up an assortment of statistical notes in preparation for an upcoming job. I've been learning statistics from mostly-scratch but I have a solid math background, so I imagine my notes would be helpful to many people here with a similar background.

My notes are currently latexed. I don't use any commands much fancier than \DeclareMathOperator, \newcommand, and setting up environments for theorems/lemmas/pictures (I use tikz for diagrams, but those can easily be turned into pngs).

What is a fast way to turn these into posts on either substack or here?