Update of /cvsroot/firebug/firebug/doc/chassis
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26991
Modified Files:
chassis.tex
Added Files:
.cvsignore Makefile
Log Message:
.
--- NEW FILE: .cvsignore ---
*.pdf *.dvi *.aux *.log
Index: chassis.tex
===================================================================
RCS file: /cvsroot/firebug/firebug/doc/chassis/chassis.tex,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** chassis.tex 2 Jul 2004 11:54:57 -0000 1.1
--- chassis.tex 2 Jul 2004 20:41:21 -0000 1.2
***************
*** 1,2 ****
--- 1,19 ----
+ \documentclass{article}
+
+ \setlength{\textheight}{8.5in}
+ \setlength{\topmargin}{0in}
+ \setlength{\oddsidemargin}{0in}
+ \setlength{\textwidth}{6.5in}
+
+ \begin{document}
+
+ \title{Chassis design for motes}
+ \author{Kevin Lee, Alex Do, David M. Doolin, Nicholas Sitar}
+ \date{\today}
+ \maketitle
+
+ \section{Introduction}
+
+ \section{Batteries}
***************
*** 33,35 ****
making them much safer for this particular use. Given
these considerations, Li-Ion batteries are much more
! suitable than Ni-Cd batteries for this project.
\ No newline at end of file
--- 50,58 ----
making them much safer for this particular use. Given
these considerations, Li-Ion batteries are much more
! suitable than Ni-Cd batteries for this project.
!
!
! \section{Conclusions}
!
!
! \end{document}
\ No newline at end of file
--- NEW FILE: Makefile ---
chassis:
latex chassis
dvipdfm chassis.dvi
|