[
https://jira.codehaus.org/browse/MLATEX-14?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=284847#comment-284847
]
Christian Rösch commented on MLATEX-14:
---------------------------------------
Okay, finally I made it .. but it would be nice, if the plugin could handle it
automatically!
I did the following:
{code}
$ mvn latex:latex
$ cd target/latex/project/
$ rm project.pdf
$ makeindex -s project.ist -t project.glg -o project.gls project.glo
$ makeindex -s project.ist -t project.alg -o project.acr project.acn
$ bibtex project
$ cd ../../../
$ mvn latex:latex
$ cd target/latex/project/
$ rm project.pdf
$ makeindex -s project.ist -t project.glg -o project.gls project.glo
$ makeindex -s project.ist -t project.alg -o project.acr project.acn
$ bibtex project
$ cd ../../../
$ mvn latex:latex
{code}
That worked. I'm not a latex and makeindex pro, so maybe there is an easier
way. But I simply executed the single steps of the Makefile I was using until I
found this plugin.
> Would like to see my glossaries
> -------------------------------
>
> Key: MLATEX-14
> URL: https://jira.codehaus.org/browse/MLATEX-14
> Project: Mojo Latex Maven Plugin
> Issue Type: Wish
> Affects Versions: 1.2
> Environment: Linux Ubuntu
> Reporter: Christian Rösch
>
> Hello first of all: thanks, nice plugin :)
> But how can I make my glossaries to be printed into the pdf?
> Normally I run bibtex and makeindex several times and pdflatex, to have
> everything in my pdf. But I don't see how to do this with your plugin.
> Could you please help me?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email