Function Repository Resource:

ImportArXivTeXSource

Source Notebook

Import arXiv preprint TeX source

Contributed by: Meng Lu

ResourceFunction["ImportArXivTeXSource"][id]

imports the TeX source of the arXiv preprint id as a string.

Details and Options

For an invalid arXiv identifier the function returns an empty string.
When the Internet connectivity is not stable the function may make several HTTP read attempts to get the data from arXiv.org server.

Examples

Basic Examples

In[1]:=
ResourceFunction[
  "ImportArXivTeXSource", ResourceSystemBase -> "https://www.wolframcloud.com/obj/resourcesystem/api/1.0"]["2410.05895"] // Short[#, 100] &
Out[1]=

Publisher

Meng Lu

Requirements

Wolfram Language 14.0 (January 2024) or above

Version History

  • 1.0.0 – 19 February 2025

License Information