This is a markdown, using Pandoc, GNU Make, and Bash, template for post-tenure reviews in the School of Computer and Cyber Sciences at Augusta University.
Simply fill out the files in markdown
and run make
. Each markdown file is
compiled using Pandoc into a PDF in the packet
directory (which will be
created the first time you run make
).
- Custom Layouts: The
layouts
directory contains the templates that are used to generate each PDF. If you would like to create a custom template for a particular part of the packet then simply make a copy of thelayouts/default.tex
template and modify it. Make sure to name the template the same name as the markdown file, but with a LaTeX extension. The compilation process will automatically use the new layout. - Markdown Comments: Any line in a markdown file starting with
$--
is stripped before processing with Pandoc. - TODO List: There is a TODO list to help you manage your packet creation in
TODO.md
.