From 66243495e1591c408746ca90d9ff0397a321c95d Mon Sep 17 00:00:00 2001 From: Dan Goldsmith Date: Wed, 29 Jan 2020 13:40:43 +0000 Subject: [PATCH] Basic Disso Example complete --- Dissertation.md | 17 +++++++++++++---- Makefile | 4 ++-- README.md | 1 + 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/Dissertation.md b/Dissertation.md index 925d1f3..c5242f1 100644 --- a/Dissertation.md +++ b/Dissertation.md @@ -1,7 +1,8 @@ --- # ----- THINGS THAT YOU NEED TO CHANGE ---- author: "Your Name" -sid: 424242 +#Student Id +stuid: 424242 title: "Project Title" # Keywords associated with your project @@ -19,10 +20,18 @@ PDF-ethics: Supporting/ethics-certificate.pdf PDF-declaration: Supporting/submission-declaration.pdf #Finally the Bibtex file for your references. -bibliography: example-bib.bib +bibliography: bibliography.bib #Font to use fontfamily: helvet - -# -------- LEAVE THE THINGS BELOW HERE ALONE ---- --- + +!include Template/Header.md + + diff --git a/Makefile b/Makefile index 6ceccc9..0db80a3 100755 --- a/Makefile +++ b/Makefile @@ -13,9 +13,9 @@ TEMPLATE_DIR = Template TEMPLATE_FILE = $(TEMPLATE_DIR)/disso.latex #Report Export Options -PDF_PANDOC_OPTIONS = --filter=pandoc-citeproc --template=$(TEMPLATE_FILE) --top-level-division=chapter +PDF_PANDOC_OPTIONS = --filter=pandoc-citeproc --template=$(TEMPLATE_FILE) --top-level-division=chapter --filter=pandoc-include -TEX_PANDOC_OPTIONS = --template=$(TEMPLATE_FILE) --top-level-division=chapter --biblatex +TEX_PANDOC_OPTIONS = --template=$(TEMPLATE_FILE) --top-level-division=chapter --biblatex --filter=pandoc-include #Default Sources to the input provide ifndef SOURCES diff --git a/README.md b/README.md index 979c815..797d303 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Documentation can be found [Here](https://github.coventry.ac.uk/aa9863/FYP-Proje - Pandoc - Latex / PDFLatex - A Text Editor of your choice (Emacs / Notepad++) + - Pandoc-include.py ## Cloning this project