This project provides a Python-based pipeline for processing LaTeX documents. It splits LaTeX files into
structured chunks by \section, \subsection, and \subsubsection,
preserves LaTeX commands, and allows translation of textual content using LLMs while keeping math,
citations, and formatting intact.
This project makes it simple to translate academic papers or LaTeX documents into multiple languages while preserving formatting and structure. It demonstrates capabilities in Python scripting, text processing, and LLM-assisted workflows.
GitHub: Github Project
Pipeline: Chunking → Translation → Reconstruction