Skip to content

Instantly share code, notes, and snippets.

@mausch
Created July 28, 2010 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mausch/496183 to your computer and use it in GitHub Desktop.
Save mausch/496183 to your computer and use it in GitHub Desktop.
#r "CLSIClient.dll"
open CLSI
let token = "your_CLSI_token"
let compile = compile "http://clsi.scribtex.com/clsi/compile"
let req = Request.make(token = token, root = "tesis.tex", resources = [
R("tesis.bib", fromFile "tesis.bib")
R("tesis.tex", fromFile "tesis.tex")
R("logo_fiuba_alta.jpg", fromUrl "http://github.com/mausch/Figment/raw/master/logo_fiuba_alta.jpg")
])
compile req
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment