Changeset 8183

Show
Ignore:
Timestamp:
08/20/08 13:45:04 (5 years ago)
Author:
mcarrick
Message:

fixing line overflow into right hand margin

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • documentation/ossie/user-guide-0.7.0/Installation.tex

    r8154 r8183  
    250250Download the latest tarball from 
    251251\href{http://ossie.wireless.vt.edu/download/tarballs/0.7.0/}{http://ossie.wireless.vt.edu/download/tarballs/0.7.0/} 
    252 \\ and unpack {\tt ossie-0.7.0.tar.bz2}: 
    253 \begin{lstlisting}[] 
    254  $ wget http://ossie.wireless.vt.edu/download/tarballs/0.7.0/ossie-0.7.0.tar.bz2 
     252\\ and unpack {\tt ossie-0.7.0.tar.bz2}. The URL listed below is broken into two lines to make it easier to read, however when entering the {\tt wget} command ensure that the entire command is placed on a single line: 
     253\begin{lstlisting}[] 
     254 $ wget http://ossie.wireless.vt.edu/download/tarballs/0.7.0/ \  
     255   ossie-0.7.0.tar.bz2 
    255256 $ tar -xvjf ossie-0.7.0.tar.bz2 
    256257\end{lstlisting}