Search found 10 matches

by PhDToBE
Thu Mar 30, 2017 10:23 am
Forum: Theses, Books, Title pages
Topic: Additional pages in the start/end of a thesis template
Replies: 15
Views: 10448

Additional pages in the start/end of a thesis template

\cleardoublepage
\lhead{\emph{List of Algorithms}}
\listofalgorithms
\addtotoc{List of Algorithms} % Add the "Abstract" page entry to the Contents
\cleardoublepage

This did the trick. All problems solved. Thanks a lot!

I'm just being a little greedy here with one last question. Is it possible ...
by PhDToBE
Wed Mar 29, 2017 8:35 pm
Forum: Theses, Books, Title pages
Topic: Additional pages in the start/end of a thesis template
Replies: 15
Views: 10448

Additional pages in the start/end of a thesis template

For some reason that's showing two listings in the toc.

But this simply worked:

\cleardoublepage
\chapter{Publications}
first publication here
\cleardoublepage

I'm still confused about the algorithms issue, it's not indexing properly, the page is toc is linked to the list of tables which is ...
by PhDToBE
Wed Mar 29, 2017 7:04 pm
Forum: Theses, Books, Title pages
Topic: Additional pages in the start/end of a thesis template
Replies: 15
Views: 10448

Additional pages in the start/end of a thesis template

Ok I tried what you just said but I guess this is the problem, I need it in the same format as the rest of the lists.
%----------------------------------------------------------------------------------------
% LIST OF CONTENTS/FIGURES/TABLES PAGES ...
by PhDToBE
Wed Mar 29, 2017 6:55 pm
Forum: Theses, Books, Title pages
Topic: Additional pages in the start/end of a thesis template
Replies: 15
Views: 10448

Additional pages in the start/end of a thesis template

\lhead{\emph{Contents}} % Set the left side page header to "Contents"
\tableofcontents % Write out the Table of Contents

\lhead{\emph{List of Figures}} % Set the left side page header to "List of Figures"
\listoffigures % Write out the List of Figures

\lhead{\emph{List of Algorithms ...
by PhDToBE
Wed Mar 29, 2017 1:49 pm
Forum: Theses, Books, Title pages
Topic: Additional pages in the start/end of a thesis template
Replies: 15
Views: 10448

Additional pages in the start/end of a thesis template


Second abstract: i need to check on that later. With the new version, this is a piece of cake. http://tex.stackexchange.com/questions/253236/add-one-more-abstract/276235#276235

WOW :geek: it's much simpler and far more robust, interestingly, I've already included many packages in the new ...
by PhDToBE
Wed Mar 29, 2017 1:41 pm
Forum: Theses, Books, Title pages
Topic: Additional pages in the start/end of a thesis template
Replies: 15
Views: 10448

Additional pages in the start/end of a thesis template

For the algorithms I used:
\usepackage{algorithm2e}
and
\lhead{\emph{List of Algorithms}}
\listofalgorithms

Somehow that worked fine (listing out all algorithms) except the fact that it's not showing 'List of Algorithms' in toc.

List of Publications, yes I want to add them manually, but how? I ...
by PhDToBE
Wed Mar 29, 2017 11:53 am
Forum: Theses, Books, Title pages
Topic: Additional pages in the start/end of a thesis template
Replies: 15
Views: 10448

Additional pages in the start/end of a thesis template

Sorry again! That was rather a huge claim.

Ok let's keep this simple:

I've made a lot of changes to this version: Version 1.43 (17/5/14) and going to the latest template is just insane, I've so many packages and I've written way too much to go and edit now! :|

So I'm wondering if there's ...
by PhDToBE
Wed Mar 29, 2017 11:25 am
Forum: Theses, Books, Title pages
Topic: Additional pages in the start/end of a thesis template
Replies: 15
Views: 10448

Additional pages in the start/end of a thesis template

Hello

Sorry yes it is based on the template.

I can switch to the new template if that's the case. Not a problem.

Could you help me based on the latest thesis template?
by PhDToBE
Tue Mar 28, 2017 4:21 pm
Forum: Theses, Books, Title pages
Topic: Additional pages in the start/end of a thesis template
Replies: 15
Views: 10448

Additional pages in the start/end of a thesis template

Hello

I just joined after failing to find an answer for the two below questions, however, I must say thanks to everyone helping out here... I've learned a lot over the years from here.

Two problems:

1. I need additional lists at the beginning of the thesis (List of Algorithms and List of ...