>>> "Uwe" == Uwe Brauer <[email protected]> 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
