-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from cirg-up/updated-build-template
Updated build template
- Loading branch information
Showing
61 changed files
with
192 additions
and
18,784 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#!/bin/bash | ||
|
||
cd postgrad_template && latexmk -g dissertation.tex && cd .. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
-- Every value in this config file can be plain TeX | ||
-- (naturally, this exclude the "includes" list which is a listing | ||
-- of files to include in final the document) | ||
|
||
-- Author of the work | ||
author = "Joseph Thomas Bloggs" | ||
|
||
-- Author email address | ||
email = "[email protected]" | ||
|
||
-- Basic document title | ||
title = "A Very Long MSc Dissertation With a Long Title" | ||
|
||
-- The large title is for display on the cover page of the document | ||
-- This should match the content of `title`, however, it may be required | ||
-- to add some newline breaks to make sure the cover page title looks | ||
-- appealing. This is a multi-line string between the square bracket pair | ||
large_title = [[ | ||
A Very Long MSc Dissertation\\ | ||
With a Long Title | ||
]] | ||
|
||
-- Name of the institution | ||
institution = "University of Pretoria" | ||
|
||
-- Name of the faculty | ||
faculty = "Faculty of Engineering, Built Environment and Information Technology" | ||
|
||
-- Name of the department | ||
department = "Department of Computer Science" | ||
|
||
-- Location of the institution | ||
location = "Pretoria, South Africa" | ||
|
||
-- The list of files to include for the abstract. This is usually a | ||
-- single file, but more can be specified, if needed. | ||
-- NOTE: The order of the list matters. | ||
abstract_includes = | ||
{ "content/abstract.tex" | ||
} | ||
|
||
-- The list of file to include in the document creation. This list | ||
-- will be included verbatim. That is, the order of the list items | ||
-- does matter. | ||
main_includes = | ||
{ "content/t.tex" | ||
, "content/x.tex" | ||
} | ||
|
||
appendix_includes = { "content/appendix.tex" } | ||
|
||
degree = { | ||
msc = { | ||
degree_name = "Master of Science (Computer Science)", | ||
document = "Master's dissertation" | ||
}, | ||
|
||
phd = { | ||
degree_name = "Philosophiae Doctor (Computer Science)", | ||
document = "Philosophiae Doctor thesis" | ||
} | ||
} | ||
|
||
document = degree.msc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Your dissertation abstract goes here. This should be a single | ||
paragraph. Try to keep it as brief as possible (less than 200 words | ||
--- if this abstract page runs onto a second page, it needs | ||
shortening), while keeping in mind that it should touch on all the | ||
important aspects of your research --- consider whether someone | ||
unfamiliar with your research area would be able to determine whether | ||
your research is relevant to them, or not. Keep in mind that the | ||
abstract may be the only thing someone reads before choosing to either | ||
discard your work, or keep reading. Also, make sure that there are no | ||
references in the abstract. The keywords list should include no more | ||
than ten keywords. Keywords may be single words, or multi-word terms | ||
(such as ``neural networks'' or ``particle swarm optimisers''). When | ||
choosing keywords, consider terms that are descriptive of your | ||
research, and are likely to be used in search queries that should find | ||
your work. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
\chapter{blah} | ||
Something as an appendix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
\chapter{The great test} | ||
|
||
does it recompile? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
\chapter{numebr 2} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.