Easy Reads: A Python program for making Scientific Papers on arXiv more Reader Friendly and Accessible

2026-06-18Digital Libraries

Digital LibrariesHuman-Computer InteractionInformation Retrieval
AI summary

The authors created a program called Easy Reads to make scientific papers easier to read. These papers often have small fonts and double columns that can make reading tiring. Easy Reads automatically downloads papers from arXiv and changes their format, like making the font bigger or using fewer columns. This helps people read scientific papers more comfortably. The program is open-source and works by editing the original TeX files of the papers.

arXivscientific papersTeXfont sizedouble columnsaccessibilityopen-source softwarePDF formattingautomated toolsreading ease
Authors
Vishal Verma
Abstract
Scientific papers are frequently dense and characterized by features such as small fonts and line spacing, double columns of text, and tightly arranged figures. While these features make papers more compact, they can hinder readability, make them less accessible, and can strain the reader. arXiv is a premier open-access repository for scientific papers across different fields and is used extensively by researchers, including those in the physics and astrophysics communities. Easy Reads is an automated, end-to-end, open-source Python program that helps address the stated challenge by making papers from arXiv more reader-friendly and accessible. Easy Reads can automatically fetch a paper from arXiv via its URL and work with the source TeX file to allow custom formatting of the paper features, primarily the font size, and the number of columns used. The main goal of Easy Reads is to facilitate ease of reading of scientific papers.