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

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/jcabi/jcabi-latex-maven-plugin.svg?branch=master)](https://travis-ci.org/jcabi/jcabi-latex-maven-plugin)
[![PDD status](http://www.0pdd.com/svg?name=jcabi/jcabi-latex-maven-plugin)](http://www.0pdd.com/p?name=jcabi/jcabi-latex-maven-plugin)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.jcabi/jcabi-latex-maven-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.jcabi/jcabi-latex-maven-plugin)
[![Javadoc](https://javadoc.io/badge/com.jcabi/jcabi-latex-maven-plugin.svg)](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
```