[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] [partially solved] (was: exporting radio tables longtabular)
From: |
Uwe Brauer |
Subject: |
[O] [partially solved] (was: exporting radio tables longtabular) |
Date: |
Mon, 21 May 2018 15:11:01 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
>>> "Uwe" == Uwe Brauer <address@hidden> writes:
> Hi
> | / | <> | <> | <> | <> | <> | <> |
<> | <> |
> | | Apellido, Nombre | DNI | E1 | E2 | E3 | E4 |
E5 | Res |
>
|---+------------------------------------+-----------+----+----+----+----+----+-----|
> | | Brauer | | 1 | 1 | 2 | 3 |
3 | 10 |
> # ATTR_LaTeX: :environment longtabu
It seems that the following works:
#+LATEX_HEADER_EXTRA: \usepackage{longtable}
#+ATTR_LATEX: :environment longtable
| / | <> | <> | <> | <> | <> | <> | <> |
<> |
| | Apellido, Nombre | DNI | E1 | E2 | E3 | E4 | E5 |
Res |
|---+------------------------------------+-----------+----+----+----+----+----+-----|
| | Brauer | | 1 | 1 | 2 | 3 | 3 |
10 |
However a bit strange table is generated in the latex file:
\begin{longtable}{|l|l|r|r|r|r|r|r|}
Apellido, Nombre & DNI & E1 & E2 & E3 & E4 & E5 & Res\\ \hline
\hline
\endfirsthead
\multicolumn{8}{l}{Continued from previous page} \\ \hline
\hline
Apellido, Nombre & DNI & E1 & E2 & E3 & E4 & E5 & Res \\ \hline
\hline
\endhead
\hline\multicolumn{8}{r}{Continued on next page} \\ \hline
\endfoot
\endlastfoot
\hline
Why that?
Uwe Brauer
smime.p7s
Description: S/MIME cryptographic signature