\begin{figure}
\includegraphics\[width=\linewidth]{filename}
\caption{}
\label{}
\end{figure} \begin{figure*}_Example: Squeak by Example, Environment chapter
{LaTeX}NB: Don’t put individual letters in curly braces, as this will make it impossible to search for that word.
\multicolumn{2}{l}{text}\hyperref[app:mse]{Appendix~\ref{app:mse}} \def\figureautorefname{Figure}%
\def\tableautorefname{Table}%
\def\partautorefname{Part}%
\def\appendixautorefname{Appendix}%
\def\chapterautorefname{Chapter}%
\def\sectionautorefname{Section}% \usepackage[pdftex,
colorlinks=true,
pdfstartview=FitV,
linkcolor=black,
citecolor=black,
urlcolor=black]{hyperref} \and from author list and use commas instead.\usepackage{listings}See also http://www.ctan.org/tex-archive/macros/latex/contrib/listings/listings.pdf
\usepackage{listings}
\usepackage{bold-extra}
\lstset{
language=PASCAL,
basicstyle=\scriptsize,
columns= fullflexible
}
\begin{lstlisting}
\end{lstlisting)For Smalltalk code, use st80.tex. Demo usage: st80demo.tex
\usepackage{alltt}\usepackage{bold-extra}\usepackage[normalem]{ulem}\sout{text}.This package also gives you uline{underlined} and uwave{wavy}. See also the markup macros in scgPaper.tex
usepackage[mac]{inputenc}NB: This will make your document unusable on other platforms.
\usepackage[francais,english]{babel}This makes guillemets accessible as \flqq and \frqq while making the default language English.
\textbackslash\setlength{parindent}{0pt}\setlength{\itemsep}{0pt} within the listAlternatively, use the paralist package.
\def\baselinestretch{1.4}Alternatively:
\usepackage{setspace}
...
\begin{onehalfspace}
...
\end{onehalfspace}See also: http://en.wikibooks.org/wiki/LaTeX/Formatting#Line_Spacing
\usepackage{needspace}\Needspace{3\baselineskip}\defrefname{Selected publications}\setcounter{enumi}{5} within the list\setcounter{page}{1}\pagestyle{plain}\documentclass[10pt,preprint]{sigplanconf}\documentclass[preprint]{acm_proc_article-sp} %Remove preprint for camera-ready
\pagenumbering{arabic} % Remove for camera-ready
\thanks{}, not \footnote{}\usepackage{upquote}This will changes all quotes to be straight.
mkdir /usr/local/texlive/2009/texmf/tex/generic/pgf-2.00-cvs cd /usr/local/texlive/2009/texmf/tex/generic/pgf-2.00-cvs curl --proxy proxy.unibe.ch:80 $URL -o pgf.zip unzip pgf.zip rm pgf.zip mktexlsr