> For the complete documentation index, see [llms.txt](https://huataihuang.gitbook.io/cloud-atlas-draft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huataihuang.gitbook.io/cloud-atlas-draft/develop/doc/office/linxu_presentation_tools.md).

# Linux演示工具(PPT)

Linux平台也有一些演示工具可以方便实现类似PPT的演示功能。

* [ffDiaporama](http://ffdiaporama.tuxfamily.org/) - 实际上是一款船舰视频顺序内容的应用程序，所以可以把视频转换成PPT
* [Impressive](http://impressive.sourceforge.net/) - 和OpenOffice.org提供的Impress不同，这是一个通过style提供特殊效果的演示工具。使用方法简便，只需要从演示软件输出一个PDF文件（即可以使用任何能够输出pdf的应用来创建原始文档）或一系列图像文件
* [Calligra Stage](https://www.calligra.org/stage/) - 是Calligra（类似OpenOffice，基于KDE平台）的一个组件
* [SlideCrunch](http://slidecrunch.sourceforge.net/) - 在[PDFTK Builder & other PDF Resources for Windows](http://www.angusj.com/pdftkb/) 介绍了完整的创建PDF然后切分pdf文件的方法，之后就可以使用[SlideCrunch](http://slidecrunch.sourceforge.net/)来构建演示文档。

> 然而，上述的组合工具我依然觉得过于繁琐，对于文档组合不如直接使用LibreOffice中的Impress来完成PPT，然后直接输出为PDF方便交流。
>
> 对于实际的技术交流，重要的是内容而不是表现形式。（然而，更好的表现形式可能会达到更好的信息传递）

## 参考

* [Beyond PowerPoint: 4 Linux Presentation Tools](https://www.makeuseof.com/tag/beyond-powerpoint-4-linux-presentation-tools/)
