Subversion Repositories programming

Rev

Rev 389 | Rev 433 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 389 Rev 390
Line 1... Line 1...
1
\documentclass[letterpaper,12pt]{report}
1
\documentclass[letterpaper,12pt,oneside]{report}
2
 
2
 
3
%% Packages to include
3
%% Packages to include
4
\usepackage{url} % support for URLs
4
\usepackage{url} % support for URLs
5
\usepackage[dvipdfm]{hyperref} % support for links in pdf
5
\usepackage[dvipdfm]{hyperref} % support for links in pdf
6
\usepackage{setspace} % support to set spacing
6
\usepackage{setspace} % support to set spacing
7
%\usepackage[left=3cm,top=3cm,right=3cm,nohead,nofoot]{geometry} % set margins
7
%\usepackage[left=3cm,top=3cm,right=3cm,nohead,nofoot]{geometry} % set margins
-
 
8
%\usepackage{booktabs} % support for nice tables
-
 
9
%\usepackage{nomencl} % nomenclature support
-
 
10
%\usepackage{SIunits} % SI Units support
-
 
11
%\usepackage{listings} % support for source code listings
8
 
12
 
9
%% Page Spacing
13
%% Page Spacing
10
\onehalfspacing
14
\onehalfspacing
11
%\doubespacing
15
%\doubespacing
12
 
16
 
Line 39... Line 43...
39
 
43
 
40
\section{Numbered Section}
44
\section{Numbered Section}
41
 
45
 
42
This is a paragraph of text. Blah blah blah. \cite{www:ira}
46
This is a paragraph of text. Blah blah blah. \cite{www:ira}
43
 
47
 
-
 
48
%\begin{tabular}{@{}ccc@{}} \toprule
-
 
49
%row one & second column & third column \\ \midrule
-
 
50
%row two & second column & third column \\ \bottomrule
-
 
51
%\end{tabular}
-
 
52
 
-
 
53
For some nice tips, read: \url{http://forums.gentoo.org/viewtopic-t-73004-highlight-tex+howto.html}
-
 
54
 
-
 
55
%% Include source code
-
 
56
%\begin{scriptsize}
-
 
57
%\lstinputlisting[language=tex,breaklines]{template.tex}
-
 
58
%\end{scriptsize}
-
 
59
 
44
 
60
 
45
%% Choose Bibliography style
61
%% Choose Bibliography style
46
%\bibliographystyle{acm}
62
%\bibliographystyle{acm}
47
\bibliographystyle{plain}
63
\bibliographystyle{plain}
48
%% Generate Bibliography
64
%% Generate Bibliography