LaTeX Process PDF Export API for Glossary Application

Last modified by Admin on 2024/03/01 00:22

cogLaTeX Process PDF Export API for the Glossary Application
TypeJAR
CategoryOther
Developed by

Sarthak Gupta, Vincent Massol, slauriere, Clément Aubin

Active Installs0
Rating
0 Votes
LicenseGNU Lesser General Public License 2.1

Installable with the Extension Manager

Description

Provides an overridden LaTeX PDF Export default configuration to generate a glossary (when using the local process method).

This extension is not installed by default when you install the LaTeX Export UI for Glossary Application and thus you need to manually install it too.

Prerequisites & Installation Instructions

We recommend using the Extension Manager to install this extension (Make sure that the text "Installable with the Extension Manager" is displayed at the top right location on this page to know if this extension can be installed with the Extension Manager).

You can also use the manual method which involves dropping the JAR file and all its dependencies into the WEB-INF/lib folder and restarting XWiki.


Note that this extension modifies the default latex.pdf.process.commands configuration property value to add the call makeglossaries to generate the Glossary (the default commands are: pdflatex -shell-escape index.tex, makeglossaries index, pdflatex -shell-escape index.tex). 

If you're overriding the latex.pdf.process.commands configuration property value, make sure to add a call to makeglossaries if you wish to generate the Glossary. For example:

latex.pdf.process.commands=pdflatex -shell-escape index.tex
latex.pdf.process.commands=makeglossaries index
latex.pdf.process.commands=pdflatex -shell-escape index.tex

Dependencies

Dependencies for this extension (org.xwiki.contrib.glossary:application-glossary-latex-pdf-process 1.4.7):

Get Connected