|
Home Page The Technion Guide to LaTeX2e A Short LaTeX Example A Simple LaTeX Template A Full Paper Example Other LaTeX Packages The Long "howto" LaTeX Template Useful Bibliography Files The "dup" program Prog2Tex - produce beautiful program listings One Pager Article How to Present a Paper Speaker's Guide A Guide for New Referees Cute Tips The Blackboard Bold and Its Relatives
| |
Input files
 | The main LaTeX input file: simple.tex
\title{A Very Simple \LaTeXe{} Template}
\author{
Vitaly Surazhsky \\
Department of Computer Science\\
Technion---Israel Institute of Technology\\
Technion City, Haifa 32000, \underline{Israel}
\and
Yossi Gil\\
Department of Computer Science\\
Technion---Israel Institute of Technology\\
Technion City, Haifa 32000, \underline{Israel}
}
\date{\today}
\documentclass[12pt]{article}
\begin{document}
\maketitle
\begin{abstract}
This is the paper's abstract \ldots
\end{abstract}
\section{Introduction}
This is time for all good men to come to the aid of their party!
\paragraph{Outline}
The remainder of this article is organized as follows.
Section~\ref{previous work} gives account of previous work.
Our new and exciting results are described in Section~\ref{results}.
Finally, Section~\ref{conclusions} gives the conclusions.
\section{Previous work}\label{previous work}
A much longer \LaTeXe{} example was written by Gil~\cite{Gil:02}.
\section{Results}\label{results}
In this section we describe the results.
\section{Conclusions}\label{conclusions}
We worked hard, and achieved very little.
\bibliographystyle{abbrv}
\bibliography{main}
\end{document}
This is never printed
|
|
 | A bibliography file with one entry: simple.bib
@Booklet{Gil:02,
author = {Joseph (Yossi) Gil},
TITLE = {{\LaTeXe} for Graduate Students},
year = {2002},
howpublished = {manuscript},
address = {Haifa, Israel},
}
|
|
Output files
Auxiliary files
 | Auxiliary file, including labels and other symbol table information:
simple.aux |
 | Processed bibliography file, to be
included in the bibliography section: simple.bbl |
Run logs
All files in one zip: all.zip
|