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

Compilation several LaTeX documents #8629

Closed
ragonneau opened this issue Oct 28, 2021 · 1 comment
Closed

Compilation several LaTeX documents #8629

ragonneau opened this issue Oct 28, 2021 · 1 comment

Comments

@ragonneau
Copy link

Details

Expected Result

My conf.py file contains several latex documents. Using the Makefile built by Sphinx, two PDF files are created.

Actual Result

The compilation fails when the following command is executed:

latexmk -r latexmkrc -pdf -f -dvi- -ps- -jobname=cobyqa -interaction=nonstopmode

It provides the following error:

Use of uninitialized value in concatenation (.) or string at (eval 13) line 1, <GEN1> chunk 1.
Use of uninitialized value in concatenation (.) or string at (eval 13) line 2, <GEN1> chunk 1.
Use of uninitialized value in concatenation (.) or string at (eval 13) line 3, <GEN1> chunk 1.
Use of uninitialized value in concatenation (.) or string at (eval 13) line 4, <GEN1> chunk 1.
Subroutine makeglo redefined at (eval 14) line 7, <GEN2> chunk 1.
Use of uninitialized value in concatenation (.) or string at (eval 14) line 1, <GEN2> chunk 1.
Use of uninitialized value in concatenation (.) or string at (eval 14) line 2, <GEN2> chunk 1.
Use of uninitialized value in concatenation (.) or string at (eval 14) line 3, <GEN2> chunk 1.
Use of uninitialized value in concatenation (.) or string at (eval 14) line 4, <GEN2> chunk 1.
Latexmk: This is Latexmk, John Collins, 26 Dec. 2019, version: 4.67.

Latexmk: Need to specify at most one filename if jobname specified without a %A, 
    but 2 were found (after defaults and wildcarding).
Use
   latexmk -help
to get usage information

The error is clear, but I do not find on the documentation any way of patching this behavior. Thanks.

@humitos
Copy link
Member

humitos commented Oct 28, 2021

Hi @ragonneau! We currently don't support multiple PDF output. We have been talking about this in different opportunities but we never had the time to implement it. See #2045 and subscribe to receive news.

I'm closing this issue as a duplicate. Feel free to reopen if you consider.

@humitos humitos closed this as completed Oct 28, 2021
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

2 participants