Latex 1232732314274501 2
Latex 1232732314274501 2
Aubry W. Verret
Bibliographies
.bib files
Bibliography Styles
Compiling
Bibliography Assistance
Resources
Preview
What is LATEX?
Definition
LATEXis a powerful document markup system that uses the TeX
typesetting program.
It is pronounced as ’Lah Tek’ or ’Lay Tek’
Why use LATEX?
Example Document
Aubry W. Verret
November 7, 2008
Hello World!
Markup for a Basic LATEXDocument
\ documentclass { a r t i c l e }
\ t i t l e {A B a s i c \LaTeX Document }
\ a u t h o r { Aubry W. V e r r e t }
\ d a t e { November 2008}
\ b e g i n { document }
\ maketitle
H e l l o World !
\end{ document }
Basic LATEXcommands: Preamble
Here are some other commands that you will use often:
I \section
I \subsection
I \chapter
I {\bf text}
I {\it text}
I \smallskip \medskip \bigskip
I \begin{enumerate}...\end{enumerate}
I \begin{itemize}...\end{itemize}
Special Characters
\ # $ % & ~ _ ^ { }
\ # $ % & ~ _ ^ { }
You can include these characters in your text by using the Escape
Character
\
Understanding How LATEXWorks
Along with the .tex file, LATEXreads in .cls files and .sty files which
provide all of the needed formatting information.
LATEXoutputs a .dvi file and a .log file
Compiling LATEX
\tableofcontents command.
\maketitle command.
The way
\tableofcontents
Include
\usepackage{makeidx}
\makeindex
in the preamble.
When you encounter a term in your document that you would like
to be indexed, use the
\index{term}term command
You will need to run LATEXtwice in order for the index to appear.
Once for the entries to be recorded in a .idx file and twice for the
entries to be typeset.
@BOOK{make up an abbreviation,
AUTHOR = "author",
TITLE = "book title",
PUBLISHER = {who published it},
ADDRESS = {where it was published},
YEAR = year it was published}
@BOOK{latex,
AUTHOR = "Goossens, Michel",
TITLE = "The \LaTeX Companion",
PUBLISHER = {Addison Wesley Longman, Inc.},
ADDRESS = {Reading, MA},
YEAR = 1994}
@BOOK{latex,
AUTHOR = "Goossens, Michel",
TITLE = "The \LaTeX Companion",
PUBLISHER = {Addison Wesley Longman, Inc.},
ADDRESS = {Reading, MA},
YEAR = 1994}
\bibliography{filename}
\bibliographystyle{plain}
Bibliography styles
http://amath.colorado.edu/documentation/LaTeX/
reference/faq/bibstyles.html#styles
Compiling the bibliography
Each time you add new references to your document you must
repeat this process.
Bibliography Assistance
I Including Notes
I Typesetting Mathematics
I Tables
I Graphics
I Figures
I Presentations