How to dynamically insert text from an external file in a Powerpoint slide?
- by Xavier Nodet
My goal is to ensure that the C++ code I insert in my presentation compiles correctly. I therefore thought I'd have each example in a separate file (so that I can compile it), and include the text from those files in the Powerpoint slides... I want this 'inclusion' to be dynamic, so that if I change the code in a file, the slides are automatically updated.
Is it possible? Will I have to use LaTeX instead of Powerpoint? Any other suggestion about how to solve this problem?
Thanks.