Skip to content

glouppe/talk-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

talk-template

A ready-to-fork template for talks, using remark, KaTeX and some customised CSS.

Instructions

  • Clone this repository:
git clone https://github.com/glouppe/talk-template.git
cd talk-template
  • Start an HTTP server to serve the slides:
python -m http.server 8001
  • Edit talk.md for making your slides.
  • Use decktape for exporting your slides to PDF.

Markup language

Slides are written in Markdown. See the remark documentation for further details regarding the supported features.

This template also comes with grid-like positioning CSS classes (see assets/grid.css) and other custom CSS classes (see assets/style.css)

Integration with GitHub pages

Slides can be readily integrated with GitHub pages by hosting the files in a GitHub repositery and enabling Pages in the Settings tab.

See e.g. https://glouppe.github.io/talk-template for this deck.

About

Template for talks in remark+KaTeX.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published