0% found this document useful (0 votes)
103 views5 pages

Latex by Example: Sesfs File Server

This document demonstrates LaTeX formatting commands by showing LaTeX input code alongside the formatted output. It includes examples of plain text, displayed text using quote and quotation environments, lists using enumerate, itemize, and description environments, and tables. The goal is to illustrate how to format different types of text and structures like paragraphs, font styles, sections, lists, and tables using LaTeX markup commands.

Uploaded by

vg_mrt
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)
103 views5 pages

Latex by Example: Sesfs File Server

This document demonstrates LaTeX formatting commands by showing LaTeX input code alongside the formatted output. It includes examples of plain text, displayed text using quote and quotation environments, lists using enumerate, itemize, and description environments, and tables. The goal is to illustrate how to format different types of text and structures like paragraphs, font styles, sections, lists, and tables using LaTeX markup commands.

Uploaded by

vg_mrt
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/ 5

5/14/2018 LaTeX Example

Prospective Students Current Students Faculty & Staff Alumni & Friends

Home About People Departments & Programs Research News Events Resources Enter your search keywords here...

Hartley Conference Center LaTeX by Example


Room Resources
Last revision October 28, 1996

Computing Resources
Table of Contents:
Demonstration of LaTeX features, using example input and output
files
News 1. Features of LaTeX
This demonstration LaTeX file shows both the marked up input text, and the
New Users 2. Basic layout of a LaTeX
document corresponding typeset output. The typeset output is a series of graphic images
Policies and will not display on a text-only browser. Note that the output images shown
3. Required parts of a LaTeX
here are low resolution JPEG files made from capturing screen images. The
Sesfs File Server input file
actual LaTeX output will use the normal resolution of your output device and look
4. Basic LaTeX topics much better.
Web Server
1. LaTeX environments
Computer Labs This demonstration file shows how to use LaTeX markup commands to typeset
2. LaTeX modes
various types of text, including indented lists, tables, and mathematical equations.
CEES Computational 3. Special symbols in the
Clusters input file.
The original input manuscript has been broken into small sections. Each section is
Get Help 4. Running LaTeX
then followed immediately by the corresponding portion of the typeset output.
5. LaTeX by example Horizontal rules separate input and output sections.
Net Connections
6. LaTeX Frequent Questions
Your Macintosh You can also download the complete input manuscript and process it with the
latex program yourself to produce nicely formatted high resolution output.
Your Windows PC

Your Unix/Linux System


% Example LaTeX document for GP111 - note % sign indicates a comment
Other School Resources \documentstyle[11pt]{article}
% Default margins are too wide all the way around. I reset them here
Using Unix
\setlength{\topmargin}{-.5in}
Overview \setlength{\textheight}{9in}
\setlength{\oddsidemargin}{.125in}
Documentation \setlength{\textwidth}{6.25in}
\begin{document}
Using the Shell
\title{LaTeX Typesetting By Example}
Using X-Windows \author{Phil Farrell\\
Stanford University School of Earth Sciences}
File Manipulation \renewcommand{\today}{November 2, 1994}
\maketitle
Net Commands
This article demonstrates a basic set of LaTeX formatting commands.
Compare the typeset output side-by-side with the input document.
Editing Text

Formatting Text

Printing

Filters & Utilities

Programming

Health and Safety

\section {Plain Text}


Type your text in free-format; lines can be as long
or as short
as you wish.
You can indent or space out
your input
text in
any way you like to highlight the structure
of your manuscript and make it easier to edit.

https://pangea.stanford.edu/computing/unix/formatting/latexexample.php 1/5
5/14/2018 LaTeX Example
LaTeX fills lines and adjusts spacing between words to produce an
aesthetically pleasing result.

Completely blank lines in the input file break your text into
paragraphs.
To change the font for a single character, word, or set of words,
enclose the word and the font changing command within braces,
{\em like this}.
A font changing command not enclosed in braces, like the change to \bf
bold here, keeps that change in effect until the end of the document or
until countermanded by another font switch, like this change back to
\rm roman.

\section {Displayed Text}


Use the ``quote'' and ``quotation'' environments for typesetting quoted
material or any other text that should be slightly indented and set off
from the normal text.
\begin{quotation}
The quote and quotation environments are similar, but use different
settings for paragraph indentation and spacing.

\em When in doubt, consult the manual.


\end{quotation}

So far, I have demonstrated titles, paragraphs, font changes, and


section headings.
Now, I am going to show lists and tables.

\begin{enumerate}
\item
The ``enumerate'' environment numbers the list elements, like this.

Items in a list can contain multiple paragraphs.


These paragraphs are appropriately spaced and indented according to their
position in the list.
\begin{itemize}
\item The ``itemize'' environment sets off list items with ``bullets'',
like this. Finally, the ``description'' environment lets you put your own
\begin{description}
\item[A] label on each item, like this ``A''.
\item[If the label is long,] the first line of the item text will
be spaced over to the right as needed.
\end{description}

https://pangea.stanford.edu/computing/unix/formatting/latexexample.php 2/5
5/14/2018 LaTeX Example

\item Of course, lists can be nested, each type up to at least four levels.
One type of list can be nested within another type.
\begin{itemize}
\item Nested lists of the same type will change style of numbering
or ``bullets'' as needed.
\end{itemize}
\end{itemize}
\item Don't forget to close off all list environments with the
appropriate \verb+\end{...}+ command.
Indenting \verb+\begin{...}+, \verb+\item+, and \verb+\end{...}+
commands in the input document according to their nesting level can help
clarify the structure.
\end{enumerate}

Here is a very simple table showing data lined up in columns.


Notice that I include the table in a ``center'' environment to display
it properly.
The title is created simply as another paragraph in the center environment,
rather than as part of the table itself.
\begin{center}
Numbers of Computers on Earth Sciences Network, By Type.

\begin{tabular}{lr}
Macintosh&175\\
DOS/Windows PC&60\\
Unix Workstation or server&110\\
\end{tabular}
\end{center}

Here is a more complicated table that has been boxed up, with a multi-column
header and paragraph entries set in one of the columns.
\begin{center}
\begin{tabular}{|l|c|p{3.5in}|}
\hline
\multicolumn{3}{|c|}{Places to Go Backpacking}\\ \hline
Name&Driving Time&Notes\\
&(hours)&\\ \hline
Big Basin&1.5&Very nice overnight to Berry Creek Falls from
either Headquarters or ocean side.\\ \hline

https://pangea.stanford.edu/computing/unix/formatting/latexexample.php 3/5
5/14/2018 LaTeX Example
Sunol&1&Technicolor green in the spring. Watch out for the cows.\\ \hline
Henry Coe&1.5&Large wilderness nearby suitable for multi-day treks.\\ \hline
\end{tabular}
\end{center}

\section {Mathematical Equations}


Simple equations, like $x^y$ or $x_n = \sqrt{a + b}$ can be typeset right
in the text line by enclosing them in a pair of single dollar sign symbols.
Don't forget that if you want a real dollar sign in your text, like \$2000,
you have to use the \verb+\$+ command.

A more complicated equation should be typeset in {\em displayed math\/} mode,


like this:
\[
z \left( 1 \ +\ \sqrt{\omega_{i+1} + \zeta -\frac{x+1}{\Theta +1} y + 1}
\ \right)
\ \ \ =\ \ \ 1
\]
The ``equation'' environment displays your equations, and automatically
numbers them consecutively within your document, like this:
\begin{equation}
\left[
{\bf X} + {\rm a} \ \geq\
\underline{\hat a} \sum_i^N \lim_{x \rightarrow k} \delta C
\right]
\end{equation}

\end{document}

Comments or Questions?

Stanford University Related Resources How Can We Welcome to Earth, Energy


School of Earth, Energy & Help? & Environmental Sciences
Hartley Conference Center
Environmental Sciecnes Stanford Earth scientists work to gain a better
Maps & Directions
Conference Rooms understanding of our planet's energy &
397 Panama Mall, CA 94305-
Office of the Registrar resource base that supports society, geologic
Computing Resources
2210 Mitchell Building 101 hazards, a changing climate, & the challenge
StanfordWho
Tel: (650) 723-2300 Health and Safety of sustainability.
Read more

https://pangea.stanford.edu/computing/unix/formatting/latexexample.php 4/5
5/14/2018 LaTeX Example
Contact Us

https://pangea.stanford.edu/computing/unix/formatting/latexexample.php 5/5

You might also like