Skip to content
New issue

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

ScriptBuilder fails to generate bbl multibib #1558

Open
Fratorhe opened this issue May 9, 2022 · 0 comments
Open

ScriptBuilder fails to generate bbl multibib #1558

Fratorhe opened this issue May 9, 2022 · 0 comments

Comments

@Fratorhe
Copy link

Fratorhe commented May 9, 2022

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.

Do you have any suggestions on this?

Regards,
Francisco

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant