pgfplots icon indicating copy to clipboard operation
pgfplots copied to clipboard

Externalize figures in custom folder (with relative path)

Open michaelweinold opened this issue 4 years ago • 0 comments

Not a duplicate of #278 and #298.

The prefixoption of the tikzexternalizecommand only works for putting externalized figure in subfolders of the current folder:

\usetikzlibrary{external}
\tikzexternalize[prefix=./externalized/]

Any use of a relative or absolute path pointing to a higher level folder

\usetikzlibrary{external}
\tikzexternalize[prefix=../aux/externalized/]

fails.

project
├───main
│   ├───main.tex
|   └───externalized
└aux
  └externalized

michaelweinold avatar Mar 02 '20 07:03 michaelweinold