Ok. Can that be done based upon which export engine you choose --
ox-latex or ox-beamer? Example?
On 10/28/24 16:57, Naresh Gurbuxani wrote:
Comment out one of these:
#+latex_class: article
#+latex_class: beamer
Sent from my iPhone
On Oct 28, 2024, at 6:32 PM, David Masterson <dsmasterson92...@outlook.com>
wrote:
Does anyone have a recommendation on how to structure an Org document such
that it can be exported to either Latex or Beamer? Suppose you have a (small)
thesis that you are writing and you want to generate Beamer slides of a
high-level view of the document, but also generate a PDF for the whole
document. I suppose you could break it into two files, but then you'd have to
copy (certain) changes from file to file. I was wondering if it could be done
with one file such that updates to the master document are simultaneously
reflected in the Beamer slides. Is this going to involve liberal use of
#+BEGIN...#+END blocks?
David Masterson