On 13/08/2022 18:39, Fraga, Eric wrote:

+              ((string-match "\\\\include\\(graphics\\|svg\\)\\([[{]?\\)" 
latex-link)
+               ;; check for overlay specification and insert if present
+               (replace-match
+                (format "\\\\include\\1%s\\2"
+                        (if overlay overlay ""))

ox-latex may wrap \includegraphics into various environments to add caption, center figure, etc. Shouldn't :overlay affect all such stuff, not just the image?


Reply via email to