Update of /cvsroot/firebug/firebug/doc/chassis
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30795
Modified Files:
Makefile chassis.tex
Log Message:
Added picture of chassis into documentation.
Index: chassis.tex
===================================================================
RCS file: /cvsroot/firebug/firebug/doc/chassis/chassis.tex,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** chassis.tex 8 Jul 2004 00:32:20 -0000 1.4
--- chassis.tex 8 Jul 2004 00:47:41 -0000 1.5
***************
*** 1,4 ****
--- 1,7 ----
\documentclass{article}
+ \usepackage{graphicx}
+
+
\setlength{\textheight}{8.5in}
\setlength{\topmargin}{0in}
***************
*** 6,9 ****
--- 9,15 ----
\setlength{\textwidth}{6.5in}
+
+
+
\begin{document}
***************
*** 137,140 ****
--- 143,161 ----
suitable than Ni-Cd batteries for this project.
+ \section{Chassis}
+
+
+ \begin{figure}
+ \begin{center}
+ \includegraphics[width=3in]{figs/exploded_view_2.eps}
+ \label{fig:exploded_view_2}
+ \caption{An exploded view of the ``candy bar'' chassis
+ used for the controlled burn test at East Bay Regional
+ Parks Fire Department, Lake Chabot.}
+ \end{center}
+ \end{figure}
+
+ The ``candy bar chassis is shown in Fig.~\ref{exploded_view_2}.
+
\section{Conclusions}
Index: Makefile
===================================================================
RCS file: /cvsroot/firebug/firebug/doc/chassis/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Makefile 2 Jul 2004 20:41:21 -0000 1.1
--- Makefile 8 Jul 2004 00:47:41 -0000 1.2
***************
*** 3,5 ****
--- 3,7 ----
chassis:
latex chassis
+ latex chassis
+ latex chassis
dvipdfm chassis.dvi
|