Skip to content

Instantly share code, notes, and snippets.

@folsen
Created February 19, 2011 18:01
Show Gist options
  • Save folsen/835227 to your computer and use it in GitHub Desktop.
Save folsen/835227 to your computer and use it in GitHub Desktop.
TeXTemplate
(ns textemplate.core
(:use fleet))
(spit "output/test.tex" ((fleet [number] (slurp "test.tex.fleet")) 25))
(.. Runtime (getRuntime) (exec "pdflatex --output-directory=output output/test.tex"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment