Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
University of Southampton Thesis Template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
UoS LaTeX Group
University of Southampton Thesis Template
Commits
7d7ae3b6
Commit
7d7ae3b6
authored
6 years ago
by
Edward Longman
Browse files
Options
Downloads
Patches
Plain Diff
Improve the items in the table of contents
parent
dfe47907
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ecsdocs.dtx
+13
-5
13 additions, 5 deletions
ecsdocs.dtx
with
13 additions
and
5 deletions
ecsdocs.dtx
+
13
−
5
View file @
7d7ae3b6
...
...
@@ -1069,7 +1069,7 @@
%
% \begin{macrocode}
\renewcommand\listoffigures{
\
btypeout{List of F
igure
s
}
\
addtotoc{\listf
igure
name
}
\begin{spacing}{1}{
\setlength{\parskip}{1pt}
\if@twocolumn
...
...
@@ -1103,7 +1103,7 @@
%
% \begin{macrocode}
\renewcommand\listoftables{
\
btypeout{List of Tables
}
\
addtotoc{\listtablename
}
\begin{spacing}{1}{
\setlength{\parskip}{1pt}
\if@twocolumn
...
...
@@ -1206,8 +1206,7 @@ attributed;
\item where I have quoted from the work of others, the source is always given. With
the exception of such quotations, this thesis is entirely my own work;
\item I have acknowledged all main sources of help;
\item where and part of this
thesis
\item where the thesis
is based on work done by myself jointly with others, I have
made clear exactly what was done by others and what I have contributed myself;
\ifthenelse{\isempty{#1}}
...
...
@@ -1428,7 +1427,7 @@ PhD Thesis, pagination. }
%% ----------------------------------------------------------------
\begin{document}
%<*testthesis>
%% TODO:
Check that the page numbering isn't destroyed
%% TODO:
Add ORCiD and DOI options
\pagenumbering{gobble} % removes page number
\copyrightDeclaration{} % !!! Comment this line when printing the hardcopy !!!
%</testthesis>
...
...
@@ -1461,6 +1460,8 @@ This work is all about \dots
\tableofcontents
\listoffigures
\listoftables
%% The List of listings does not, by default, appear in the ToC, so....
\addtotoc{List of Listings}
\lstlistoflistings
\listofsymbols{ll}{$w$ & The weight vector}
%</testthesis|testminithesis|testprogress|testproject|testreport|testarticle|testgdp>
...
...
@@ -1483,6 +1484,13 @@ This work is all about \dots
%<*testthesis|testminithesis|testprogress|testproject|testreport|testgdp>
\include{Introduction}
\include{Conclusions}
\begin{lstlisting}[caption=Without a title it doesn't appear in the table]
This is a test listing
It has several lines
That
say not much at all
\end{lstlisting}
\appendix
\include{AppendixA}
\backmatter
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment