We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
First, I would like to thank you for this amazing work.
I am currently working on a document which uses multibib. I decided to setup a scriptbuilder to compile it as follows:
"builder_settings": { "windows": { "script_commands": [ "pdflatex -synctex=1 -interaction=nonstopmode", "bibtex RD.aux", "bibtex AD.aux", "pdflatex -synctex=1 -interaction=nonstopmode", "pdflatex -synctex=1 -interaction=nonstopmode", ] }
However, bibtex does not generate the appropriate bbl file to be included in the successive pdflatex calls. The console shows the following:
ScriptBuilder: Invoking 'pdflatex -synctex=1 -interaction=nonstopmode main'... done. Invoking 'bibtex RD.aux main'... done. Invoking 'bibtex AD.aux main'... done. Invoking 'pdflatex -synctex=1 -interaction=nonstopmode main'... done. Invoking 'pdflatex -synctex=1 -interaction=nonstopmode main'... done.
I have the feeling there is something wrong with the way bibtex is being called as these main keywords are being added automatically to the command.
When I run directly bibtex RD.aux from terminal, it works well, and it generates the bbl files.
bibtex RD.aux
Do you have any suggestions on this?
Regards, Francisco
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
First, I would like to thank you for this amazing work.
I am currently working on a document which uses multibib.
I decided to setup a scriptbuilder to compile it as follows:
However, bibtex does not generate the appropriate bbl file to be included in the successive pdflatex calls.
The console shows the following:
I have the feeling there is something wrong with the way bibtex is being called as these main keywords are being added automatically to the command.
When I run directly
bibtex RD.aux
from terminal, it works well, and it generates the bbl files.Do you have any suggestions on this?
Regards,
Francisco
The text was updated successfully, but these errors were encountered: