Transcription of Thesis Title - LaTeX Templates
1 UNIVERSITYNAMEDOCTORALTHESIST hesis TitleAuthor:John SMITHS upervisor:Dr. James SMITHA Thesis submitted in fulfillment of the requirementsfor the degree of Doctor of Philosophyin theResearch Group NameDepartment or School NameAugust 27, 2017iiiDeclaration of AuthorshipI, John SMITH, declare that this Thesis titled, Thesis Title and the work presentedin it are my own. I confirm that: This work was done wholly or mainly while in candidature for a research de-gree at this University. Where any part of this Thesis has previously been submitted for a degree orany other qualification at this University or any other institution, this has beenclearly stated.
2 Where I have consulted the published work of others, this is always clearlyattributed. Where I have quoted from the work of others, the source is always given. Withthe exception of such quotations, this Thesis is entirely my own work. I have acknowledged all main sources of help. Where the Thesis is based on work done by myself jointly with others, I havemade clear exactly what was done by others and what I have contributed :Date:v Thanks to my solid academic training, today I can write hundreds of words on virtually anytopic without possessing a shred of information, which is how I got a good job in journalism.
3 Dave BarryviiUNIVERSITY NAMEA bstractFaculty NameDepartment or School NameDoctor of PhilosophyThesis Titleby John SMITHThe Thesis Abstract is written here (and usually kept to just this page). The page iskept centered vertically so can expand into the blank space above the Title too..ixAcknowledgementsThe acknowledgments and the people to thank go here, don t forget to include yourproject advisor..xiContentsDeclaration of AuthorshipiiiAbstractviiAcknowledgements ix1 Chapter Title and Thank You .. LaTeX .. (not so short) Introduction to LaTeX .. Short Math Guide for LaTeX .
4 LaTeX Math Symbols .. on a Mac .. Started with this Template .. this Template .. this Template Includes .. in Your Information in .. Explained .. Features and Conventions .. Format .. US Letter Paper ..6A Note on bibtex .. mathematics .. and Subsectioning .. Closing .. 10A Frequently Asked How do I change the colors of links? .. 11 Bibliography13xiiiList of Electron ..8xvList of effects of treatments X and Y on the four groups studied..8xviiList of AbbreviationsLAH ListAbbreviationsHereWSF What (it)StandsForxixPhysical ConstantsSpeed of Lightc0= 924 58 108m s 1(exact)xxiList of SymbolsadistancemPpowerW (J s 1) angular frequencyradxxiiiFor/Dedicated to/To my.
5 1 Chapter 1 Chapter Title Welcome and Thank YouWelcome to this LaTeX Thesis Template, a beautiful and easy to use template for writ-ing a Thesis using the LaTeX typesetting you are writing a Thesis (or will be in the future) and its subject is technicalor mathematical (though it doesn t have to be), then creating it in LaTeX is highlyrecommended as a way to make sure you can just get down to the essential writingwithout having to worry over formatting or wasting time arguing with your is easily able to professionally typeset documents that run to hundreds orthousands of pages long.
6 With simple mark-up commands, it automatically sets outthe table of contents, margins, page headers and footers and keeps the formattingconsistent and beautiful. One of its main strengths is the way it can easily typesetmathematics, evenheavymathematics. Even if those equations are the most horri-bly twisted and most difficult mathematical problems that can only be solved on asuper-computer, you can at least count on LaTeX to make them look Learning LATEXLATEX is not aWYSIWYG(What You See is What You Get) program, unlike word pro-cessors such as Microsoft Word or Apple s Pages.
7 Instead, a document written forLATEX is actually a simple, plain text file that containsno formatting. You tell LATEXhow you want the formatting in the finished document by writing in simple com-mands amongst the text, for example, if I want to useitalic text for emphasis, I writethe\emph{text}command and put the text I want in italics in between the curlybraces. This means that LaTeX is a mark-up language, very much like A (not so short) Introduction to LATEXIf you are new to LaTeX , there is a very good eBook freely available online as aPDF file called, The Not So Short Introduction to LaTeX .
8 The book s Title istypically shortened to justlshort. You can download the latest version (as it is oc-casionally updated) from here: is also available in several other languages. Find yours from the list on thispage: is recommended to take a little time out to learn how to use LaTeX by creatingseveral, small test documents, or having a close look at several Templates on: 1. Chapter Title HereMaking the effort now means you re not stuck learning the system when what youreallyneed to be doing is writing your A Short Math Guide for LATEXIf you are writing a technical or mathematical Thesis , then you may want to readthe document by the AMS (American Mathematical Society) called, A Short MathGuide for LaTeX .
9 It can be found online here: the Additional Documentation section towards the bottom of the Common LaTeX Math SymbolsThere are a multitude of mathematical symbols available for LaTeX and it would takea great effort to learn the commands for them all. The most common ones you arelikely to use are shown on this page: can use this page as a reference or crib sheet, the symbols are rendered aslarge, high quality images so you can quickly find the LaTeX command for the symbolyou LaTeX on a MacThe LaTeX distribution is available for many systems including Windows, Linux andMac OS X.
10 The package for OS X is called MacTeX and it contains all the applica-tions you need bundled together and pre-customized for a fully working LaTeX environment and work includes a custom dedicated LaTeX editor called TeXShop for writingyour .tex files and BibDesk: a program to manage your references and createyour bibliography section just as easily as managing songs and creating playlistsin Getting Started with this TemplateIf you are familiar with LaTeX , then you should explore the directory structure of thetemplate and then proceed to place your own information into theTHESIS INFOR-MATION block of You can then modify the rest of this file to yourunique specifications based on your degree/university.