emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to beamer export overlay figure?


From: Max Nikulin
Subject: Re: how to beamer export overlay figure?
Date: Sun, 14 Aug 2022 16:30:15 +0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

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

[Prev in Thread] Current Thread [Next in Thread]