Documentation | Build Status | Others |
---|---|---|
The code is hosted on GitHub, with some continuous integration services to test its validity.
This repository is created and maintained by @singularitti. You are very welcome to contribute.
The package can be installed with the Julia package manager.
From the Julia REPL, type ]
to enter the Pkg REPL mode and run:
pkg> add LaTeXFigures
Or, equivalently, via the Pkg
API:
julia> import Pkg; Pkg.add("LaTeXFigures")
- STABLE — documentation of the most recently tagged version.
- DEV — documentation of the in-development version.
The package is tested against, and being developed for, Julia 1.6
and above on Linux,
macOS, and Windows.
Usage questions can be posted on our discussion page.
Contributions are very welcome, as are feature requests and suggestions. Please open an issue if you encounter any problems. The contributing page has a few guidelines that should be followed when opening pull requests and contributing code.