I am confused. I want to make text appear like this:
Subject 1: Text relating to subject 1 that
............ wraps to the next line at the
............ edge of the page margin
Subject 2: Text relating to subject 2 that
............ also wraps to the next line
(without the dots, but excluding them makes the text align left on the web...)
When I attempt to do this using the tabbing environment using this code;
Code: Select all
\begin{tabbing}
\hspace{4cm} \= \kill
Build the network: \> Click Module Run~$\Rightarrow$ SATNET~$\Rightarrow$ Network Data File~$\Rightarrow$ NOCHARGE.DAT~$\Rightarrow$ Open~$\Rightarrow$ Run\\
Build the trip matrix: \> Click Module Run~$\Rightarrow$ Building~$\Rightarrow$ MXM1~$\Rightarrow$ Matrix Data File~$\Rightarrow$ TRIPS.DAT~$\Rightarrow$ Run\\
\end{tabbing}
How do I get it to wrap at the edge of the standard page's margin?
Thanks in advance!
Steve