Does this answer address your question? https://tex.stackexchange.com/questions/48402/personal-notes-when-preparing-a-talk-with-latex-beamer-class
– twshFeb 25 '20 at 12:14
@twsh: no. I am preparing lecture slides (for me, with notes using \note command) that I will modify frequently and share with students (without notes version). Ideally, I would like to generate two sets of pdfs simultaneously (with and without notes) rather than switching between options -"show notes" and "hide notes".
– Syed hasanFeb 25 '20 at 12:26
2
Perhaps you could try this. Have one main file 'content.tex' and two 'wrappers' with different preambles. Each wrapper then has \input{content.tex}. You can then make PDFs from both wrappers. You could even automate that by using, e.g., make and have one command for each one.
– twshFeb 25 '20 at 15:36
\input{content.tex}. You can then make PDFs from both wrappers. You could even automate that by using, e.g., make and have one command for each one. – twsh Feb 25 '20 at 15:36