Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 4 hours 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-05T06:40:29.000Z (5 months ago)
- Last Synced: 2024-11-10T08:39:13.962Z (6 days 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
[![tests](https://github.com/sun-data/aastex/actions/workflows/tests.yml/badge.svg)](https://github.com/sun-data/aastex/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/sun-data/aastex/graph/badge.svg?token=c9VYZtRAO8)](https://codecov.io/gh/sun-data/aastex)
[![Black](https://github.com/sun-data/aastex/actions/workflows/black.yml/badge.svg)](https://github.com/sun-data/aastex/actions/workflows/black.yml)
[![Documentation Status](https://readthedocs.org/projects/aastex/badge/?version=latest)](https://aastex.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/aastex.svg)](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
```