Skip to content

Commit

Permalink
Merge pull request #4 from johanjvrens/dev
Browse files Browse the repository at this point in the history
Dev merge
  • Loading branch information
johanjvrens committed Mar 13, 2016
2 parents 841c52c + 7e259c0 commit e4abe40
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ your PC)
3. In the box `Path to BibTeX executable` replace `bibtex.exe` with `biber.exe`
4. Go to `Build ! Current File ! BibTeX` to run biber on the current file

##Packages included in sunore style
##Packages included in SUnORE style file.
* [geometry](https://www.ctan.org/pkg/geometry?lang=en)
* [subfig](https://www.ctan.org/pkg/subfig?lang=en)
* [algorithm2e](https://www.ctan.org/pkg/algorithm2e)
Expand Down
Binary file modified fig/plot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions main.tex
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
%===============================================================================
% Template Name: SUnORE Starter Thesis/dissertation template
% Template URI: http://sunore.co.za/sunore-thesis/
% Description: Starter Thesis/dissertation template for SUnORE
% Department of Industrial Engineering,
% Description: Starter Thesis/dissertation template for SUnORE
% Department of Industrial Engineering,
% Stellenbosch University
% Version: 1.2.0
% Version: 1.2.1
% Author: Johan Janse van Rensburg
% Author URI: http://johanjvrens.co.za/
% License: MIT License
Expand Down Expand Up @@ -34,7 +34,7 @@
\thesistitle{The title of your skripsie, thesis or dissertation should be typed here}
\student{Student name}
\graduation{December}
\year{2015}
\gradyear{2016}
%=================================================
% if masters or skripsie
%=================================================
Expand Down Expand Up @@ -72,7 +72,7 @@
%=================================================
% go populate the fields in this file
%=================================================
\input{preamble}
\input{preamble}


%=================================================
Expand All @@ -86,8 +86,8 @@
%=================================================
% include your chapters here
%=================================================
\input{chapter/1_intro}
\input{chapter/last_chapter}
\input{chapter/1_intro}
\input{chapter/last_chapter}


%=================================================
Expand All @@ -101,8 +101,8 @@
% Appendices
%=================================================
\appendix
\input{chapter/appendixA}
\input{chapter/appendixA}
\input{chapter/appendixB}


\end{document}
\end{document}
38 changes: 19 additions & 19 deletions thesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,34 @@
%% The original source files were:
%%
%% classes.dtx (with options: `book')
%%
%%
%% This is a generated file.
%%
%%
%% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009
%% The LaTeX3 Project and any individual authors listed elsewhere
%% in this file.
%%
%%
%% This file was generated from file(s) of the LaTeX base system.
%% --------------------------------------------------------------
%%
%%
%% It may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3c or later is part of all distributions of LaTeX
%% version 2005/12/01 or later.
%%
%%
%% This file has the LPPL maintenance status "maintained".
%%
%%
%% This file may only be distributed together with a copy of the LaTeX
%% base system. You may however distribute the LaTeX base system without
%% such generated files.
%%
%%
%% The list of all files belonging to the LaTeX base distribution is
%% given in the file `manifest.txt'. See also `legal.txt' for additional
%% information.
%%
%%
%% The list of derived (unpacked) files belonging to the distribution
%% and covered by LPPL is defined by the unpacking scripts (with
%% extension .ins) which are part of the distribution.
Expand Down Expand Up @@ -566,7 +566,7 @@
\gdef\chaptername{Appendix}
\gdef\thechapter{\@Alph\c@chapter}
}

\setlength\arraycolsep{5\p@}
\setlength\tabcolsep{6\p@}
\setlength\arrayrulewidth{.4\p@}
Expand Down Expand Up @@ -797,7 +797,7 @@

%%%%%%%%%%%%
%
% packages
% packages
%
%%%%%%%%%%%%
\usepackage[a4paper]{geometry}
Expand Down Expand Up @@ -825,7 +825,7 @@

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% page layout specifications -
% page layout specifications -
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Expand Down Expand Up @@ -951,7 +951,7 @@
\student{???}
\def\graduation#1{\gdef\@graduation{#1}}
\graduation{???}
\def\year#1{\gdef\@year{#1}}
\def\gradyear#1{\gdef\@year{#1}}

\def\supervisor#1{\gdef\@supervisor{#1}}
\supervisor{???}
Expand Down Expand Up @@ -1129,7 +1129,7 @@ All rights reserved
%{\Huge Uittreksel}
%\end{center}

%\bigskip \bigskip
%\bigskip \bigskip
{\normalsize
#1
}
Expand Down Expand Up @@ -1230,7 +1230,7 @@ Symbol & Meaning \\ \hline
\newcommand{\frontpage}{\renewcommand{\bibname}{References}
\thispagestyle{empty}
\makebox[5.0cm]{\ } \\
\vspace{0.5cm}
\vspace{0.5cm}

\ifthenelse{\equal{\printtype}{msc}}{\newcommand{\doctype}{thesis}}{}
\ifthenelse{\equal{\printtype}{mcomm}}{\newcommand{\doctype}{thesis}}{}
Expand Down Expand Up @@ -1453,7 +1453,7 @@ Supervisor: \printsupervisorname
\arrayrulecolor{white}\specialrule{\belowrulesep}{0pt}{0pt}%
\arrayrulecolor{black}}

% sadfsdfsdf sdfsdfsdf
% sadfsdfsdf sdfsdfsdf
\newcommand{\midlinehr}{\arrayrulecolor{white}\specialrule{\aboverulesep}{0pt}{0pt}%
\arrayrulecolor{black}\specialrule{\lightrulewidth}{0pt}{0pt}%
\arrayrulecolor{tableheadcolor}\specialrule{\belowrulesep}{0pt}{0pt}%
Expand Down Expand Up @@ -1513,19 +1513,19 @@ Supervisor: \printsupervisorname
\arrayrulecolor{black}\specialrule{\heavyrulewidth}{0pt}{\belowbottomsep}}%
%%%%% Set up the coloured tables %%%%%

% sadfsdfsdf sdfsdfsdf
% sadfsdfsdf sdfsdfsdf
\newcommand{\midlinewbh}{\arrayrulecolor{white}\specialrule{\aboverulesep}{0pt}{0pt}%
\arrayrulecolor{black}\specialrule{\lightrulewidth}{0pt}{0pt}%
\arrayrulecolor{tableheadcolor}\specialrule{\belowrulesep}{0pt}{0pt}%
\arrayrulecolor{tableheadcolor}}

% A line for when the upper row is rowcolor and the next line is headcolor
\newcommand{\midlinecbh}{\arrayrulecolor{tablerowcolor}\specialrule{\aboverulesep}{0pt}{0pt}%
\arrayrulecolor{black}\specialrule{\lightrulewidth}{0pt}{0pt}%
\arrayrulecolor{tableheadcolor}\specialrule{\belowrulesep}{0pt}{0pt}%
\arrayrulecolor{black}}


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%


Expand All @@ -1537,4 +1537,4 @@ Supervisor: \printsupervisorname

\endinput
%%
%% End of file `book.cls'.
%% End of file `book.cls'.

0 comments on commit e4abe40

Please sign in to comment.