quarto-dev / quarto-dev/quarto-cli
Issues with PowerPoint templates
Open
@cderv is already working on this.
Since Jan 17, 2024.
documentation
pptx
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
---
title: "MVP"
format:
pptx:
reference-doc: Evolent_Quarto_Template.pptx
---
## Quarto
Quarto enables you to weave together content and executable code into a finished presentation. To learn more about Quarto presentations see <https://quarto.org/docs/presentations/>.
## Bullets
When you click the **Render** button a document will be generated that includes:
- Content authored with markdown
- Output from executable code
## Code
When you click the **Render** button a presentation will be generated that includes both content and the output of embedded code. You can embed code like this:
```{r}
1 + 1
```
Nothing from template is included in output and no error message is generated.
Attached is a second template that generates an output without any error messages, but the file is corrupted when you open it, and the layout is wrong (although the template is right)
It would be helpful if it was documented somewhere what features in PowerPoint are respected from the templates in Quarto.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.