I am trying to render an R markdown slideshow as a Powerpoint with a corporate template.
I work on AWS EC2, without PowerPoint, so I have to upload the template to S3, download it on the EC2, and then try to use it. I have set up the slide sequence according to the documentation I've seen before (title, title and content, section header, two content), so that shouldn't be the issue. I am not sure if I need to put my file in a different location, but when I explicitly state the path, it is not recognized either.
title: "myreport"
author: "me"
date: "today"
output:
powerpoint_presentation:
reference_doc: corporate_template.potx
---
I would expect a normal Powerpoint presentation to be created, but instead I get the error in the title.