Skip to content
Snippets Groups Projects
Commit 89d6e786 authored by Michelle Rodzis's avatar Michelle Rodzis
Browse files

update README and add LaTeX style for Pandoc

parent f38ecd27
No related branches found
No related tags found
No related merge requests found
# rdd-technical-reference # rdd-technical-reference
Guidelines and references for software development in RDD Guidelines and references for software development in RDD
To compile in markdown, use
'pandoc --template=rdd.latex rdd-technical-reference.md -o rdd-technical-reference.pdf'
Based on https://dariah-eric.github.io/technical-reference/. Based on https://dariah-eric.github.io/technical-reference/.
\documentclass[11pt,twoside,a4paper]{article}
\usepackage{hyperref}
\def\tightlist{}
\title{$title$}
\date{Date of last change:\\
$date$}
\begin{document}
\maketitle
$body$
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment