Subversion Repositories programming

Rev

Rev 433 | Blame | Compare with Previous | Last modification | View Log | RSS feed

\documentclass[letterpaper,12pt,oneside]{report}

%% Packages to include
\usepackage{url} % support for URLs
\usepackage[dvipdfm,pdftex,bookmarks,breaklinks=true]{hyperref} % support for links in pdf
\usepackage{setspace} % support to set spacing
%\usepackage[left=3cm,top=3cm,right=3cm,nohead,nofoot]{geometry} % set margins
%\usepackage{booktabs} % support for nice tables
%\usepackage{nomencl} % nomenclature support
%\usepackage{SIunits} % SI Units support
%\usepackage{listings} % support for source code listings

%% Page Spacing
\onehalfspacing
%\doubespacing

%% Double Spacing (use above methods if possible)
\parskip 1ex
%\renewcommand{\baselinestretch}{1.33}

%% Disable Indentation
\parindent 0in

%% Extra PDF options
\pdfpagewidth 8.5in
\pdfpageheight 11in
\pdfadjustspacing=1


%% Font to use
\usepackage{pslatex}
%\usepackage{cmbright}
%\usepackage{concrete}
%\usepackage{palatino}
%\usepackage{ae}
%\usepackage{pxfonts}
%\usepackage{txfonts}


\begin{document}

%% Generate Title Page
\title{Title Part 1:\linebreak
Sub Title}
\author{Ira W. Snyder}
\date{\today}
\maketitle


\section*{Unnumbered Section}

\section{Numbered Section}

This is a paragraph of text. Blah blah blah. \cite{www:ira}

%\begin{tabular}{@{}ccc@{}} \toprule
%row one & second column & third column \\ \midrule
%row two & second column & third column \\ \bottomrule
%\end{tabular}

For some nice tips, read: \url{http://forums.gentoo.org/viewtopic-t-73004-highlight-tex+howto.html}

More tips!!!: \url{http://www.artofproblemsolving.com/LaTeX/AoPS\_L\_GuideLay.php}

Even more tips (pdflatex-related): \url{http://www.mpch-mainz.mpg.de/~joeckel/pdflatex/}

%% Include source code
%\begin{scriptsize}
%\lstinputlisting[language=tex,breaklines]{template.tex}
%\end{scriptsize}


%% Choose Bibliography style
%\bibliographystyle{acm}
\bibliographystyle{plain}
%% Generate Bibliography
\bibliography{template}

\end{document}

% vim: set ts=4 sts=4 sw=4 expandtab nocindent noautoindent textwidth=80: