20 Nov
2008
20 Nov
'08
8:14 a.m.
richard.stephens@converteam.com wrote:
Hello,
I am using the bib module and I want to redefine the display style for the references. I have therefore created a new file "bibl-ris.tex" which I have put in the same folder as bibl-apa.tex and the other existing ones. In my environment file I have \setuppublications[alternative=ris]. Unfortunately, I get the error
file bibl-ris not found, unknown style ignored
Where should I put my bibl-ris file, or is there something else I need to do before it can find my file?
You need to execute "mktexlsr" (mkii) or "luatools --generate" (mkiv). The file is in the right place, but the system cannot find it because the file search database is not updated yet. Best wishes, Taco