Skip to content

Cache chapter with cached content? #38

Answered by tobiasBora
dflvunoooooo asked this question in Q&A
Discussion options

You must be logged in to vote

Ok, so this issue was a combination of 2 bugs I just fixed, and some things you have not followed (possibly because of the bugs ^^):

  • make sure to use add to compilation command options and not add argument to compilation command (the later adds it at the end, which is not what latex expects)
  • you need to use pages=- otherwise only the first page will be loaded

So with the latest version, this should work:

\documentclass{scrreport}

\usepackage{robust-externalize}
\usepackage{pdfpages}
\usepackage{blindtext}

\robExtConfigure{
    new preset={latex scrreport}{
        latex, 
        use lualatex,
        add to compilation command options={--shell-escape},
        set documentclass={scrr…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@dflvunoooooo
Comment options

@tobiasBora
Comment options

Answer selected by dflvunoooooo
@tobiasBora
Comment options

@dflvunoooooo
Comment options

@tobiasBora
Comment options

@dflvunoooooo
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants