https://github.com/jcabi/jcabi-latex-maven-plugin
LaTeX Maven Plugin
https://github.com/jcabi/jcabi-latex-maven-plugin
Last synced: 3 months ago
JSON representation
LaTeX Maven Plugin
- Host: GitHub
- URL: https://github.com/jcabi/jcabi-latex-maven-plugin
- Owner: jcabi
- License: other
- Created: 2014-06-09T05:25:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-06-06T21:37:32.000Z (4 months ago)
- Last Synced: 2025-06-07T20:44:05.403Z (4 months ago)
- Language: Java
- Homepage: latex.jcabi.com
- Size: 305 KB
- Stars: 7
- Watchers: 5
- Forks: 6
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://travis-ci.org/jcabi/jcabi-latex-maven-plugin)
[](http://www.0pdd.com/p?name=jcabi/jcabi-latex-maven-plugin)
[](https://maven-badges.herokuapp.com/maven-central/com.jcabi/jcabi-latex-maven-plugin)
[](http://www.javadoc.io/doc/com.jcabi/jcabi-latex-maven-plugin)Maven plugin for generating PNG images from LaTeX sources during `mvn site` phase.
Project website: [latex.jcabi.com](http://latex.jcabi.com/index.html)
## Usage
- Make sure LaTeX and [Netpbm](http://netpbm.sourceforge.net/) are installed on your machine;
- Configure the plugin pointing it to your LaTeX sources:
```xml
com.jcabi
jcabi-latex-maven-plugin
1.1
compile
picture.tex
```
- Run `mvn site` and a PNG file will be created in `target/site/latex/picture.png`
## Known issues
Using this plugin on a Windows machine is not supported.
## Questions?
If you have any questions about the framework, or something doesn't work as expected,
please [submit an issue here](https://github.com/jcabi/jcabi-maven-plugin/issues/new).## How to contribute?
Fork the repository, make changes, submit a pull request.
We promise to review your changes same day and apply to
the `master` branch, if they look correct.Please run Maven build before submitting a pull request:
```
$ mvn clean install -Pqulice
```