Skip to content
Permalink
3f48db4a7c
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
49 lines (28 sloc) 986 Bytes

Introduction

You can now replace this with whatever content you need, I would have a file per section (as it looks nicer) Then modify the build.sh script to include the files in order.

For example Original script looks like this

#!/bin/sh

pandoc 02-Originallity_Statement.md -o /tmp/02-Originallity_Statement.tex


pandoc --template=Template/disso.latex --top-level-division=chapter --filter=pandoc-citeproc \
       Frontpage.md \
       01-intro.md \
       References.md \
-o Dissertation.pdf

If you add a new file 02-LitReview.md you need to modfy to be

#!/bin/sh

pandoc 02-Originallity_Statement.md -o /tmp/02-Originallity_Statement.tex


pandoc --template=Template/disso.latex --top-level-division=chapter --filter=pandoc-citeproc \
       Frontpage.md \
       01-intro.md \
	   02-LitReview.md \
       References.md \
-o Dissertation.pdf

This is a section

Subsections Should also work

I hope very much

[@goldsmith2010spanish]