Skip to content
Snippets Groups Projects
Commit 49fe1309 authored by Edward Longman's avatar Edward Longman
Browse files

Add thesis guide source, add class option, fix File Structure error

parent eb8cc020
No related branches found
No related tags found
No related merge requests found
...@@ -29,13 +29,13 @@ If you are new to \LaTeX{}, there is a very good eBook -- freely available onlin ...@@ -29,13 +29,13 @@ If you are new to \LaTeX{}, there is a very good eBook -- freely available onlin
It is also available in several other languages. Find yours from the list on this page: \url{http://www.ctan.org/tex-archive/info/lshort/} It is also available in several other languages. Find yours from the list on this page: \url{http://www.ctan.org/tex-archive/info/lshort/}
It is recommended to take a little time out to learn how to use \LaTeX{} by creating several, small `test' documents, or having a close look at several templates on:\\ It is recommended to take a little time out to learn how to use \LaTeX{} by creating several, small `test' documents, or having a close look at several templates on:
\url{http://www.LaTeXTemplates.com}\\ \url{http://www.LaTeXTemplates.com}.
Making the effort now means you're not stuck learning the system when what you \emph{really} need to be doing is writing your thesis. Making the effort now means you're not stuck learning the system when what you \emph{really} need to be doing is writing your thesis.
For best practice information and how to write a large \LaTeX{} document (a~thesis perhaps..?) then two excellent sources are \href{https://web.science.mq.edu.au/~rdale/resources/writingnotes/}{Robert Dale's Writing Advice for Student} and \href{https://tug.org/pracjourn/2008-1/mori/mori.pdf}{Writing a thesis with \LaTeX{}}(Ch. 2 and 4 onwards) For best practice information and how to write a large \LaTeX{} document (a~thesis perhaps..?) then two excellent sources are \href{https://web.science.mq.edu.au/~rdale/resources/writingnotes/}{Robert Dale's Writing Advice for Students} and \href{https://tug.org/pracjourn/2008-1/mori/mori.pdf}{Writing a thesis with \LaTeX{}} (Ch. 2 and 4 onwards).
These are plain to read guides that will cover things you perhaps haven't thought of but probably should. These are plain to read guides that will cover things you perhaps haven't thought of but probably should.
It will help you to achieve consistency in your \LaTeX{} markup and make sure your documents are well formatted and easy to maintain. It will help you to achieve \emph{consistency} in your \LaTeX{} markup and make sure your documents are \emph{well formatted} and easy to \emph{maintain}.
\subsection{A Short Math Guide for \LaTeX{}} \subsection{A Short Math Guide for \LaTeX{}}
......
No preview for this file type
%% ---------------------------------------------------------------- %% ----------------------------------------------------------------
%% README.tex %% README.tex
%% ---------------------------------------------------------------- %% ----------------------------------------------------------------
\documentclass{ecsthesis} % Use the Thesis Style \documentclass[sotoncolour]{ecsthesis} % Use the Thesis Style
\graphicspath{{../Figures/}} % Location of your graphics files \graphicspath{{../Figures/}} % Location of your graphics files
\usepackage{natbib} % Use Natbib style for the refs. \usepackage{natbib} % Use Natbib style for the refs.
\hypersetup{colorlinks=true} % Set to false for black/white printing \hypersetup{colorlinks=true} % Set to false for black/white printing
......
...@@ -38,8 +38,7 @@ These files are designed as a starting point for the structure of your thesis. ...@@ -38,8 +38,7 @@ These files are designed as a starting point for the structure of your thesis.
If you are familiar with \LaTeX{}, go and explore the template and use it. Maybe start with putting your info in the section \emph{THESIS/DOC INFORMATION} block of the \verb|Thesis.tex| or \verb|Progress.tex| file. You can then modify the rest of this file to your unique specifications based on your degree/university. If you are new to \LaTeX{} then read about the file structure below. If you are familiar with \LaTeX{}, go and explore the template and use it. Maybe start with putting your info in the section \emph{THESIS/DOC INFORMATION} block of the \verb|Thesis.tex| or \verb|Progress.tex| file. You can then modify the rest of this file to your unique specifications based on your degree/university. If you are new to \LaTeX{} then read about the file structure below.
\section{File Structure} \section{File Structure}
The \verb|Thesis.tex| file is composed of three main parts. The \verb|Thesis.tex| file is composed of three main parts: \verb|frontmatter|, \verb|mainmatter| and \verb|backmatter| as in Figure~\ref{matter_arrangement}
Firstly, \verb|frontmatter|, \verb|mainmatter|, \verb|backmatter| as in Figure~\ref{matter_arrangement}
\begin{figure}[b]\caption{Separation of document content within thesis. Modified from \citet[p.~5]{latex_moril}. The symbol * \begin{figure}[b]\caption{Separation of document content within thesis. Modified from \citet[p.~5]{latex_moril}. The symbol *
indicates optional sections and $^\circ$ indicates sections that should indicates optional sections and $^\circ$ indicates sections that should
not be in the table of contents.}\label{matter_arrangement} not be in the table of contents.}\label{matter_arrangement}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment