MVN

com.github.fracpete : latex-maven-plugin

Maven & Gradle

Feb 11, 2017

LaTeX Maven Plugin · The LaTeX Maven Plugin is useful for building a set of LaTeX documents.

<plugin>
    <groupId>com.github.fracpete</groupId>
    <artifactId>latex-maven-plugin</artifactId>
    <version>1.4.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.fracpete : latex-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.4.4

All Versions

Choose a version of com.github.fracpete : latex-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4.x
latex-maven-plugin-1.4.4
latex-maven-plugin-1.4.3
latex-maven-plugin-1.4.2
latex-maven-plugin-1.4.1
latex-maven-plugin-1.4.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.fracpete</groupId>
    <artifactId>latex-maven-plugin</artifactId>
    <version>1.4.4</version>
</plugin>