An hkputhesis sample

QING Pei

Master of Science in Software Technology

The Hong Kong Polytechnic University

July 2012

Statement of Authorship Except where reference is made in the text of this dissertation, this dissertation contains no material published elsewhere or extracted in whole or in part from a dissertation presented by me for another degree or diploma. No other person’s work has been used without due acknowledgement in the main text of the dissertation. This dissertation has not been submitted for the award of any other degree or diploma in any other tertiary institution.

Name: QING Pei Dated: 31/07/2012

I

Acknowledgements This is the acknowledgments.

II

Abstract This is the abstract.

III

Table of Contents Statement of Authorship . . . . . . . . . . . . . . . . . . . . . . . . . . .

I

Acknowledgements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

II

Abstract . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

III

List of Figures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

V

List of Tables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

VI

Chapter 1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . .

1

1.1

Section Heading . . . . . . . . . . . . . . . . . . . . . . . . . . . .

1

1.1.1

Subsection heading . . . . . . . . . . . . . . . . . . . . . .

1

Chapter 2 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

2

References . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

3

Appendix A: Demonstrate Citations . . . . . . . . . . . . . . . . . . . . .

4

Appendix B: Demonstrate Figures . . . . . . . . . . . . . . . . . . . . . .

5

Appendix C: Demonstrate Mathematics . . . . . . . . . . . . . . . . . . .

9

Appendix D: Demonstrate Multicols . . . . . . . . . . . . . . . . . . . . .

13

Appendix E: Demonstrate Tables . . . . . . . . . . . . . . . . . . . . . . .

15

Appendix F: Demonstrate Text . . . . . . . . . . . . . . . . . . . . . . . .

21

IV

List of Figures Figure B.1 By default figures are not centered. This is a long caption to demonstrate that captions are single spaced.

. . . . . . . . . . .

5

Figure B.2 Use \centering to center figures. . . . . . . . . . . . . . . . .

6

Figure B.3 This is another figuure. . . . . . . . . . . . . . . . . . . . . . . .

7

Figure B.4 This figure has two parts. . . . . . . . . . . . . . . . . . . . . .

7

Figure B.5 This figure has four parts. . . . . . . . . . . . . . . . . . . . . .

8

V

List of Tables Table E.1

This is the caption. Let’s cite Lamport’s book again here: [1]. . .

15

Table E.2

short caption for table of contents . . . . . . . . . . . . . . . . .

15

Table E.3

2.3 sidewaystable mode \begin{table}. . . \end{table} table .

16

Table E.4

2.4 sidewaystable mode \halign{...} table . . . . . . . . . . .

17

Table E.5

2.5 left hand table . . . . . . . . . . . . . . . . . . . . . . . . .

18

Table E.6

2.6 left hand table . . . . . . . . . . . . . . . . . . . . . . . . .

18

Table E.7

2.7 sidewaystable mode \begin{table}. . . \end{table} table .

19

Table E.8

Presidents . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

20

Table E.9

Presidents with horizontal and vertical lines . . . . . . . . . . . .

20

VI

Chapter 1

Introduction

This is the introduction. The first paragraph after a heading is not indented.

This is a sentence. This is a sentence. This is a sentence. This is a sentence. This is a sentence.

1.1

Section Heading

This is a sentence. This is a sentence. This is a sentence. This is a sentence. This is a sentence.

1.1.1

Subsection heading

This is a sentence. This is a sentence. This is a sentence. This is a sentence. This is a sentence.

Subsubsection heading

This is a sentence. This is a sentence. This is a sentence. This is a sentence. This is a sentence.

1

Chapter 2

Summary

This is the summary chapter.

2

References [1] Leslie Lamport. LATEX: A Document Preparation System. Addison-Wesley, Reading Massachusetts, 1994. [2] Michel Goossens, Frank Mittelbach, and Alexander Samarin. The LATEX Companion. Addison-Wesley, Reading Massachusetts, 1994. [3] Helmut Kopka and Patrick W. Daly. A Guide to LATEX, : Document Preparation for Beginners and Advanced Users. Addison-Wesley, Reading Massachusetts, third edition, 1999. [4] Helmut Kopka and Patrick W. Daly. A Guide to LATEX : Document Preparation for Beginners and Advanced Users. Addison-Wesley, Reading Massachusetts, second edition, 1995.

3

Appendix A: Demonstrate Citations I typed

For \LaTeX\ answers I refer to % note to self: {\em \LaTeX: A Document Preparation System\/} \cite{Lamport:1994} and then to % note to self: {\em The \LaTeX\ Companion\/} \cite{Goossens:1994} or % note to self: {\em A Guide to LaTeX\/} (1999) \cite{Kopka:1999}. % note to self: {\em A Guide to LaTeX\/} (1999) \cite{Kopka:1999} is an updated edition of the 1995 edition \cite{Kopka:1995}.

to get

For LATEX answers I refer to [1] and then to [2] or [3]. [3] is an updated edition of the 1995 edition [4].

4

Appendix B: Demonstrate Figures The h specifier used in all the examples below tells LATEX to put the figure “here” instead of trying to find a good spot at the top or bottom of a page. Specifiers can be combined, for example, “\begin{figure}[htbp!]”.

The complete list of specifiers: Specifier b h p t !

Description bottom of page here on page on separate page of figures top of page try hard to put figure as early as possible

Label “fi:not-centered” is “B.1”. Label “sf:four-parts-c” is “B.5(c)”.

This is the first paragraph. This is the first paragraph. This is the first paragraph. This is the first paragraph. This is the first paragraph. 100

80

60

40

20

2

4

6

8

10

Figure B.1: By default figures are not centered. This is a long caption to demonstrate that captions are single spaced. 5

This is the second paragraph. This is the second paragraph. This is the second paragraph. This is the second paragraph. This is the second paragraph. This is the second paragraph. This is the second paragraph. This is the second paragraph. This is the second paragraph. This is the second paragraph. 100

80

60

40

20

2

4

6

8

10

Figure B.2: Use \centering to center figures. This is the third paragraph. This is the third paragraph. This is the third paragraph. This is the third paragraph. This is the third paragraph. This is the third paragraph. This is the third paragraph. This is the third paragraph. This is the third paragraph. This is the third paragraph. This is the third paragraph. This is the third paragraph. This is the third paragraph. This is the third paragraph. This is the third paragraph.

This is the fourth paragraph. This is the fourth paragraph. This is the fourth paragraph. This is the fourth paragraph. This is the fourth paragraph. This is the fourth paragraph. This is the fourth paragraph. This is the fourth paragraph. This is the fourth paragraph. This is the fourth paragraph.

This is the fifth paragraph. This is the fifth paragraph. This is the fifth paragraph. This is the fifth paragraph. This is the fifth paragraph. This is the fifth paragraph. 6

100

80

60

40

20

2

4

6

8

10

Figure B.3: This is another figuure. 100

100

80

80

60

60

40

40

20

20

2

4

6

8

(a) First subcaption.

10

2

4

6

8

10

(b) Second subcaption.

Figure B.4: This figure has two parts. This is the fifth paragraph. This is the fifth paragraph. This is the fifth paragraph. This is the fifth paragraph.

This is the sixth paragraph. This is the sixth paragraph. This is the sixth paragraph. This is the sixth paragraph. This is the sixth paragraph. This is the sixth paragraph. This is the sixth paragraph. This is the sixth paragraph. This is the sixth paragraph. This is the sixth paragraph.

7

100

100

80

80

60

60

40

40

20

20

2

4

6

8

10

2

(a) First subcaption. 100

80

80

60

60

40

40

20

20

4

6

8

(c) Third subcaption.

6

8

10

(b) Second subcaption.

100

2

4

10

2

4

6

8

10

(d) Fourth subcaption.

Figure B.5: This figure has four parts.

8

Appendix C: Demonstrate Mathematics

% From _More Math Into LaTeX_, 4th Edition, page 152: %

TeX uses $$ to open and close a displayed math environment.

%

In LaTeX, this may occassionally cause problems.

Don’t do it.

\[ E = mc^2 \]

E = mc2

\begin{equation} E = mc^2 \end{equation}

E = mc2

(C.1)

9

% Mydefs.tex defines \be to be \begin{equation} and % \ee to be \end{equation}. \be E = mc^2 \ee

E = mc2

(C.2)

\be x = -\frac{b}{2a} \pm \frac{\sqrt{b^2 - 4ac}}{2a} \ee

b x=− ± 2a

√ b2 − 4ac 2a

(C.3)

10

% requires \usepackage{amsmath}; use align* for no equation number \begin{align} a = {}& b + c\\ x = {}& y + z \end{align}

a = b+c

(C.4)

x = y+z

(C.5)

\[ Z = \left( \begin{array}{cc} a& b\\ c& d \end{array} \right) \]





 a b  Z=  c d

11

\begin{equation} \begin{split} a = {}& b + c\\ {}& + d + e \end{split} \end{equation}

a = b+c (C.6) +d +e

\be (\cos x)^2 + (\sin x)^2 = 1 \ee

(cos x)2 + (sin x)2 = 1

(C.7)

If $X = \cos x$ and $Y = \sin x$ then $X^2 + Y^2 = 1$.

If X = cos x and Y = sin x then X 2 +Y 2 = 1.

12

Appendix D: Demonstrate Multicols This is one column. This is one column. This is one column. This is one column. This is one column. This is one column. This is one column. This is one column. This is one column. This is one column. This is one column. This is one column. This is one column. This is one column. This is one column. This is one column. This is one column. This is one column. This is one column. This is one column. This is one column. This is one column. This is one column. This is one column. This is one column. This is two columns.

This is two

is two columns. This is two columns.

columns. This is two columns. This

This is two columns.

is two columns. This is two columns.

columns. This is two columns. This

This is two columns.

is two columns. This is two columns.

This is two

This is two

columns. This is two columns. This

This is two columns.

is two columns. This is two columns.

columns. This is two columns. This

This is two columns.

is two columns. This is two columns.

This is two

This is two

columns. This is two columns. This This is three columns.

This is three columns.

This is three columns.

This is three columns.

This is three columns.

This is three columns.

This is three columns.

This is three columns.

This is three columns.

This is three columns.

This is three columns.

This is three columns.

This is three columns.

This is three columns.

This is three columns.

This is three columns.

This is three columns.

This is three columns.

This is three columns.

This is three columns.

This is three columns. 13

This is three columns.

This is three columns. This is three columns. This is three columns.

This

is

four

columns. This

is

This four

columns. This

is

four

is

columns. This

is

columns. This

is

columns. This

is

is

four

is

is

is

columns.

is

four

is

is

is

four

is

four

is

four

columns. This

four

is

columns. This

four

four

columns. This

four

is

columns. This

columns. This

four

four

columns. This

four

is

columns. This

columns. This

four

four

columns. This

columns. This

four

four

columns. This

four

is

is

columns. This

columns. This

four

four

columns. This

four

is

This

columns. This

columns. This

columns.

is

four

columns.

columns. This

is

four

This is five

This is five

This is five

This is five

This is five

columns.

columns.

columns.

columns.

columns.

This is five

This is five

This is five

This is five

This is five

columns.

columns.

columns.

columns.

columns.

This is five

This is five

This is five

This is five

This is five

columns.

columns.

columns.

columns.

columns.

This is five

This is five

This is five

This is five

This is five

columns.

columns.

columns.

columns.

columns.

This is five

This is five

This is five

This is five

This is five

columns.

columns.

columns.

columns.

columns. 14

Appendix E: Demonstrate Tables Label

Number

ta:text-only

E.1

ta:fruit

E.2

This table contains only text. Let’s cite Lamport’s book here: [1]. Table E.1. This is the caption. Let’s cite Lamport’s book again here: [1]. apple banana cherry[1] aardvark boa constrictor coyote Table E.2. This is a really long and boring caption. It goes on and on as if it thinks what it says is important. Here is some more of it. The citation for “Lamport::1994” is “[1]”. 15

16

apple aardvark

banana boa constrictor

cherry coyote

Table E.3. 2.3 sidewaystable mode \begin{table}. . . \end{table} table

17

apple aardvark

banana boa constrictor

cherry coyote

Table E.4. 2.4 sidewaystable mode \halign{...} table

apple aardvark apple aardvark apple aardvark apple aardvark apple aardvark apple aardvark apple aardvark apple aardvark

banana boa constrictor banana boa constrictor banana boa constrictor banana boa constrictor banana boa constrictor banana boa constrictor banana boa constrictor banana boa constrictor

cherry coyote cherry coyote cherry coyote cherry coyote cherry coyote cherry coyote cherry coyote cherry coyote Table E.5. 2.5 left hand table

apple aardvark

banana boa constrictor

cherry coyote Table E.6. 2.6 left hand table

18

19

apple aardvark

banana boa constrictor

cherry coyote

Table E.7. 2.7 sidewaystable mode \begin{table}. . . \end{table} table

Table E.8. Presidents # 1 2 3

Name George Washington John Adams Thomas Jefferson

Table E.9. Presidents with horizontal and vertical lines # 1 2 3

Name George Washington John Adams Thomas Jefferson

20

Appendix F: Demonstrate Text

This is a sentence. This is a sentence. This is a sentence. This is a sentence. This is a sentence.

This is a sentence. This is a sentence. This is a sentence. This is a sentence. This is a sentence.

This is a sentence. This is a sentence. This is a sentence. This is a sentence. This is a sentence.

This is a sentence. This is a sentence. This is a sentence. This is a sentence. This is a sentence.

21

From \verb+http://www.biblegateway.com/passage/?book_id=1&chapter=1&version=50+

\begin{quote} 1 In the beginning God created the heavens and the earth. 2 The earth was without form, and void; and darkness was on the face of the deep. And the Spirit of God was hovering over the face of the waters.

3 Then God said,‘‘Let there be light’’; and there was light. 4 And God saw the light, that it was good; and God divided the light from the darkness. 5 God called the light Day, and the darkness He called Night. So the evening and the morning were the first day. \end{quote}

From http://www.biblegateway.com/passage/?book_id=1&chapter=1&version=50:

1 In the beginning God created the heavens and the earth. 2 The earth was without form, and void; and darkness was on the face of the deep. And the Spirit of God was hovering over the face of the waters.

3 Then God said,“Let there be light”; and there was light. 4 And God saw the light, that it was good; and God divided the light from the darkness. 22

5 God called the light Day, and the darkness He called Night. So the evening and the morning were the first day.

\begin{description} \item[apple] A red fruit. \item[banana] A yellow fruit. This sentence is to make the entry longer so you can see what happens. This sentence is to make the entry longer so you can see what happens. \item[cherry] A red friut. \end{description}

apple A red fruit.

banana A yellow fruit. This sentence is to make the entry longer so you can see what happens. This sentence is to make the entry longer so you can see what happens.

cherry A red friut.

23

\begin{enumerate} \item apple \item banana This sentence is to make the entry longer so you can see what happens. This sentence is to make the entry longer so you can see what happens. \item cherry \end{enumerate}

1. apple

2. banana This sentence is to make the entry longer so you can see what happens. This sentence is to make the entry longer so you can see what happens.

3. cherry

24

\begin{itemize} \item apple \item banana This sentence is to make the entry longer so you can see what happens. This sentence is to make the entry longer so you can see what happens. \item cherry \end{itemize}

• apple

• banana This sentence is to make the entry longer so you can see what happens. This sentence is to make the entry longer so you can see what happens.

• cherry

25

An hkputhesis sample

Jul 31, 2012 - Table E.5. 2.5 left hand table apple banana cherry ... 1 In the beginning God created the heavens and the earth. 2 The earth was without form,.

139KB Sizes 0 Downloads 185 Views

Recommend Documents

sample paper Aptoinn nata sample model question paper - 1.pdf ...
Page 1 of 1. SAMPLE SET - 1. Note:These questions are the collections of student's contributions from different forums & websites. www.aptoinn.in. 917630 1689 / 98847 22837 / 91765 62187. NATA & J.E.E - B.Arch portions covered. We provide the student

sample paper Aptoinn nata sample model question paper - 10.pdf ...
PART – B MARKS : 100 TIME: 2 Hours. 1 You are visiting a mall where there are food stalls. you are enjoying. your cold drink in the ground floor of the 5 storey atrium space. seeing the people moving on the escalators , shopping , performing. cultu

sample paper Aptoinn nata sample model question paper - 6.pdf ...
Our Branches: Chennai (Tambaram/Saidapet/Anna nagar/Thiruvanmiyur) / Coimbatore / Salem. NATIONAL APTITUDE TEST IN ARCHITECTURE. PART – B ...

SAMPLE - WT.pdf
Explain!the!working!process!of! DNS server. !!!!!!!!!! [1+1+!4]. 8. Suppose!that!you!are!a Web!Programmer!in!one!of!the!leading Web!Development!Company!in!

Sample PDF
Page 2 of 2. Publish to the web. Publishing your docs online is easy – just select Share > Publish as. web page (in documents) or the Publish tab (in ...

Sample Protagonist Group - WordPress.com
Sample Protagonist Group. The radio towers ... A voice crackled over the airwaves. “This… is… ... call him a shrewd businessman, and a few claim he's a mutant with a set of ... Dystopians daily offer their services to Mr. Fandible in exchange .

Trainee Sample
Using the curriculum vitae for policy research: an evaluation of National Institutes of Health center and training support on career trajectories. Monica Gaughan.

Client: Date: Sample: Notes about sample: ALL ... -
Manually select mult factor from table based on average diameter--->. Color. Bc. Bf. Bf. Bf ... Must balance with fungi for the plant desired. Less than 300 ug, will ...

Aakash Institute Sample Paper
(1) Tidal energy. (2) Temperature difference ..... 86. Find the odd one out. (1) Mango. (2) Banana. (3) Apple. (4) Carrot. 87. Complete the series. ? (1). (2). (3). (4) ...

Sample Page
Stationary Covariance. In the present study, non stationary process are repre- sented by a field of kernels whose paralemers vary as a function of the spatial ...

Determining Sample Size
Nov 6, 1992 - This document is Fact Sheet PEOD-6, a series of the Program Evaluation and Organizational Development, Florida Cooperative Extension.

SAMPLE QUOTE.pdf
6:30 - Brew Bus Picks up at French Quarter hotel. DESCRIPTION. *tax & gratuity included in price. *Brew Bus comfortably holds up to a maximum 15 guests.

Sample Schedule.pdf
Page 1 of 1. Camp Trinity - Sample Schedule. Schedule - Monday, Tuesday, & Thursday. Begin Time End Time Activity Location Comments. 7:00 a.m. Extended Hours Open Room 1. 7:00 a.m. 9:00 a.m. Extended hours Rm 1/Field Limited Programming, includes bre

Sample brochure.pdf
extraordinary Promise and creativity who. have made notable research contributions. in Science and Technology. About Award. This award has been solely ...

sample paper Aptoinn nata sample model question paper - 9.pdf ...
colleges, nata test centres, nata scoring process, scope of architecture, nata exam dates, nata. sample question papers, nata syllabus, nata online exam e.t.c.. Course options: One Month/15 days /Week end/One year online course/Study materials. Our B

Timestamp Sample Question 1 Sample Question 2 Check sessions ...
Page 1. Timestamp. Sample Question. 1. Sample Question. 2. Check sessions you are interested in attending. Your name: Your email address:

sample paper Aptoinn nata sample model question paper - 4.pdf ...
There is a inter school quiz competition going on in an historical. school assembly hall.There are two ... Sketch a logo for a TV channel. 25. 3. Using atleast 4 ...

sample schedule.pdf
8:30 a.m. | Meet RA, then walk to CCA campus. 9:30 a.m.–12:30 ... Sun., June 25 10:30 a.m. | Meet coach in Panoramic lobby for trip to California Academy. of Sciences and ... Page 3 of 4. sample schedule.pdf. sample schedule.pdf. Open. Extract. Ope

Sample Ballot.pdf
Loading… Whoops! There was a problem loading more pages. Whoops! There was a problem previewing this document. Retrying... Download. Connect more apps... Try one of the apps below to open or edit this item. Sample Ballot.pdf. Sample Ballot.pdf. Ope

Sample Resume.pdf
Page 1 of 1. JOHN SMITH. 300 Sower Blvd. ○ Frankfort, KY 40601 ○ 502.564.4286 ○ [email protected]. OBJECTIVE: Seeking an entry-level position in the automotive service industry that utilizes. my educational background, related experien

sample certificate_BFL.pdf
Rahul Seth. has successfully completed the IALM Course –. “Banking and Financial Law”. The course included 7 Modules covering the topics-. “Introduction to ...

Sample
Available from the SRI web-store www.store.simplicitysg.net and other outlets ..... Electric charges create electromagnetic fields in their vicinity, which then exert ...

Trainee Sample
terminal degree) and whether the trainee is a medical doctor. Employment data is used to determine whether the person has ever held a postdoctoral position, ...