You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Julien Ponge <ju...@gmail.com> on 2011/01/31 17:25:40 UTC

[ANN] LaTeX Maven Mojo 1.1 Released

Hi,

The Mojo team is pleased to announce the release of the Mojo Latex
Maven Plugin version 1.1.

The LaTeX Maven Mojo is useful for building a set of LaTeX documents.
It builds PDF documents using pdflatex, and has optional support for
bibtex.

http://mojo.codehaus.org/latex-maven-plugin/

To get this update, simply specify the version in your project's
plugin configuration:

<plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>latex-maven-plugin</artifactId>
        <version>1.1</version>
</plugin>

Release Notes

The following issues have been solved:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12077&version=16250

The main improvements are:
* support for --shell-escape which is needed when external tools shall
be used by pdflatex
* the compilation is now dependent on files having been modified since
the last build
* .svn folders are not copied to target/ when the compilation occurs.

Enjoy,

The Mojo team.

Julien Ponge

-- 
http://izpack.org/
http://jpz-log.info/
http://julien.ponge.info/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org