Menu

#2446 minted package causes with texstudio but not with kile

open
nobody
None
1
2020-01-16
2019-09-26
H2
No

I have fairly large project that used minted excessively. I am currently using Kile which works fine, but I wanted to try TeXstudio for the grammar checker.

TeXstudio prints many errors of the following type:
! Package minted Error: Missing Pygments output; \inputminted was
probably given a file that does not exist--otherwise, you may need
the outputdir package option, or may be using an incompatible build tool.

If use the cache=false option on minted, everything works, but builds take aroun 13min which is not acceptable. With Kile it works also if the cache is used. This is really weird, because the command run by both applications is identical:

lualatex -synctex=1 -shell-escape -interaction=nonstopmode "project".tex

Note that the generated PDF looks fine. And the cachedir generated by both calls looks identical.

I have attached logs for both.

1 Attachments

Discussion

  • H2

    H2 - 2019-09-26

    The log for kile.

     
  • H2

    H2 - 2020-01-16

    Haha, the problem appeared with Kile of course, too. It just didn't highlight the error as an error (just skipping over it).

    This can be closed.

     

Log in to post a comment.