From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Extra columns in LaTeX tables when =fixed= Date: Mon, 02 Feb 2009 12:03:22 +0100 Message-ID: <87k589m77p.fsf@kassiopeya.MSHEIMNETZ> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LTwXR-0007cV-4V for emacs-orgmode@gnu.org; Mon, 02 Feb 2009 06:00:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LTwXP-0007bi-K5 for emacs-orgmode@gnu.org; Mon, 02 Feb 2009 06:00:24 -0500 Received: from [199.232.76.173] (port=53753 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LTwXP-0007bb-9c for emacs-orgmode@gnu.org; Mon, 02 Feb 2009 06:00:23 -0500 Received: from mail.gmx.net ([213.165.64.20]:57125) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1LTwXO-0006xV-57 for emacs-orgmode@gnu.org; Mon, 02 Feb 2009 06:00:22 -0500 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Org-Mode Hi, I have a problem with tables and LaTeX export (PDF). I'm not shure if this is because of my LaTeX headers, but I don't think so. It seems that `=3D' is considered a column divider or something. Is there an option I overlooked? As soon as I add =3Dfixed width=3D to a table, extra columns are created: =3D> --->8----------------------------->8----------------------------->8--- | | Tabelle | Inhalt | |------------+-----------------+--------------| | *Regionen* | | | | | =3Dcountries=3D | Staaten | | | =3Dzones=3D | Bundesl=C3=A4nder | | | =3Dterritories=3D | Erdteile | | *Hotels* | | | | | =3Dhotel=3D | Hotels | | | =3Dgeocache=3D | GEO-Daten | | *Produkte* | | | | | =3Dprodukt=3D | Produkte | | | =3Dproduktoption=3D | Optionen | |------------+-----------------+--------------| <=3D ---8<-----------------------------8<-----------------------------8<--- results in this tex file: =3D> --->8----------------------------->8----------------------------->8--- \begin{center} \begin{tabular}{lllll} & Tabelle & Inhalt & & \\ \hline \textbf{Regionen} & & & & \\ & \verb & countries & & Staaten \\ & \verb & zones & & Bundesl=C3=A4nde= r \\ & \verb & territories & & Erdteile \\ \textbf{Hotels} & & & & \\ & \verb & hotel & & Hotels \\ & \verb & geocache & & GEO-Daten \\ \textbf{Produkte} & & & & \\ & \verb & produkt & & Produkte \\ & \verb & produktoption & & Optionen \\ \hline \end{tabular} \end{center} <=3D ---8<-----------------------------8<-----------------------------8<--- Note the extra Columns. Also, not the position of the headers (I wouldn't have noticed this without those). While this one works: =3D> --->8----------------------------->8----------------------------->8--- | | Tabelle | Inhalt | |------------+---------------+--------------| | *Regionen* | | | | | countries | Staaten | | | zones | Bundesl=C3=A4nder | | | territories | Erdteile | | *Hotels* | | | | | hotel | Hotels | | | geocache | GEO-Daten | | *Produkte* | | | | | produkt | Produkte | | | produktoption | Optionen | |------------+---------------+--------------| <=3D ---8<-----------------------------8<-----------------------------8<--- Regards, -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417 Http: www.emma-stil.de