From 5905ccec1ee41c4b4f66a1bb694f302262c996e2 Mon Sep 17 00:00:00 2001 From: Longman E <el7g15@soton.ac.uk> Date: Thu, 20 Dec 2018 14:30:49 +0000 Subject: [PATCH] Add a quickstart to the generator file to help people find common things they might need to change --- ecsdocs.dtx | 29 +++++++++++++++++++++++------ 1 file changed, 23 insertions(+), 6 deletions(-) diff --git a/ecsdocs.dtx b/ecsdocs.dtx index 6114886..e1b29c6 100644 --- a/ecsdocs.dtx +++ b/ecsdocs.dtx @@ -12,7 +12,7 @@ % % \iffalse % Copyright (C) 2001 by Steve R. Gunn -% +% Later Modifications 2018 by Edward Longman % \begin{macrocode} %<thesis|minithesis|progress|project|article|report|gdp|gdpsummary>\NeedsTeXFormat{LaTeX2e}[1996/12/01] % \end{macrocode} @@ -32,7 +32,7 @@ \ProvidesFile{ecsdocs.drv} %</driver> %<*thesis|minithesis|progress|project|report|article|gdp|gdpsummary|driver> - [2003/25/04 v1.6 + [2018/12/20 v2.0 %</thesis|minithesis|progress|project|report|article|gdp|gdpsummary|driver> %<thesis|minithesis|progress|project|report|article|gdp|gdpsummary> LaTeX document class] % \end{macrocode} @@ -58,20 +58,37 @@ % \fi % % \title{\LaTeXe{} Document Styles for the\\ -% Department of Electronics and Computer Science\\ +% University of Southampton\\ % {File version \fileversion, dated \filedate}} % -% \author{Steve R. Gunn} +% \author{Edward Longman with prior work by Steve R. Gunn} % % \date{Printed \today} % % \maketitle +% \section{Quickstart} +% This guide assumes you have installed MiKTeX or TeX live distributions. +% It also requires having the program "make" for producing the templates again. +% TODO: Check this folder for installation +% +% The folder labelled tex-mf should be installed in your local tex files +% source or whatever your tex distro uses. +% +% The Templates have been built for the Deparment of Electronics and Computer +% Science in the Faculty of Engineering and Physical Science at the University +% Of Southampton. +% +% The basic settings for University, Faculty and School can be changed near +% line 550 of the generator .dtx file. % +% TODO: Check the line number. % \section{Description} % % These \LaTeXe{} document classes are designed to produce thesis, mini-thesis, progress, -% project, report, GDP report and GDP summary report documents which conform to the -% University of Southampton guidelines of April 2001. They are based on the document +% project, report, GDP report and GDP summary report documents which conformed to the +% University of Southampton guidelines of April 2001. They were updated in Jan 2019 to +% conform to changes in those guidelines. Specifically copyright and authorship +% declaration changes. They are based on the document % class \texttt{book}, but modify some of its layout decisions. An article class is also % provided which is based on the document class \texttt{article}. % -- GitLab