I would like to create a simple figure with Makie.jl, where on the left I have an Axis, and on the right an external PDF. I haven’t found anything around, except the MakieTeX.jl package, where I can import a PDF or SVG with
I have installed imagemagick with brew update && brew install imagemagick but I still get
Error encountered while load File{DataFormat{:PDF}, String}("figures/header.pdf").
Fatal error:
ERROR: ArgumentError: Package ImageMagick [6218d12a-5da1-5696-b52f-db25d2ecc6d1] is required but does not seem to be installed:
- Run `Pkg.instantiate()` to install all recorded dependencies.
Why do you say that is specifically for latex files? An SVGDocument or PDFDocument in MakieTeX can work with arbitrary PDFs or SVGs…maybe that wasn’t made clear in the docs?