% Presentation Title Here % The Author Name Here % Date: January 30, 2019 # Introduction * [Pandoc](https://pandoc.org/) is written by John MacFarlane. * To create a powerpoint presentation from this sample document with pandoc, pandoc -o pansample.pptx pansample.md * Jesse Rosenthal has helped with the powerpoint output. (Powerpoint input is not possible.) # Basic Fonts, Page Breaking ## Working Aspects * Bullet A: **bold** and *italic* . * Bullet B: ~~struck out text~~ * Bullet C: `[underlined text]{.underline}`   * Bullet D: Above, I used an empty nbsp to create vertical space. Next, I am using three dashes to start my new slide now. --- ## Impossible Features * The following issues are problems of structured text in powerpoint, and not primarily due to pandoc limitations: - It is not possible to increase or decrease font size. - It is not possible to change font color. # Indented Lists? 1. My Basic List - four indent spaces a. eight indent spaces. 1. Alternative uses tabs instead. - a tab-indented version Definition list : the definition list format from kramdown works! * **A Simulated Definition List:** two spaces at the end of the previous line effectuated a line break. # Math * Inline Math: $H_2 O$ and $\mbox{H}_2\mbox{O}$ . and $10^2=100$. * Outline Math: With double dollar, math is great: $$ x_1 = \frac{-b + \sqrt{b^2-4\cdot a \cdot c}}{2} $$   * Outline math fails with slash-paren or slash-bracket: \( x_p = \frac{-b + \sqrt{b^2-4\cdot a \cdot c}}{2} \) \[ x_p = \frac{-b + \sqrt{b^2-4\cdot a \cdot c}}{2} \] # Source of Table Example 1 Note that one can put a content shape (image, text, table) only on the same slide as text if one uses columns. Ergo, I decided to show the table itself on its own page. Source: ARight Left Center Default ------- ------ ---------- ------- 12 12 12 12 123 123 123 123 1 1 1 1 Slide titles and text should be ok. # Table Example 1 ARight Left Center Default ------- ------ ---------- ------- 12 12 12 12 123 123 123 123 1 1 1 1 Table: Demonstration of one type of table syntax. # Source of Table Example 2 | BRight | Left | Default | Center | |-------:|:-----|---------|:------:| | 12 | 12 | 12 | 12 | | 123 | 123 | 123 | 123 | | 1 | 1 | 1 | 1 | Table: Demonstration of another table syntax. # Table Example 2 | BRight | Left | Default | Center | |-------:|:-----|---------|:------:| | 12 | 12 | 12 | 12 | | 123 | 123 | 123 | 123 | | 1 | 1 | 1 | 1 | Table: Demonstration of another table syntax. # Source of Table Example 3 ----------- ------- ------ ----------------- First row 12.0 Example row that spans mult lines. Second row 5.0 Here's another. Note blank line between rows. ----------- ------- ------ ----------------- # Table Example 3 ----------- ------- ------ ----------------- First row 12.0 Example row that spans mult lines. Second row 5.0 Here's another. Note blank line between rows. ----------- ------- ------ ----------------- # URLs and Notes. * There was a URL example on the first page: [pandoc](https://pandoc.org/). * Powerpoint places "inline" notes^[All inline notes are going onto a slide called "Notes" at the end of the presentation.] at the end of the presentation. That is, they become endnotes. ::: notes Speaker notes can be in the md file, and will show only when the speaker clicks on the notes button. ::: # Including Images (Figures) ![This is my caption](bewildered.png) --- # Stuff Not Working With PPTX # Footnotes on the Page * Footnotes on the same page are not working. Please use endnotes instead. # Incremental Content This is apparently a planned feature. ::: incremental - Eat spaghetti - Drink wine ::: # Paused Content This is apparently a planned feature. content first . . . content second # Thank you Goodbye