CorTeX DocsOpen CorTeX

Create and export slides

Structure a deck, choose a theme, present it, and export PDF, HTML, or PPTX.

Choose New file → Markdown slides, or begin a Markdown file with:

---
type: slide
---

Use H1 for the title slide and H2 for each new logical slide. Write the content with normal Markdown.

Review the deck#

Choose a built-in theme in the frontmatter. For a custom PowerPoint theme, upload a POTX file and reference its project-relative path, such as theme: assets/brand.potx. A custom POTX can be used and exported only when the project owner's plan includes that feature.

Open Storyboard to scan thumbnails, reorder slides, and exclude drafts. Review overflow and missing-resource warnings before presenting, and resolve any blocking diagnostics before exporting.

Export the result#

Use presentation mode for a live talk. Export PDF creates one page per slide. Export HTML creates a self-contained presentation. Download PPTX keeps supported text and shapes editable, while math and diagrams are embedded as rendered objects. Read Markdown slides for supported syntax, themes, and presentation behavior.