Skip to content

Instantly share code, notes, and snippets.

@jrslepak
Last active August 29, 2015 13:56
Show Gist options
  • Save jrslepak/9279729 to your computer and use it in GitHub Desktop.
Save jrslepak/9279729 to your computer and use it in GitHub Desktop.
#lang slideshow
(require (planet jaymccarthy/slideshow-latex))
(latex-dpi 300)
(add-preamble #<<latex
\usepackage{amsmath}
latex
)
(slide
($ "\\text{some example LaTeX: } p_0"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment