norden.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Moin! Dies ist die Mastodon-Instanz für Nordlichter, Schnacker und alles dazwischen. Folge dem Leuchtturm.

Administered by:

Server stats:

3.5K
active users

#latexml

0 posts0 participants0 posts today

💡NIST tool will make math-heavy research papers easier to view online

"Not only will the change help the scientific community adhere to the White House’s updated policy [...], but it will also make information accessible to young scientists [...]"

nist.gov/news-events/news/2024

NIST · NIST Tool Will Make Math-Heavy Research Papers Easier to View OnlineA tool developed by a NIST scientist will help arXiv preprints become more accessible.

It is neat to see MetaAI using LaTeXML productively for arXiv preprocessing in their Nougat OCR work.

Good discussion in "5.2 Text modalities": there is indeed a lot of hidden complexity when recovering TeX input strings.

Rather tempting to wish for a way to normalize to "canonical" expressions...

project homepage: facebookresearch.github.io/nou

arXiv preprint:
arxiv.org/abs/2308.13418

facebookresearch.github.ioNougat

Currently experimenting with adapting the @pandoc output from #Markdown to #HTML to work with the awesome #CSS built for #arxiv by @dginev. I could also use #pandoc to convert to #LaTeX and then use #LaTeXML through their github.com/dginev/ar5ivist tool for #arxiv but why the round-trip? The changes are yet incomplete as not all font things are adjusted and right now all footnotes are represented through the same symbol. Yet, I'm quite happy with the intermediate results :-)

This gives me reactive footnotes, either in the margins (almost #Tufte style) or through hovering, nicer link highlighting, quite acceptably justified text (I'm surprised how far the web has come). I didn't yet tweak the fonts further and I want to keep my code indented.

Left: Run through pandoc with custom HTML template & some #Lua filters

Right: Current state as seen on ljrk.codeberg.page/unixv6-allo produced with a minimalist CSS stylesheet I stole from somewhere.