Thank you very much Stefan for pointing out the serious mistake i have made. I have been stuck in this list-of-equations for weeks. I will look into this and make correction. Hopefully i can get my correct "LIST OF EQUATIONS".
Nevertheless, i don't quite understand why eventhough i have specified ...
Search found 11 matches
- Fri Aug 14, 2015 3:04 pm
- Forum: Theses, Books, Title pages
- Topic: Generate list of equations using Thesis.cls thesis latex tem
- Replies: 17
- Views: 19455
- Fri Aug 14, 2015 12:58 pm
- Forum: Theses, Books, Title pages
- Topic: Generate list of equations using Thesis.cls thesis latex tem
- Replies: 17
- Views: 19455
Re: Generate list of equations using Thesis.cls thesis latex
Hi,
I am sorry for not using the post button correctly. Thank you for pointing out.
I should have attached the class file that i have modified. The missing package is in the class file. When i tested in my comp it works. Sorry for inconvenience caused.
I attach my modified class file here.
Thank ...
I am sorry for not using the post button correctly. Thank you for pointing out.
I should have attached the class file that i have modified. The missing package is in the class file. When i tested in my comp it works. Sorry for inconvenience caused.
I attach my modified class file here.
Thank ...
- Fri Aug 14, 2015 10:11 am
- Forum: Theses, Books, Title pages
- Topic: Generate list of equations using Thesis.cls thesis latex tem
- Replies: 17
- Views: 19455
Generate list of equations using Thesis.cls thesis latex tem
Hi,
Could you please advice how should i change the heading so that it is not awful? And also the equations that are commented as horrible.
I would want to change it if i have time, so that my scripts are tidier.
This is the MWE. I have disabled the scripts about "List of Equations" so that the ...
Could you please advice how should i change the heading so that it is not awful? And also the equations that are commented as horrible.
I would want to change it if i have time, so that my scripts are tidier.
This is the MWE. I have disabled the scripts about "List of Equations" so that the ...
- Fri Aug 14, 2015 8:36 am
- Forum: Theses, Books, Title pages
- Topic: Generate list of equations using Thesis.cls thesis latex tem
- Replies: 17
- Views: 19455
Generate list of equations using Thesis.cls thesis latex tem
Hi,
I managed to get rid of the caption appearing on top of the equations using \caption[Overall Accuracy]{ } but still fail to change the title "LIST OF FIGURES" to "LIST OF EQUATIONS" with this script \DeclareCaptionType[fileext=loe,placement=h]{myeqcap}[][List of Equations]
Thank you
I managed to get rid of the caption appearing on top of the equations using \caption[Overall Accuracy]{ } but still fail to change the title "LIST OF FIGURES" to "LIST OF EQUATIONS" with this script \DeclareCaptionType[fileext=loe,placement=h]{myeqcap}[][List of Equations]
Thank you
- Fri Aug 14, 2015 7:03 am
- Forum: Theses, Books, Title pages
- Topic: Generate list of equations using Thesis.cls thesis latex tem
- Replies: 17
- Views: 19455
Generate list of equations using Thesis.cls thesis latex tem
Hi,
I have tried to 'disable' all the scripts regarding "list of equations" in my class file. This is what produced.. img_output.JPG
I don't know why the title of list-of-equations page turns out to be "LIST OF FIGURES" instead of "LIST OF EQUATIONS"? :o
And, what should i do if i do not want ...
I have tried to 'disable' all the scripts regarding "list of equations" in my class file. This is what produced.. img_output.JPG
I don't know why the title of list-of-equations page turns out to be "LIST OF FIGURES" instead of "LIST OF EQUATIONS"? :o
And, what should i do if i do not want ...
- Fri Aug 14, 2015 5:24 am
- Forum: Theses, Books, Title pages
- Topic: Generate list of equations using Thesis.cls thesis latex tem
- Replies: 17
- Views: 19455
Generate list of equations using Thesis.cls thesis latex tem
img_eq4_1.JPG hi,
With the following changes to:
My class file:
\newcommand\listofmyeqcap{
\btypeout{List of Equations}
\addtotoc{List of Equations}
\begin{spacing}{1}{
\setlength{\parskip}{1pt}
\if@twocolumn
\@restonecoltrue\onecolumn
\else
\@restonecolfalse
\fi
\chapter*{\begin{center ...
With the following changes to:
My class file:
\newcommand\listofmyeqcap{
\btypeout{List of Equations}
\addtotoc{List of Equations}
\begin{spacing}{1}{
\setlength{\parskip}{1pt}
\if@twocolumn
\@restonecoltrue\onecolumn
\else
\@restonecolfalse
\fi
\chapter*{\begin{center ...
- Fri Aug 14, 2015 4:25 am
- Forum: Theses, Books, Title pages
- Topic: Generate list of equations using Thesis.cls thesis latex tem
- Replies: 17
- Views: 19455
Re: Generate list of equations using Thesis.cls thesis latex
Hi, Thank you for your reply.
I will look into this method.
Thank you..
I will look into this method.
Thank you..
- Thu Aug 13, 2015 2:57 pm
- Forum: Theses, Books, Title pages
- Topic: Generate list of equations using Thesis.cls thesis latex tem
- Replies: 17
- Views: 19455
Generate list of equations using Thesis.cls thesis latex tem
Hi, thank you for your reply and comment.
The image that i attached is captured from the word file. I wish to make my tex file being able to generate a "List of Equations" and "List of Definitions" just like how it generates "List of Figures" and "List of Tables" WITHOUT using the tocloft package ...
The image that i attached is captured from the word file. I wish to make my tex file being able to generate a "List of Equations" and "List of Definitions" just like how it generates "List of Figures" and "List of Tables" WITHOUT using the tocloft package ...
- Thu Aug 13, 2015 12:54 pm
- Forum: Theses, Books, Title pages
- Topic: Generate list of equations using Thesis.cls thesis latex tem
- Replies: 17
- Views: 19455
Re: Generate list of equations using Thesis.cls thesis latex
Hi,
Sorry, typing mistake. The latex scripts i sent is the one in my main tex file and NOT class file. Sorry..
Thank you.
Sorry, typing mistake. The latex scripts i sent is the one in my main tex file and NOT class file. Sorry..
Thank you.
- Thu Aug 13, 2015 12:52 pm
- Forum: Theses, Books, Title pages
- Topic: Generate list of equations using Thesis.cls thesis latex tem
- Replies: 17
- Views: 19455
Generate list of equations using Thesis.cls thesis latex tem
Hi,
This is the class file that I use:
The following is the content in my main tex file which I used to produce my thesis:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Masters/Doctoral Thesis
% LaTeX Template
% Version 1.43 (17/5/14)
%
% This template has been downloaded from:
% http://www ...
This is the class file that I use:
The following is the content in my main tex file which I used to produce my thesis:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Masters/Doctoral Thesis
% LaTeX Template
% Version 1.43 (17/5/14)
%
% This template has been downloaded from:
% http://www ...