I would like to show some C# source code in a PowerPoint presentation. But how can I copy the code including the syntax highlighting onto the slides? I could make screenshots, but that has some drawbacks (ugly, font size, unmaintainable). Do you have some ideas?
|
|||||||||||||||
|
|
"Paste Special" (Ctrl+Alt+V) will do it. This option is available in different places depending on your version of PowerPoint. |
||||
|
If I copy the code from Visual Studio directly into PowerPoint, using Paste Special (and picking RTF), it only does some of the formatting.
|
|||
|
|
|
I found a tool named sjntax to do this today, and it works better for me than the others. Apparently CSS-based styling doesn't paste so it uses inline |
|||
|
|
|||
|
|
|
You can use Windows Live Writer with the Insert Code plugin to "write" the C# code and syntax highlight it. This should be copy and pastable directly into PowerPoint, since it's inlines all of the syntax highlighting using styling elements. |
|||
|
|