2016-03-03

I'm using texstudio with arara to automate the building. I'm trying to have it set up so that all the auxiliary files are put in a folder called auxiliary in the main folder.

At the top of my .tex file, I have:

This successfully places all the .aux, .lot, .nlo, .toc etc files in the correct folder.

However, when it gets to the nomencl step, I get the error (Umbrella_combi is the name of the main .tex file):

The .nlo is there in the auxiliary folder, and I have tried putting in arara: nomencl: { files: [.\auxiliary\Umbrella_combi.nlo]} to get it to point to the right folder but that doesn't work. I've also added the folder to the "additional search paths" in Options>Config>Build

How can I get nomencl to look in the right folder for the files?

Thanks in advance for the help!

Show more