Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tpapp/latextabulars.jl

Write tabular data from Julia in LaTeX format.
https://github.com/tpapp/latextabulars.jl

julia julia-language latex

Last synced: 5 days ago
JSON representation

Write tabular data from Julia in LaTeX format.

Awesome Lists containing this project

README

        

# LaTeXTabulars.jl

![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)
[![build](https://github.com/tpapp/LaTeXTabulars.jl/workflows/CI/badge.svg)](https://github.com/tpapp/LaTeXTabulars.jl/actions?query=workflow%3ACI)
[![codecov](https://codecov.io/github/tpapp/LaTeXTabulars.jl/graph/badge.svg?token=nscxTtrb6g)](https://codecov.io/github/tpapp/LaTeXTabulars.jl)
[![documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://tpapp.github.io/LaTeXTabulars.jl/dev/)

Write tabular data from Julia in LaTeX format.

This is a *very thin wrapper*, basically for avoiding some loops and repeatedly used strings. It assumes that you know how the LaTeX `tabular` environment works, and you have formatted the cells to strings if you want anything fancy like rounding or alignment on the decimal dot.

The package is documented with a manual and docstrings.