jcabi-latex-maven-plugin

LaTeX Maven Plugin

License

License

BSD
Categories

Categories

Maven Build Tools
GroupId

GroupId

com.jcabi
ArtifactId

ArtifactId

jcabi-latex-maven-plugin
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

jcabi-latex-maven-plugin
LaTeX Maven Plugin
Project Organization

Project Organization

jcabi.com
Source Code Management

Source Code Management

https://github.com/jcabi/jcabi-latex-maven-plugin

Download jcabi-latex-maven-plugin

How to add to project

<plugin>
    <groupId>com.jcabi</groupId>
    <artifactId>jcabi-latex-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>

Dependencies

compile (4)

Group / Artifact Type Version
com.jcabi : jcabi-log jar 0.15.1
commons-io : commons-io jar 2.4
org.apache.commons : commons-lang3 jar 3.3.2
com.jcabi : jcabi-maven-slf4j jar 0.9

provided (3)

Group / Artifact Type Version
org.apache.maven : maven-core jar 3.0.5
org.apache.maven : maven-model jar 3.0.5
org.apache.maven : maven-plugin-api jar 3.0.5

Project Modules

There are no modules declared in this project.

Build Status PDD status Maven Central Javadoc

Maven plugin for generating PNG images from LaTeX sources during mvn site phase.

Project website: latex.jcabi.com

Usage

  • Make sure LaTeX and Netpbm are installed on your machine;

  • Configure the plugin pointing it to your LaTeX sources:

<project>
  <build>
    <plugins>
      <plugin>
        <groupId>com.jcabi</groupId>
        <artifactId>jcabi-latex-maven-plugin</artifactId>
        <version>1.1</version>
        <executions>
          <execution>
            <goals>
              <goal>compile</goal>
            </goals>
            <configuration>
              <sources>
                <file>picture.tex</file>
              </sources>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>
  • 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.

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
com.jcabi

jcabi.com

Small java components

Versions

Version
1.1
1.0.1
1.0