https://github.com/sun-data/aastex
A Python wrapper around the AASTeX Latex package
https://github.com/sun-data/aastex
aastex astronomy document-preparation latex pylatex python
Last synced: 5 months ago
JSON representation
A Python wrapper around the AASTeX Latex package
- Host: GitHub
- URL: https://github.com/sun-data/aastex
- Owner: sun-data
- Created: 2023-10-27T02:55:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T06:40:29.000Z (about 2 years ago)
- Last Synced: 2025-03-05T17:49:49.248Z (over 1 year ago)
- Topics: aastex, astronomy, document-preparation, latex, pylatex, python
- Language: Python
- Homepage: https://aastex.readthedocs.io
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aastex
[](https://github.com/sun-data/aastex/actions/workflows/tests.yml)
[](https://codecov.io/gh/sun-data/aastex)
[](https://github.com/sun-data/aastex/actions/workflows/black.yml)
[](https://aastex.readthedocs.io/en/latest/?badge=latest)
[](https://badge.fury.io/py/aastex)
This Python library extends [PyLaTeX](https://github.com/JelteF/PyLaTeX) to support the
[AASTeX LaTeX package](https://journals.aas.org/aastex-package-for-manuscript-preparation/).
## Installation
`aastex` is available on PyPI and can be installed using `pip`:
```bash
pip install aastex
```