emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* orgtable to latex export \hline[0pt] why?
@ 2023-04-21 14:00 Uwe Brauer
  2023-04-22 11:32 ` Ihor Radchenko
  0 siblings, 1 reply; 4+ messages in thread
From: Uwe Brauer @ 2023-04-21 14:00 UTC (permalink / raw)
  To: emacs-orgmode


Hi

After pulling the latest org mode, the following table



  | Ej1A | Ej1B | EjC | E2A1 | E2B | E2C | E2D | E2E | Total |
  |------+------+-----+------+-----+-----+-----+-----+-------|
  |   10 |   15 |  10 |   10 |  20 |  10 |  15 |  10 |   100 |
  |   10 |    0 |  10 |   10 |  20 |  10 |  15 |  10 |    85 |
  |      |      |     |      |     |     |     |     |       |
  |   10 |    0 |  10 |   10 |  20 |  10 |  15 |  10 |    85 |

Is exported to latex as

\begin{center}
\begin{tabular}{rrrrrrrrr}
Ej1A & Ej1B & EjC & E2A1 & E2B & E2C & E2D & E2E & Total\\ \hline[0pt]
\hline
10 & 15 & 10 & 10 & 20 & 10 & 15 & 10 & 100\\ \hline[0pt]
10 & 0 & 10 & 10 & 20 & 10 & 15 & 10 & 85\\ \hline[0pt]
 &  &  &  &  &  &  &  & \\ \hline[0pt]
10 & 0 & 10 & 10 & 20 & 10 & 15 & 10 & 85\\ \hline[0pt]
\end{tabular}
\end{center}

Now, \hline[0pt] gives an error when I compile it with texlive 2019.

    1. Why was the exporter changed.

    2. How can I turn this \hline[0pt] off?

Thanks

Uwe Brauer 

-- 
Warning: Content may be disturbing to some audiences
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine. 
https://addons.thunderbird.net/en-US/thunderbird/addon/gmail-conversation-view/



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-04-22 12:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-21 14:00 orgtable to latex export \hline[0pt] why? Uwe Brauer
2023-04-22 11:32 ` Ihor Radchenko
2023-04-22 12:13   ` Uwe Brauer
2023-04-22 12:32     ` Ihor Radchenko

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).