emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Sebastian Rose
Subject: [Orgmode] Extra columns in LaTeX tables when =fixed=
Date: Mon, 02 Feb 2009 12:03:22 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

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




reply via email to

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