package.skeleton
.
doc_temp(temp.name = "newDoc", doc.type = "tex", path = getwd())
"doc", "rnw", "tex" or "web"
).
"doc"
will contain a .docx document; "rnw"
and "tex"
contain both doc.rnw
/doc.tex
and
preamble.tex
files; whereas "web"
contains
doc.rmd
/.doc.type = rnw
- Must
contain: doc.rnw (preamble included) doc.type = tex
- Must contain: doc.tex and
preamble.tex doc.type = rmd
- Must
contain: doc.rmd doc.type = docx
-
Must contain: doc.docx inst
directory.
Files in this directory will be placed in the main
directory of the template created by
new_report
To be submitted a .tex template must run in Debian TeX
Live on Linux Mint and MiKTex on Windows. After a
template has been tested it can be sent as a .zip file to
reports.rpackage@gmail.com
. Please note that the
template folder/directory name must end in _tex, _rnw,
_web or _doc to indicate to users type of template.