Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tpapp/latextabulars.jl
- Owner: tpapp
- License: mit
- Created: 2018-01-22T16:44:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-22T12:22:00.000Z (about 1 month ago)
- Last Synced: 2024-12-13T11:58:24.399Z (11 days ago)
- Topics: julia, julia-language, latex
- Language: Julia
- Size: 292 KB
- Stars: 47
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.