Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```