-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
Description
Explain the problem.
pandoc Example.docx --extract-media=. --standalone -o Example.tex
The LaTeX file contains no reference to the figure. The media folder is not created. If other figures would generate a media folder, the submitted figure is still missing.
I expect the figure to be extracted.

When analyzing the docx file, we can find the image in the word/media
folder. It's also listed in word/_rels/document.xml.rels
(rId11) and referenced in word/document.xml
.
The figure's XML structure (containing <w:pict>
and <v:shape>
tags) is different compared to newly inserted figures.
Pandoc version?
Windows 11 Pro
Pandoc 3.7.0.2