Metadata-Version: 2.4
Name: wm-tex
Version: 1.0.5
Summary: Automatically reference a URL with the Wayback Machine in BibTeX
Keywords: wayback,bibtex,latex,bibliography
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: waybackpy==3.0.6

# 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/
