Giter VIP home page Giter VIP logo

newcastlecomputingsciencephdtemplatelatex's Introduction

Note: These materials are currently under active development.

Newcastle Computing Science PhD Template LaTeX

This guide is particularly targetted towards PhD students in the School of Computing Science at Newcastle University. All thesis submissions are required to conform to Guidelines for the Submission and Format of Theses (April 2015 version). This guide may also be useful to Undergraduate and Postgraduate students.

I hope we can build up common knowledge, and share our expertise. If you have a handy tip or trick you would like to share, please raise a Pull Request or email me at [email protected].

An example of a thesis prepared using this template can be found here: Forshaw, Matthew. Operating Policies for Energy Efficient Large Scale Computing. PhD Thesis. Newcastle University, 2015. [Online]

Getting Started

The suggested starting point is the CUED LaTeX template by Krishna Kumar, available at https://github.com/kks32/phd-thesis-template. This template is mature, well-maintained and has been used successfully within our School on a number of occasions.

You can either download the template as a zip file, or you can fork the repository to your own Github account (recommended).

1.1. Custom margins

To add custom margins, in accordance with the guidelines, add the custommargin option to your documentclass at the top of thesis.tex.

\documentclass[a4paper,12pt,times,numbered,print,index,custommargin]{Classes/PhDThesisPSnPDF}

Finally, in your Preamble/Preamble.tex, set the custom margin as follows:

% Add `custommargin' in the document class options to use this section
% Set {innerside margin / outerside margin / topmargin / bottom margin}  and
% other page dimensions
\ifsetCustomMargin
  \RequirePackage[left=30mm,right=20mm,top=20mm,bottom=20mm]{geometry}
  \setFancyHdr % To apply fancy header after geometry package is loaded
\fi

newcastlecomputingsciencephdtemplatelatex's People

Contributors

mattforshaw avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.