我想将一个滑动的演示文稿转换为 powerpoint。我尝试使用 pandoc:
pandoc -f html+tex_math_dollars+tex_math_single_backslash test.html -o test.pptx
确实创建了一个 powerpoint 文件,但该文件没有单独的幻灯片,所有文本都是一张幻灯片,可能是因为上面的命令没有告诉 pandoc 识别 html 是slidy。
我找到了 pandoc 转换为 slidy 的命令,但没有找到关于从 slidy 转换的命令。