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>I am so sorry to keep asking with what are likely easy questions, but I can't seem to wrap my brain around these tables.<br>
<br>Thanks,<br><br>Jada<br><br><br><br><div class="gmail_quote">On Sat, Jul 9, 2011 at 7:51 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 9, 2011, at 4:31 PM, Alan Munn wrote:<br>
<br>
> Here's two versions of your table. One uses the booktabs package and gets rid of all the vertical lines and most of the horizontal ones. This may not be completely appropriate in this case, but it is generally the preferred way to make tables.<br>

><br>
<br>
</div>This may be one of the rare cases where vertical separators may be useful as they lead the eye to the Measure number, which was I think where the alignment was wanted. I did this in a fairly ad hoc way. There's another way you can do this without tables, making use of the pst-layout package, but there is a bit of a learning curve and would not be worthwhile unless you were making many such documents.<br>

<br>
Michael<br>
<br>
\documentclass[11pt]{article}<br>
\usepackage[margin=1in]{geometry}<br>
\usepackage[utf8]{inputenc}<br>
\usepackage{lmodern}<br>
\usepackage[T1]{fontenc}<br>
\usepackage{multirow}<br>
\def\HB#1{\hbox to .8in{#1}}<br>
\begin{document}<br>
<div class="im"><br>
\begin{tabular}{|c|c|c|c|c|c|c|} \hline<br>
Section&refrain&couplet&refrain&couplet&refrain&coda\\ \hline<br>
</div>\multirow{3}{*}{Musique} & A & B&A&C&A’& \\<br>
& \HB{$\|$: a :$\|$: b  a :$\|$} & &\HB{a\hfil b\hfil a}&\HB{\hfil}&\HB{a\hfil}&\HB{Adagio\hfil a'}  \\<br>
&&&&&& \\ \hline<br>
Tonalité&       Mi $\flat$&     \HB{La $\flat$\hfil  Fa}&\multicolumn{4}{|c|}{Mi $\flat$}\\ \hline<br>
Mesures&\HB{1\hfil9\hfil28}&\HB{36\hfil49}&\multicolumn{4}{|l|}{72\hspace{.2in}80\hspace{.2in}100\hspace{.28in}107\hspace{.45in}141\hspace{.78in}148\hspace{.35in}153}\\ \hline<br>
\end{tabular}<br>
\end{document}  <br>----------- Please Consult the Following Before Posting -----------<br>
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>
<br></blockquote></div><br>