Skip to content

Instantly share code, notes, and snippets.

@wang-nima
Forked from ept/gist:4475995
Created September 18, 2017 06:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wang-nima/edac2faf8e6ea388d911344c44364fd8 to your computer and use it in GitHub Desktop.
Save wang-nima/edac2faf8e6ea388d911344c44364fd8 to your computer and use it in GitHub Desktop.
Syntax highlighting code for PowerPoint (Mac OS)

How to add syntax-highlighted code to PowerPoint slides (Mac OS)

  1. pygmentize -f rtf FILE | pbcopy
  2. Paste into TextEdit (in rich text mode: Format → Make Rich Text before pasting), and copy to clipboard again.
  3. In PowerPoint, Edit → Paste Special… → Styled Text.

(Pasting RTF directly into PowerPoint doesn't work correctly, at least with PowerPoint 2008 — it extends colour spans longer than it should, and sometimes removes line breaks. Going via TextEdit seems to solve the problem.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment