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

LaTeX Document Formatting Guide

This document provides examples of how to use various features in LaTeX, including adding comments, figures, tables, mathematics, sections, subsections, lists, and citations. It demonstrates how to include a figure and caption, write an example table, display a mathematics expression, create sections and subsections, make numbered and bullet lists, and cite references in a bibliography. The goal is to help new users get started with basic LaTeX commands and features.

Uploaded by

Prasant Adhikari
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)
47 views2 pages

LaTeX Document Formatting Guide

This document provides examples of how to use various features in LaTeX, including adding comments, figures, tables, mathematics, sections, subsections, lists, and citations. It demonstrates how to include a figure and caption, write an example table, display a mathematics expression, create sections and subsections, make numbered and bullet lists, and cite references in a bibliography. The goal is to help new users get started with basic LaTeX commands and features.

Uploaded by

Prasant Adhikari
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
February 17, 2017

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 examples to get started


2.1 How to add Comments
Comments can be added to your project by clicking on the comment icon in the toolbar above. To
reply to a comment, simply click the reply button in the lower right corner of the comment, and
you can close them when youre done.

2.2 How to include Figures


First you have to upload the image file from your computer using the upload link the project menu.
Then use the includegraphics command to include it in your document. Use the figure environment
and the caption command to add a number and a caption to your figure. See the code for Figure
1 in this section for an example.

2.3 How to add Tables


Use the table and tabular commands for basic tables see Table 1, for example.

Figure 1: This frog was uploaded via the project menu.

1
Item Quantity
Widgets 42
Gadgets 13

Table 1: An example table.

2.4 How to write 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 Var[Xi ] = 2 < , and let
n
X1 + X2 + + Xn 1X
Sn = = Xi
n n i

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

2.5 How to create Sections and Subsections


Use section and subsections to organize your document. Simply use the section and subsection
buttons in the toolbar to create them, and well handle all the formatting and numbering auto-
matically.

2.6 How to add Lists


You can make lists with automatic numbering . . .

1. Like this,
2. and like this.

. . . or bullet points . . .
Like this,

and like this.

2.7 How to add Citations and a References List


You can upload a .bib file containing your BibTeX entries, created with JabRef; or import your
Mendeley, CiteULike or Zotero library as a .bib file. You can then cite entries from it, like this:
[Gre93]. Just remember to specify a bibliography style, as well as the filename of the .bib.
You can find a video tutorial here to learn more about BibTeX.
We hope you find Overleaf useful, and please let us know if you have any feedback using the
help menu above or use the contact form at https://www.overleaf.com/contact!

References
[Gre93] George D. Greenwade. The Comprehensive Tex Archive Network (CTAN). TUGBoat,
14(3):342351, 1993.

You might also like