A Template To Be Used by The Students For Typesetting Project Report or Dissertation
A Template To Be Used by The Students For Typesetting Project Report or Dissertation
Submitted by:
Maja 2010-Elect-420
Saja 2010-Elect-320
Basantay 2010-Elect-69
Bachelor of Science
in
Electrical Engineering.
Director
Undergraduate Studies
i
Declaration
I declare that the work contained in this thesis is my own, except where explicitly stated
otherwise. In addition this work has not been submitted to obtain another degree or
professional qualification.
Signed:
Date:
ii
Acknowledgments
The acknowledgements and the people to thank go here, don’t forget to include your
project advisor. . .
iii
For/Dedicated to/To my. . .
iv
Contents
Acknowledgments iii
List of Figures vi
Abbreviations viii
Abstract ix
A Introduction to Latex 4
A.1 Learning LATEX . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
A.1.1 A (not so short) Introduction to LATEX . . . . . . . . . . . . . . . . 4
A.1.2 A Short Math Guide for LATEX . . . . . . . . . . . . . . . . . . . . 4
A.1.3 Common LATEX Math Symbols . . . . . . . . . . . . . . . . . . . . 5
A.1.4 Figures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
A.1.5 Typesetting mathematics . . . . . . . . . . . . . . . . . . . . . . . 6
A.2 Sectioning and Subsectioning . . . . . . . . . . . . . . . . . . . . . . . . . 7
References 8
v
List of Figures
vi
List of Tables
vii
Abbreviations
viii
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. . .
Chapter 1
The flow of information provided in a thesis depends on its structure. The parameters
defining the structure of a thesis are discussed in [2] and are quoted below:
There is no definite structure for a thesis. The author is the best judge. One possible
structure of a thesis can be:
• Chapter 1 : Introduction
Depending on the substance, you can break Chapter 2 suggested above into separate
chapters. For instance, motivation and related literature can be one chapter and problem
statement can be a separate chapter . This is flexible and is decided while writing the
thesis.
1
Chapter 1. Project Report/Thesis Structure 2
The rationale behind the structure selected above is to meet the objective of telling a
story as clearly and convincingly as possible. We have adapted the following table from
[1] to show the flow in the logic:
There are a number of guiding documents e.g. [5], [4], as well as some documents avail-
able online, which can be helpful in writing the thesis. Two such documents outlining
some general guidelines are [3], [2].
Finally here is a list of words that you should try avoid while writing the thesis: “very
much”, “interesting”, “good”, “fun”, “exciting”, “very”, “too much”.
Chapter 2
3
Appendix A
Introduction to Latex
It is also available in several other languages. Find yours from the list on this page:
http://www.ctan.org/tex-archive/info/lshort/
It is recommended to take a little time out to learn how to use LATEX by creating
several, small ‘test’ documents. Making the effort now means you’re not stuck learning
the system when what you really need to be doing is writing your thesis.
4
Appendix A. Introduction to Latex 5
http://www.ams.org/tex/amslatex.html
under the “Additional Documentation” section towards the bottom of the page.
You can use this page as a reference or crib sheet, the symbols are rendered as large,
high quality images so you can quickly find the LATEX command for the symbol you
need.
A.1.4 Figures
There will hopefully be many figures in your thesis (that should be placed in the ‘Figures’
folder). The way to insert figures into your thesis is to use a code template like this:
\begin{figure}[htbp]
\centering
\includegraphics[width = 1.5in]{./Figures/uet_logo.pdf}
\rule{35em}{0.5pt}
\caption{The UET Laore logo.}
\label{fig:uet_logo}
\end{figure}
Also look in the source file. Putting this code into the source file produces the picture
of the UET logo that you can see in the figure below.
Sometimes figures don’t always appear where you write them in the source. The place-
ment depends on how much space there is on the page for the figure. Sometimes there
is not enough room to fit a figure directly where it should go (in relation to the text)
and so LATEX puts it at the top of the next page. Positioning figures is the job of LATEX
and so you should only worry about making them look good!
Appendix A. Introduction to Latex 6
Figures usually should have labels just in case you need to refer to them (such as in
figure A.1). The ‘\caption’ command contains two parts, the first part, inside the
square brackets is the title that will appear in the ‘List of Figures’, and so should
be short. The second part in the curly brackets should contain the longer and more
descriptive caption text.
The ‘\rule’ command is optional and simply puts an aesthetic horizontal line below the
image. If you do this for one image, do it for all of them.
The LATEX Thesis Template is able to use figures that are either in the PDF or JPEG
file format. It is recommended that you read this short guide on how to get the best out
of figures in LATEX, available here:
http://www.sunilpatel.co.uk/texhelp5.html
Though it is geared more towards users of Mac and OS X systems, much of the advice
applies to creating and using figures in general. It also explains why the PDF file format
is preferred in figures over JPEG.
The “Not So Short Introduction to LATEX” (available here) should tell you everything you
need to know for most cases of typesetting mathematics. If you need more information,
a much more thorough mathematical guide is available from the AMS called, “A Short
Math Guide to LATEX” and can be downloaded from:
ftp://ftp.ams.org/pub/tex/doc/amsmath/short-math-guide.pdf
There are many different LATEX symbols to remember, luckily you can find the most
common symbols here. You can use the web page as a quick reference or crib sheet
and because the symbols are grouped and rendered as high quality images (each with a
downloadable PDF), finding the symbol you need is quick and easy.
You can write an equation, which is automatically given an equation number by LATEX
like this:
\begin{equation}
E = mc^{2}
\label{eqn:Einstein}
\end{equation}
E = mc2 (A.1)
Appendix A. Introduction to Latex 7
All equations you write (which are not in the middle of paragraph text) are automatically
given equation numbers by LATEX. If you don’t want a particular equation numbered,
just put the command, ‘\nonumber’ immediately after the equation.
The table of Contents should only list the sections to three (3) levels. A ‘\chapter{}’
is level one (1). A ‘\section{}’ is level two (2) and so a ‘\subsection{}’ is level three
(3). In your thesis it is likely that you will even use a ‘\subsubsection{}’, which is
level four (4). Adding all these will create an unnecessarily cluttered table of Contents
and so you should use the ‘\subsubsection∗ {}’ command instead (note the asterisk).
The asterisk (∗ ) tells LATEX to omit listing the subsubsection in the Contents, keeping it
clean and tidy.
References
[1] R. Barrass. Scientists must write: a guide to better writing for scientists, engineers
and students. RoutledgeFalmer, 2002.
[4] D. Evans and P. Gruba. How to write a better thesis. Melbourne University Pub-
lishing, 2003.