Skip to content

Set __ROBEXT_WAY_BACK__ as standard in a preset #40

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

You must be logged in to vote

Ah, good point, I forgot that you need to wrap the whole \robExtConfigure{ with \makeatletter … \makeatother (otherwise latex will automatically add a space like \input @path instead of \input@path. For instance:

\documentclass{scrreport}

\usepackage{robust-externalize}
\usepackage{pdfpages}
\usepackage{blindtext}
\makeatletter % <----- this line is important
\robExtConfigure{
    new preset={latex scrreport}{
        latex, 
        %use lualatex,
        set placeholder={__ROBEXT_LATEX_ENGINE__}{latexmk -pdflatex=lualatex -pdf},
        add to compilation command options={--shell-escape},
        set documentclass={scrreport},
        set latex options={fontsize=11pt},
        add to p…

Replies: 1 comment 3 replies

Comment options

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

@tobiasBora
Comment options

Answer selected by dflvunoooooo
@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