Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Unfortunately, this Add-in is not yet available in the PowerPoint Add-in Marketp

## Installation

More detailed instructions are available [in the Office docs](https://learn.microsoft.com/en-us/office/dev/add-ins/testing/create-a-network-shared-folder-catalog-for-task-pane-and-content-add-ins).
The following instructions are for Windows only. For more detailed instructions and other operating systems, see the [the Office docs](https://learn.microsoft.com/en-us/office/dev/add-ins/testing/create-a-network-shared-folder-catalog-for-task-pane-and-content-add-ins).

1. **Download** the [`manifest.prod.xml`](https://github.com/user-attachments/files/24866664/manifest.prod.xml) and place it in any folder, e.g. a new folder called `pptypst` in your Downloads.
2. **Share the folder** where you placed `manifest.prod.xml`.
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div align="center">
<h3 align="center">PPTypst</h3>
<p>
<strong>Bring <a href="https://typst.app">Typst</a> to PowerPoint</strong><br>
<strong>Bring <a href="https://typst.app">Typst</a> to PowerPoint</strong> | <a href="https://youtu.be/c6sfzu2--iY">YouTube Tutorial</a><br>
<sub><i>This community project is not affiliated with or endorsed by Typst.</i></sub>
</p>
</div>
Expand All @@ -28,6 +28,13 @@ Easily insert Typst equations with live preview, update them, and even generate

See [the Install guide](./INSTALL.md).

## Tutorial

[YouTube: Animate equations in PowerPoint with PPTypst](https://youtu.be/c6sfzu2--iY)

<a href="https://youtu.be/c6sfzu2--iY">
<img src="https://github.com/user-attachments/assets/cd883ee6-099d-4cfa-bf15-854eecdcb448" width="400px"/>
</a>

### How it works & Developing

Expand Down