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

Add a quickstart to the generator file to help people find common things they might need to change

parent 8cf68ebe
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
% %
% \iffalse % \iffalse
% Copyright (C) 2001 by Steve R. Gunn % Copyright (C) 2001 by Steve R. Gunn
% % Later Modifications 2018 by Edward Longman
% \begin{macrocode} % \begin{macrocode}
%<thesis|minithesis|progress|project|article|report|gdp|gdpsummary>\NeedsTeXFormat{LaTeX2e}[1996/12/01] %<thesis|minithesis|progress|project|article|report|gdp|gdpsummary>\NeedsTeXFormat{LaTeX2e}[1996/12/01]
% \end{macrocode} % \end{macrocode}
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
\ProvidesFile{ecsdocs.drv} \ProvidesFile{ecsdocs.drv}
%</driver> %</driver>
%<*thesis|minithesis|progress|project|report|article|gdp|gdpsummary|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|driver>
%<thesis|minithesis|progress|project|report|article|gdp|gdpsummary> LaTeX document class] %<thesis|minithesis|progress|project|report|article|gdp|gdpsummary> LaTeX document class]
% \end{macrocode} % \end{macrocode}
...@@ -58,20 +58,37 @@ ...@@ -58,20 +58,37 @@
% \fi % \fi
% %
% \title{\LaTeXe{} Document Styles for the\\ % \title{\LaTeXe{} Document Styles for the\\
% Department of Electronics and Computer Science\\ % University of Southampton\\
% {File version \fileversion, dated \filedate}} % {File version \fileversion, dated \filedate}}
% %
% \author{Steve R. Gunn} % \author{Edward Longman with prior work by Steve R. Gunn}
% %
% \date{Printed \today} % \date{Printed \today}
% %
% \maketitle % \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} % \section{Description}
% %
% These \LaTeXe{} document classes are designed to produce thesis, mini-thesis, progress, % 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 % project, report, GDP report and GDP summary report documents which conformed to the
% University of Southampton guidelines of April 2001. They are based on the document % 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 % 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}. % provided which is based on the document class \texttt{article}.
% %
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment