embie27
embie27
Sorry for the delay. This is my config for the lsp: ``` tex.lsp.setup.settings = { texlab = { build = { executable = "latexmk", args = { "-xelatex", "-interaction=nonstopmode", "-synctex=1",...
Are there any intentions to include @guancio 's idea? I find it quite helpful.
After a bit of research I found out that the mechanism for audio and video is the same in powerpoint. So the `add_video()` method can be used to add audio....
I used the following line of code to add `test.mp3` which is in the same directory as the python script to the first slide: `prs.slides[0].shapes.add_movie("test.mp3", 0, 0, 1000, 1000)` This...