A while ago I got most of the way to set up a feature on LW/AIAF that would export LW/AIAF posts to a nicely formatted academic-looking PDF that is linkable. I ended up running into a hurdle somewhat close to the end and shelved the feature, but if there is a lot of demand here, I could probably finish up the work, which would make this process even easier.
A while ago I made a very quick Python script to pull Markdown from LW, then use pandoc to export to a PDF (because I prefer reading physical papers and Latex formatting). I used it somewhat regularly for ~6 months and found that it was good enough for my purposes. I assume the LW developers could write something much better, but I’ve thrown it into this Github [repo](https://github.com/juesato/lw_pdf_exporter/tree/main) in case it’s of help or interest.
I would especially especially love it if it popped out a .tex file that I could edit, since I’m very likely to be using different language on LW than I would in a fancy academic paper.
The arXiv really prefers that you upload in tex. For the author this makes it less likely that your paper will be flagged for moderation etc (I guess). So if it were possible to export to Rex I think that for the purposes of uploading to arXiv this would be substantially better. Of course, I don’t know how much more/less work it is…
I was planning this to be a PDF typeset in TeX (created via Pandoc plus some manual massaging), so additionally exporting the TeX shouldn’t be too hard.
A while ago I got most of the way to set up a feature on LW/AIAF that would export LW/AIAF posts to a nicely formatted academic-looking PDF that is linkable. I ended up running into a hurdle somewhat close to the end and shelved the feature, but if there is a lot of demand here, I could probably finish up the work, which would make this process even easier.
Please do this!!
A while ago I made a very quick Python script to pull Markdown from LW, then use pandoc to export to a PDF (because I prefer reading physical papers and Latex formatting). I used it somewhat regularly for ~6 months and found that it was good enough for my purposes. I assume the LW developers could write something much better, but I’ve thrown it into this Github [repo](https://github.com/juesato/lw_pdf_exporter/tree/main) in case it’s of help or interest.
I would especially especially love it if it popped out a .tex file that I could edit, since I’m very likely to be using different language on LW than I would in a fancy academic paper.
Seconding the .tex export, since it’s much more useful than just getting a pdf!
I would love this! I’m currently paying someone ~$200 to port my grokking post to LaTeX, getting a PDF automatically would be great
The arXiv really prefers that you upload in tex. For the author this makes it less likely that your paper will be flagged for moderation etc (I guess). So if it were possible to export to Rex I think that for the purposes of uploading to arXiv this would be substantially better. Of course, I don’t know how much more/less work it is…
I was planning this to be a PDF typeset in TeX (created via Pandoc plus some manual massaging), so additionally exporting the TeX shouldn’t be too hard.
Any update on when this might happen?