Skip to content

williamnash/talk-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

talk-template

A ready-to-fork template for talks, using remark, KaTeX and some customised CSS. Heavily based off of the work here.

Instructions

  • Clone this repository:
git clone https://github.com/williamnash/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. Or run
. make-pdf.sh

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://williamnash.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

Languages

  • CSS 78.3%
  • HTML 19.1%
  • Shell 2.6%