Thank you again! This really helped a lot, and I was able to finish all of my tables using this as a template.<br><br>I am very grateful for the help.<br><br>Jada<br><br><br><br><br><div class="gmail_quote">On Sun, Jul 10, 2011 at 12:31 PM, Michael Sharpe <span dir="ltr"><<a href="mailto:msharpe@ucsd.edu">msharpe@ucsd.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br>
On Jul 10, 2011, at 6:06 AM, Jada Watson wrote:<br>
<br>
> Sorry to bother everyone again, I hope this is the last question with regard to these pesky tables.<br>
><br>
> 1) Is there a way to make one column slightly narrower than the rest (I have been playing around with the \hspace code, and it doesn't seem to do the trick.<br>
><br>
> 2) The table I was asking about yesterday has items spaced out in a specific way over four columns, so the example send to me uses the \multicolumn code, but I am having problems in a table that does not require multicolumns and spacing information within just a regular cell. I copied the table I attempted to make below (with the Word doc attached, it's the last table). I keep getting alignment errors. I'm sure the problem is easy, but I am not 100% sure that I'm doing this right.<br>

><br>
> \noindent<br>
> \begin{tabular}{|r|c|c|c|} \hline<br>
> Section&Introduction&Exposition&Développement\\ \hline<br>
> \multirow{2}{*}{Musique} &&{||: 1T\hspace{.5in}Tr\hspace{.5in}2T\hspace{.5in}TC:||}&&<br>
> && {a b c\hspace{.5in}a, b\hspace{.3in}a'\hspace{.3in}d\hspace{.2in}e\hspace{.1in}} &e,a,b,d& \hline<br>
> Tonalité& Sol majeur& {Sol M\hspace{.6in}mod.\hspace{.4in}Ré M\hspace{.3in}}&mod.\\ \hline<br>
> Mesures&1&{21\hfil25\hfil33\hfil41\hfil57\hfil61\hfil72}&83\\ \hline<br>
> \end{tabular}<br>
><br>
<br>
</div>The \multirow macro  using * sets each entry to its natural width. You can force this to something different. In a Terminal window, type texdoc multirow to see the options.<br>
<br>
Try this:<br>
<div class="im"><br>
\begin{tabular}{|c|c|c|c|} \hline<br>
Section&Introduction&Exposition&Développement\\ \hline<br>
</div>\multirow{3}{*}{Musique} &&{||: 1T\hspace{.4in}Tr\hspace{.4in}2T\hspace{.4in}TC:||}&\\<br>
&&&e,a,b,d\\<br>
&& {a b c\hspace{.5in}a, b\hspace{.3in}a'\hspace{.3in}d\hspace{.2in}e\hspace{.1in}}&\\  \hline<br>
<div class="im">Tonalité& Sol majeur& {Sol M\hspace{.6in}mod.\hspace{.4in}Ré M\hspace{.3in}}&mod.\\ \hline<br>
</div>Mesures&1&\hbox to2.3in{21\hfil25\hfil33\hfil41\hfil57\hfil61\hfil72}&83\\ \hline<br>
\end{tabular}<br>
<br>
Michael----------- Please Consult the Following Before Posting -----------<br>
<div><div></div><div class="h5">TeX FAQ: <a href="http://www.tex.ac.uk/faq" target="_blank">http://www.tex.ac.uk/faq</a><br>
List Reminders and Etiquette: <a href="http://email.esm.psu.edu/mac-tex/" target="_blank">http://email.esm.psu.edu/mac-tex/</a><br>
List Archive: <a href="http://tug.org/pipermail/macostex-archives/" target="_blank">http://tug.org/pipermail/macostex-archives/</a><br>
TeX on Mac OS X Website: <a href="http://mactex-wiki.tug.org/" target="_blank">http://mactex-wiki.tug.org/</a><br>
List Info: <a href="http://email.esm.psu.edu/mailman/listinfo/macosx-tex" target="_blank">http://email.esm.psu.edu/mailman/listinfo/macosx-tex</a><br>
<br>
</div></div></blockquote></div><br>