[Firebug-cvs] firebug/doc/spie2004 spie_2004.tex,1.8,1.9
Brought to you by:
doolin
From: <do...@pr...> - 2004-01-23 01:22:21
|
Update of /cvsroot/firebug/firebug/doc/spie2004 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26122 Modified Files: spie_2004.tex Log Message: Added a way to annotate the spie document without munging it up dangerously. Index: spie_2004.tex =================================================================== RCS file: /cvsroot/firebug/firebug/doc/spie2004/spie_2004.tex,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** spie_2004.tex 12 Jan 2004 04:08:02 -0000 1.8 --- spie_2004.tex 23 Jan 2004 01:21:30 -0000 1.9 *************** *** 1,3 **** ! \documentclass[]{spie} \input{comment} --- 1,3 ---- ! \documentclass[10pt]{spie} \input{comment} *************** *** 5,8 **** --- 5,9 ---- \usepackage{graphicx} \usepackage{chicago} + \usepackage{color} \usepackage{url} *************** *** 18,21 **** --- 19,32 ---- + %%% These can be used for annotations in the text. + \newcommand{\doolincomment}[1]{\textcolor{red}{#1}} + %% This one just throws away the argument. + %\newcommand{\doolincomment}[1]{} + + \newcommand{\sharmacomment}[1]{\textcolor{blue}{#1}} + %% This one just throws away the argument. + %\newcommand{\sharmacomment}[1]{} + + \title{Sensor network behavior at the urban-rural interface: making smart structures smarter} *************** *** 45,48 **** --- 56,62 ---- \section{Introduction} + + \doolincomment{The introduction looks pretty good.} + Smart structures incorporating wired and wireless network sensors are becoming closer to practical reality. Interpreting *************** *** 91,94 **** --- 105,111 ---- + \sharmacomment{We should be able to do some of this is + the next couple of weeks.} + Some of the questions that will need to be answered are: |