0% found this document useful (0 votes)
63 views2 pages

Latex Examples

some examples of latex

Uploaded by

quachvannhan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views2 pages

Latex Examples

some examples of latex

Uploaded by

quachvannhan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Your Paper

You
October 5, 2014
Abstract
Your abstract.
1 Introduction
Your introduction goes here! Some examples of commonly used commands and
features are listed below, to help you get started. If you have a question, please
use the help menu (?) on the top bar to search for help or ask us a question.
2 Some L
A
T
E
X Examples
2.1 How to Leave Comments
Comments can be added to the margins of the document using the todo com- Heres a
comment
in the
margin!
Heres a
comment
in the
margin!
mand, as shown in the example on the right. You can also add inline comments:
This is an inline comment.
2.2 How to Include Figures
First you have to upload the image le (JPEG, PNG or PDF) from your com-
puter to writeLaTeX using the upload link the project menu. Then use the
includegraphics command to include it in your document. Use the gure en-
vironment and the caption command to add a number and a caption to your
gure. See the code for Figure 1 in this section for an example.
Figure 1: This frog was uploaded to writeLaTeX via the project menu.
1
Item Quantity
Widgets 42
Gadgets 13
Table 1: An example table.
2.3 How to Make Tables
Use the table and tabular commands for basic tables see Table 1, for example.
2.4 How to Write Mathematics
L
A
T
E
X is great at typesetting mathematics. Let X
1
, X
2
, . . . , X
n
be a sequence of
independent and identically distributed random variables with E[X
i
] = and
Var[X
i
] =
2
< , and let
S
n
=
X
1
+X
2
+ +X
n
n
=
1
n
n

i
X
i
denote their mean. Then as n approaches innity, the random variables

n(S
n

) converge in distribution to a normal N(0,


2
).
2.5 How to Make Sections and Subsections
Use section and subsection commands to organize your document. L
A
T
E
X han-
dles all the formatting and numbering automatically. Use ref and label com-
mands for cross-references.
2.6 How to Make Lists
You can make lists with automatic numbering . . .
1. Like this,
2. and like this.
. . . or bullet points . . .
Like this,
and like this.
. . . or with words and descriptions . . .
Word Denition
Concept Explanation
Idea Text
We hope you nd writeL
A
T
E
X useful, and please let us know if you have any
feedback using the help menu above.
2

You might also like