I'm generating Slidy presentations using Pandoc and I'd like to add images to the left and right bottom corners of every slide. What is the best way to define the appearance of the background for each slide?
Asked
Active
Viewed 161 times
1 Answers
2
Execute pandoc -D slidy > mytemplate.slidy
to get pandoc's default template for slidy and save it in a file. Modify it to your tastes and then use it with pandoc --template mytemplate.slidy

mb21
- 34,845
- 8
- 116
- 142