emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Extra columns in LaTeX tables when =fixed=


From: Carsten Dominik
Subject: Re: [Orgmode] Extra columns in LaTeX tables when =fixed=
Date: Mon, 2 Feb 2009 12:19:27 +0100

Fixed, thanks.

- Carsten

On Feb 2, 2009, at 12:03 PM, Sebastian Rose wrote:

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 `=' is considered a column divider or something. Is there
an option I overlooked?

As soon as I add =fixed width= to a table, extra columns are created:


=> --->8----------------------------->8----------------------------- >8---

 |            | Tabelle         | Inhalt       |
 |------------+-----------------+--------------|
 | *Regionen* |                 |              |
 |            | =countries=     | Staaten      |
 |            | =zones=         | Bundesländer |
 |            | =territories=   | Erdteile     |
 | *Hotels*   |                 |              |
 |            | =hotel=         | Hotels       |
 |            | =geocache=      | GEO-Daten    |
 | *Produkte* |                 |              |
 |            | =produkt=       | Produkte     |
 |            | =produktoption= | Optionen     |
 |------------+-----------------+--------------|


<= ---8<-----------------------------8<-----------------------------8<---


results in this tex file:


=> --->8----------------------------->8----------------------------- >8---

\begin{center}
\begin{tabular}{lllll}
& Tabelle & Inhalt & & \\
\hline
\textbf{Regionen} & & & & \\ & \verb & countries & & Staaten \\ & \verb & zones & & Bundesländer \\ & \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}

<= ---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:

=> --->8----------------------------->8----------------------------- >8---

 |            | Tabelle       | Inhalt       |
 |------------+---------------+--------------|
 | *Regionen* |               |              |
 |            | countries     | Staaten      |
 |            | zones         | Bundesländer |
 |            | territories   | Erdteile     |
 | *Hotels*   |               |              |
 |            | hotel         | Hotels       |
 |            | geocache      | GEO-Daten    |
 | *Produkte* |               |              |
 |            | produkt       | Produkte     |
 |            | produktoption | Optionen     |
 |------------+---------------+--------------|

<= ---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


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

[Prev in Thread] Current Thread [Next in Thread]