Skip to content
cerker edited this page Feb 10, 2012 · 6 revisions

Welcome to the maven-latex-plugin!

You can use the maven-latex-plugin in your Maven2 projects to automatically create pdf or html documents from your LaTeX sources during the Maven site phase. The plugin will call the LaTeX and TeX4Ht scripts to do the necessary work.

Homepage: http://akquinet.github.com/maven-latex-plugin

Project on GitHub: https://github.com/akquinet/maven-latex-plugin

Mailing list: https://groups.google.com/group/maven-latex-plugin-users

Contributions: You are welcome to Contribute to the plugin.

Maven coordinates:

<dependency>
   <groupId>de.akquinet.jbosscc.latex</groupId>
   <artifactId>maven-latex-plugin</artifactId>
   <version>1.2</version> 
</dependency>
Clone this wiki locally