Subversion Repositories programming

Rev

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

Rev 437 Rev 439
Line 4... Line 4...
4
\newcommand{\myname}{Ira W. Snyder}
4
\newcommand{\myname}{Ira W. Snyder}
5
\newcommand{\myemail}{iwsnyder@csupomona.edu}
5
\newcommand{\myemail}{iwsnyder@csupomona.edu}
6
\newcommand{\mytitle}{REPLACE ME}
6
\newcommand{\mytitle}{REPLACE ME}
7
 
7
 
8
\newcommand{\emaillink}[1]{\href{mailto:#1}{$<$#1$>$}}
8
\newcommand{\emaillink}[1]{\href{mailto:#1}{$<$#1$>$}}
-
 
9
\newcommand{\sourcecode}[1]{
-
 
10
    \begin{scriptsize}
-
 
11
        % Automatically line-numbered input
-
 
12
        \listinginput{1}{#1}
-
 
13
    \end{scriptsize}
-
 
14
}
-
 
15
\newcommand{\plaintext}[1]{
-
 
16
    \begin{scriptsize}
-
 
17
        % Verbatim input, preserving tabs to 8 spaces. To use
-
 
18
        % 4-space tabs, switch the 8 to a 4.
-
 
19
        \verbatimtabinput[8]{#1}
-
 
20
    \end{scriptsize}
-
 
21
}
-
 
22
\newcommand{\fullbox}[1]{\fbox{\begin{minipage}{\textwidth}#1\end{minipage}}}
9
 
23
 
10
%% Packages to include
24
%% Packages to include
11
 
25
 
12
%% Font to use
26
%% Font to use
13
%\usepackage{pslatex}
27
%\usepackage{pslatex}
Line 26... Line 40...
26
%\singlespacing
40
%\singlespacing
27
%\onehalfspacing
41
%\onehalfspacing
28
%\doublespacing
42
%\doublespacing
29
 
43
 
30
% Remove space at the beginning of paragraphs
44
% Remove space at the beginning of paragraphs
31
%\usepackage{parskip}
45
\usepackage{parskip}
32
 
46
 
33
% Set Margins
47
% Set Margins
34
\usepackage[left=3cm,top=3cm,right=3cm,nohead,nofoot]{geometry}
48
\usepackage[left=3cm,top=3cm,right=3cm,nohead,nofoot]{geometry}
35
 
49
 
36
% Support for nicer tables
50
% Support for nicer tables
37
%\usepackage{booktabs}
51
%\usepackage{booktabs}
38
 
52
 
39
% Support for source code listings
53
% Support for source code listings
40
%\usepackage{listings}
54
\usepackage{moreverb}
41
 
55
 
42
% Support for removing all page numbers
56
% Support for removing all page numbers
43
\usepackage{nopageno}
57
\usepackage{nopageno}
44
 
58
 
45
% Support for URLs (unneeded with hyperref)
59
% Support for URLs (unneeded with hyperref)
Line 64... Line 78...
64
% Title Page
78
% Title Page
65
\maketitle
79
\maketitle
66
 
80
 
67
% TODO: Main Body Text Goes Here!!!
81
% TODO: Main Body Text Goes Here!!!
68
 
82
 
69
%% Include source code
-
 
70
%\begin{scriptsize}
-
 
71
%\lstinputlisting[language=tex,breaklines]{template.tex}
-
 
72
%\end{scriptsize}
-
 
73
 
-
 
74
\end{document}
83
\end{document}
75
 
84
 
76
% vim: set ts=4 sts=4 sw=4 expandtab nocindent noautoindent textwidth=80:
85
% vim: set ts=4 sts=4 sw=4 expandtab nocindent noautoindent textwidth=80: