Create build location for templated define documents
Usage
definetemplate(root = tempdir())
mrgtemplate(...)Details
The following files will be copied into the
build directory: _output.yml, definetemplate.tex,
header.tex.
Examples
ans <- definetemplate()
ans
#> [1] "/tmp/Rtmp2WrSFI/definetemplate"
list.files(ans)
#> [1] "_output.yml" "header.tex"
