https://github.com/ecomaikgolf/wm-tex
Automatically reference a URL with the wayback machine in BibTeX
https://github.com/ecomaikgolf/wm-tex
bibtex citation wayback wayback-machine
Last synced: 2 months ago
JSON representation
Automatically reference a URL with the wayback machine in BibTeX
- Host: GitHub
- URL: https://github.com/ecomaikgolf/wm-tex
- Owner: ecomaikgolf
- Created: 2025-05-27T12:18:04.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-27T12:45:14.000Z (5 months ago)
- Last Synced: 2025-06-20T23:04:12.477Z (4 months ago)
- Topics: bibtex, citation, wayback, wayback-machine
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wm-tex
Automatically reference a URL with the wayback machine in BibTeX
## Usage
```
$ wm-tex http://google.com@misc{xxx98,
title = {{}},
author = {},
day = {11},
month = {11},
year = {1998},
url = {https://web.archive.org/web/20250527083831/https://google.com/},
howpublished = {\href{https://web.archive.org/web/20250527083831/https://google.com/}{http://google.com}},
urldate = {2025-05-27},
}
```## Install
**uv** (recommended):
```
uv tool install --compile-bytecode wm-tex
```Don't have `uv`? https://docs.astral.sh/uv/getting-started/installation
**pip**:
```
pip install wm-tex
```## Reference
- https://github.com/ecomaikgolf/wm-tex
- https://pypi.org/project/wm-tex/