File: main.tex

package info (click to toggle)
spooles 2.2-9
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 19,012 kB
  • sloc: ansic: 146,834; csh: 3,615; makefile: 2,040; perl: 74
file content (35 lines) | stat: -rw-r--r-- 613 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
%
%  main TeX file
%
\documentclass[leqno,11pt,twoside]{report}

\textwidth      6.5 in
\textheight     8.5 in
\oddsidemargin  0.0 in
\evensidemargin 0.0 in
\topmargin      0.0 in
\baselineskip   20 pt
\parskip        3 pt plus 1 pt minus 1 pt

\newcommand{\bnd}{{\partial}}

\usepackage{epsfig}

\makeindex

\begin{document}

\pagestyle{myheadings}
\markboth
{\quad \hrulefill \quad {\tt ChvList} : {\it DRAFT} \today \quad \hrulefill}
{\quad \hrulefill \quad {\tt ChvList} : {\it DRAFT} \quad \today \hrulefill}

\par

\input intro.tex
\input dataStructure.tex
\input proto.tex

\input main.ind

\end{document}