简体   繁体   English

如何创建自定义幻灯片或如何模仿 powerpoints masterlayout

[英]How to create customized slides or how to mimick powerpoints masterlayout

I wonder how can I create customized slides with quarto: Each slide should look like this:我想知道如何使用 quarto 创建自定义幻灯片:每张幻灯片应如下所示:

在此处输入图像描述

I have tried:我努力了:

to do like this: https://quarto.org/docs/presentations/powerpoint.html这样做: https ://quarto.org/docs/presentations/powerpoint.html

Creating a Template创建模板

To create a template from scratch, start with the default PowerPoint template as follows:要从头开始创建模板,请从默认的 PowerPoint 模板开始,如下所示:

quarto pandoc -o template.pptx --print-default-data-file reference.pptx

Then edit the template.pptx file within PowerPoint as desired, and use it as the value for reference-doc (as shown above) when rendering your slides:然后根据需要在 PowerPoint 中编辑 template.pptx 文件,并在渲染幻灯片时将其用作 reference-doc 的值(如上所示):

I was able to apply a template to a presentation by simply adding the reference-doc , for example: https://www.meyerperin.com/using-quarto/#powerpoint-templates我可以通过简单地添加reference-doc将模板应用于演示文稿,例如: https ://www.meyerperin.com/using-quarto/#powerpoint-templates

Note that the template has to have the layouts that Pandoc/Quarto expects: https://www.meyerperin.com/using-quarto/#powerpoint-layout-rules请注意,模板必须具有 Pandoc/Quarto 期望的布局: https ://www.meyerperin.com/using-quarto/#powerpoint-layout-rules

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM