Refine org embedall usage to avoid issues (beamer)

This commit is contained in:
TEC 2020-07-12 03:41:36 +08:00
parent 5d1ad7aeb7
commit 7607a1583c

View file

@ -5061,8 +5061,8 @@ We also always want some particular elements in the preamble, let's call this
the "universal preamble" the "universal preamble"
#+NAME: org-universal-preamble #+NAME: org-universal-preamble
#+BEGIN_SRC LaTeX #+BEGIN_SRC LaTeX
\\usepackage[main,input,include]{embedall} \\usepackage[main,include]{embedall}
\\IfFileExists{./\\jobname.org}{\\embedfile{\\jobname.org}}{} \\IfFileExists{./\\jobname.org}{\\embedfile[desc=The original file]{\\jobname.org}}{}
#+END_SRC #+END_SRC
Instead of just loading doing the 'minted stuff' all the time, we can try to be Instead of just loading doing the 'minted stuff' all the time, we can try to be