Skip to content

Instantly share code, notes, and snippets.

View k-groshev's full-sized avatar

Konstantin Groshev k-groshev

View GitHub Profile
@k-groshev
k-groshev / build.gradle
Created October 17, 2017 07:36 — forked from LindsayBradford/build.gradle
Gradle script for LaTeX pdf generation.
/*
* Usage:
* all LaTeX source files go in $rawDirectory
* base document to 'cook' should match content of $latexFile
* build script delivers resulting PDF file to $cookedDirectory
*/
defaultTasks 'full'
ext { documentBase = 'myBaseLaTeXFileName' }