MVN

de.akquinet.jbosscc.latex : maven-latex-plugin

Maven & Gradle

Feb 08, 2012
16 stars

Maven LaTeX Plugin · Automatically create pdf or html documents from LaTeX sources during the Maven site phase.

<plugin>
    <groupId>de.akquinet.jbosscc.latex</groupId>
    <artifactId>maven-latex-plugin</artifactId>
    <version>1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.akquinet.jbosscc.latex : maven-latex-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of de.akquinet.jbosscc.latex : maven-latex-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
maven-latex-plugin-1.2

How to add a plugin to Maven

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

<plugin>
    <groupId>de.akquinet.jbosscc.latex</groupId>
    <artifactId>maven-latex-plugin</artifactId>
    <version>1.2</version>
</plugin>