Skip to content
Permalink
Browse files
Basic Disso Example complete
  • Loading branch information
aa9863 committed Jan 29, 2020
1 parent feda702 commit 66243495e1591c408746ca90d9ff0397a321c95d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
@@ -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

<!-- --------------------------------
Depending on how you want to work, Either start writing hrere, or add
the sections as "Includes files"
-----------------------------------------------
-->
@@ -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
@@ -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

0 comments on commit 6624349

Please sign in to comment.