https://github.com/relaxxpls/texurl
Python package to help LaTeX embed online images ☁🖼️
https://github.com/relaxxpls/texurl
Last synced: 2 months ago
JSON representation
Python package to help LaTeX embed online images ☁🖼️
- Host: GitHub
- URL: https://github.com/relaxxpls/texurl
- Owner: relaxxpls
- License: mit
- Created: 2021-05-16T18:29:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T23:38:34.000Z (about 3 years ago)
- Last Synced: 2025-01-03T03:16:21.801Z (4 months ago)
- Language: TeX
- Homepage:
- Size: 5.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `TeXURL` - LaTeX Parser for Content Containing URLs
Download content from links inside your TeX files locally and link it.
No, this is not present in any of the LaTeX compilers (Yes, even i'm surprised!)
Inspired by [this](https://tex.stackexchange.com/a/89521) StackExchange answer.## Script
```bash
python ".\src\test.py" ".\test\test_1.tex"
```## Changes
- Add verbose option to display or not the content.
- Create log file to store errors.