Subversion Repositories programming

Rev

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

Rev 390 Rev 433
Line 16... Line 16...
16
 
16
 
17
%% Double Spacing (use above methods if possible)
17
%% Double Spacing (use above methods if possible)
18
\parskip 1ex
18
\parskip 1ex
19
%\renewcommand{\baselinestretch}{1.33}
19
%\renewcommand{\baselinestretch}{1.33}
20
 
20
 
-
 
21
%% Disable Indentation
-
 
22
\parindent 0in
-
 
23
 
-
 
24
%% Extra PDF options
-
 
25
\pdfpagewidth 8.5in
-
 
26
\pdfpageheight 11in
-
 
27
 
21
 
28
 
22
%% Font to use
29
%% Font to use
23
\usepackage{pslatex}
30
\usepackage{pslatex}
24
%\usepackage{cmbright}
31
%\usepackage{cmbright}
25
%\usepackage{concrete}
32
%\usepackage{concrete}
Line 50... Line 57...
50
%row two & second column & third column \\ \bottomrule
57
%row two & second column & third column \\ \bottomrule
51
%\end{tabular}
58
%\end{tabular}
52
 
59
 
53
For some nice tips, read: \url{http://forums.gentoo.org/viewtopic-t-73004-highlight-tex+howto.html}
60
For some nice tips, read: \url{http://forums.gentoo.org/viewtopic-t-73004-highlight-tex+howto.html}
54
 
61
 
-
 
62
More tips!!!: \url{http://www.artofproblemsolving.com/LaTeX/AoPS\_L\_GuideLay.php}
-
 
63
 
55
%% Include source code
64
%% Include source code
56
%\begin{scriptsize}
65
%\begin{scriptsize}
57
%\lstinputlisting[language=tex,breaklines]{template.tex}
66
%\lstinputlisting[language=tex,breaklines]{template.tex}
58
%\end{scriptsize}
67
%\end{scriptsize}
59
 
68