0% found this document useful (0 votes)
20 views1 page

Your Paper

This document provides an introduction and examples of how to write a paper using LaTeX. The introduction explains that the paper will provide examples of commonly used LaTeX commands to help the reader get started. Section II lists some examples, including how to create sections and subsections, lists, tables and figures, mathematics equations, and acknowledgments. The examples demonstrate how to write a paper with LaTeX through formatting text and embedding images, tables, and equations.
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)
20 views1 page

Your Paper

This document provides an introduction and examples of how to write a paper using LaTeX. The introduction explains that the paper will provide examples of commonly used LaTeX commands to help the reader get started. Section II lists some examples, including how to create sections and subsections, lists, tables and figures, mathematics equations, and acknowledgments. The examples demonstrate how to write a paper with LaTeX through formatting text and embedding images, tables, and equations.
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/ 1

Your Paper

You1
1

Somewhere

Your abstract.
I.

INTRODUCTION

Var[Xi ] = 2 < , and let


n

Your introduction goes here! Some examples of commonly used commands and features are listed below, to
help you get started.

II.

SOME LATEX EXAMPLES


A.

denote their mean.


Then as n approaches infinity, the
random variables n(Sn ) converge in distribution to
a normal N (0, 2 ).

Sections

Use sections and subsections to organize your document. LATEX handles all the formatting and numbering
automatically. Use ref and label for cross-references
this is Section II, for example.

B.

X1 + X2 + + Xn
1X
Sn =
=
Xi
n
n i

D.

You can make lists with automatic numbering . . .


Item
Quantity
Widgets
42
Gadgets
13

Tables and Figures

Use tabular for basic tables see Table I, for example. You can upload a figure (JPEG, PNG or PDF) using
the files menu. To include it in your document, use the
includegraphics command (see the comment below in
the source code).

Lists

TABLE I. An example table.

1. Like this,
2. and like this.
. . . or bullet points . . .
Like this,
and like this.

C.

Mathematics

LATEX is great at typesetting mathematics.


Let
X1 , X2 , . . . , Xn be a sequence of independent and identically distributed random variables with E[Xi ] = and

ACKNOWLEDGMENTS

We thank. . .

You might also like