A starting point for presentations
Chris Winstead
I like HTML presentations based on Slidy, but many prefer PDF slides produced by /Beamer.
It can be a challenge to write code in either HTML or .
Markdown and Pandoc provide an easy text-based syntax for writing papers and presentations.
This template is designed to work with Pandoc to simultaneously:
figures/
subdirectory.Makefile
to specify the presentation name and other details.make
To include a figure using Markdown, use this syntax:
{width=60%}
Result:
Optional figure caption.
Starting two-column mode:
Here is a column.
And another column.
A tall figure.
Columns are now over.
Starting two-column mode:
Here is a column.
And another column.
A tall figure.
Columns are now over.