% Thesis Abstract -----------------------------------------------------
%\begin{abstractslong} %uncommenting this line, gives a different abstract heading
\begin{abstracts} %this creates the heading for the abstract page
Put your abstract or summary here, if your university requires it.
\end{abstracts}
%\end{abstractlongs}
% ----------------------------------------------------------------------
This is used for abstract, acknowledgements etc. I was wondering how to change the name as I want to add in a Mission Statement page but with the same layout. How do I do this? I have tried a few different ways and I can't get them to work...
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
\addtotoc{Mission Statement} % Add the "Abstract" page entry to the Contents
\mission{\addtocontents{toc}{\vspace{1em}} % Add a gap in the Contents, for aesthetics
Mission statement text\ldots
}
\clearpage % Start a new page
Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
How do I create a very simple and plain layout for the abstract? I would only like to have a heading saying "Abstract" (similar to the heading of e.g. table of contents), and then the text underneath. I have tried removing the specifications for the abstract page in thesis.cls, but it does not get me any further. Do you have any suggestions for how I can do this and still have the abstract as part of the table of contents?
%----------------------------------------------------------------------------------------
% ABSTRACT PAGE
%----------------------------------------------------------------------------------------
\addtotoc{Abstract} % Add the "Abstract" page entry to the Contents
\addtocontents{toc}{\vspace{1em}}
\section*{Abstract}
The Thesis Abstract is written here (and usually kept to just this page). The page is kept centered vertically so can expand into the blank space above the title too\ldots
\clearpage % Start a new page
Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
Hey Vel,
Am doing a cummulative thesis and each chapter is a paper and have its own abstract. How I can do several abstracts in your template without the university name and the rest of the info?
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p