将投影仪幻灯片导出为 powerpoint 可编辑格式

发布于 2024-11-18 00:35:48 字数 1459 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一枫情书 2024-11-25 00:35:48

可以从 Beamer 导出为 ASCII 文本吗?
PowerPoint 可以从纯文本文件以及常用的特定于应用程序的文件打开/导入。
例如,将其放入文本文件中(用文字制表符替换),然后启动 PPT 并打开该文件,观察会发生什么:

This will be the title of your first slide
<tab>First bullet point, Level 1
<tab><tab>Level 2 bullet point
This will be the title of your second slide
And the title of your third slide
<tab>With more
<tab><tab>Bullets
<tab><tab>To drive Ed Tufte mad

就这样。

Can you export from beamer as ascii text?
PowerPoint can open/import from plain text files as well as the usual app-specific files.
For example, put this into a text file (replace with literal tab chars), then start PPT and open the file, watch what happens:

This will be the title of your first slide
<tab>First bullet point, Level 1
<tab><tab>Level 2 bullet point
This will be the title of your second slide
And the title of your third slide
<tab>With more
<tab><tab>Bullets
<tab><tab>To drive Ed Tufte mad

And that's all.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文