Received: from mail.proteosys.com ([213.139.130.197]) by nummer-3.proteosys with Microsoft SMTPSVC(6.0.3790.3959); Thu, 6 Sep 2007 04:59:03 +0200 Received: by mail.proteosys.com (8.13.8/8.13.4) with ESMTP id l862wvuU032316 for ; Thu, 6 Sep 2007 04:58:58 +0200 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id l862r2We004675 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 6 Sep 2007 04:53:02 +0200 Received: from listserv.uni-heidelberg.de (listserv.uni-heidelberg.de [129.206.100.94]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id l85M1BiL016867; Thu, 6 Sep 2007 04:52:47 +0200 Received: by LISTSERV.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 15.0) with spool id 114378 for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Thu, 6 Sep 2007 04:52:47 +0200 Received: from relay2.uni-heidelberg.de (relay2.uni-heidelberg.de [129.206.210.211]) by listserv.uni-heidelberg.de (8.13.1/8.13.1) with ESMTP id l862glqB017859 for ; Thu, 6 Sep 2007 04:42:47 +0200 Received: from mb2i1.ns.pitt.edu (mb2i1.ns.pitt.edu [136.142.11.140]) by relay2.uni-heidelberg.de (8.13.8/8.13.8) with ESMTP id l862gZSs031076 for ; Thu, 6 Sep 2007 04:42:40 +0200 Received: from webmail.pitt.edu ([136.142.5.14]) by pitt.edu (PMDF V6.3-x11 #31505) with ESMTP id <0JNX00EGDBEDJV@mb2i1.ns.pitt.edu> for LATEX-L@LISTSERV.UNI-HEIDELBERG.DE; Wed, 05 Sep 2007 21:42:13 -0400 (EDT) Received: from 71.206.214.126 (SquirrelMail authenticated user ekr13) by webmail.pitt.edu with HTTP; Wed, 05 Sep 2007 21:37:09 -0400 (EDT) MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8bit Importance: Normal X-Priority: 3 (Normal) User-Agent: SquirrelMail/1.4.4-1 Message-ID: <3268.71.206.214.126.1189042629.squirrel@webmail.pitt.edu> Date: Wed, 5 Sep 2007 21:37:09 -0400 Reply-To: Mailing list for the LaTeX3 project Sender: Mailing list for the LaTeX3 project From: Ekaterina Rashkova Subject: need some help with note formatting under table To: LATEX-L@LISTSERV.UNI-HEIDELBERG.DE Precedence: list List-Help: , List-Unsubscribe: List-Subscribe: List-Owner: List-Archive: X-ProteoSys-SPAM-Score: -2.599 () BAYES_00 X-Scanned-By: MIMEDefang 2.57 on 213.139.130.197 Return-Path: owner-latex-l@LISTSERV.UNI-HEIDELBERG.DE X-OriginalArrivalTime: 06 Sep 2007 02:59:03.0502 (UTC) FILETIME=[E1C24EE0:01C7F031] Status: R X-Status: X-Keywords: X-UID: 5046 Dear all, I have been struggling with formatting the note and source under my table for a while now and thought someone might be able to help. How do I tell latex to align my note and source wit the width of the table? (I couldn't find an easy command for note/source therefore I used \emph) Thanks!! Ekaterina here's the core I used: \begin{table}[h] \textbf{\caption{European Parliament Election Results 2007}} \vspace{10pt} \centerline{ \begin{tabular}{|c|c|c|c|c|} \hline $Party Name$ & $EP Party$ & $Votes$ &$\%$& $Seats$\\ \hline GERB & EPP & 420001 & 21.68 & 5\\ BSP (coalition) & PES & 414786 & 21.41 & 5\\ DPS & ELDR & 392650 & 20.26 &4 \\ ATAKA& ITS & 275237 & 14.20 & 3\\ NDSV & ELDR & 121398 & 6.27 & 1\\ UDF& EPP & 91871 & 4.74 & 0\\ DSB & EPP & 84350 & 4.35 & 0\\ SSD & none & 14392 & 0.74 & 0\\ \hline\hline Total & & 1937696\footnote{Results for very small parties not shown in table}& 100 & 18\\ \hline \end{tabular}} \label{table:electionsBGEP} \footnotesize \emph{Note:} EPP: European People's Party; PES: Party of European Socilaists; ELDR: European Liberal Democrat and Reform Party.\\ \emph{Source:} Central Election Commission, Bulgaria, www.izbori2007.eu. \end{table}