emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Regression in latex export of tables?


From: Vikas Rawal
Subject: Re: Regression in latex export of tables?
Date: Thu, 02 Nov 2023 23:01:27 -0400
User-agent: SOGoMail 5.8.4

On 03/11/2023 07:58, Vikas Rawal wrote:
> Earlier version gives me this:
> \begin{center}
> \begin{tabular}{ll}
> (a,b) & open interval\\\empty
> [0,1] & closed interval\\\empty

It was changed to avoid your inconvenience:
https://list.orgmode.org/874jw2conh.fsf@posteo.net/T/#u
Oh, wow! Thank you all for having been so considerate of needs of even individual users like this. I did not notice this.
Org mode community does not cease to amaze me. 

> (defun org-export-midrule-filter-latex (row backend info)
>   (replace-regexp-in-string
> "\\(<mid>\\([[:blank:]]+\\&\\)+\\)[[:blank:]]\\\\\\\\" "\\\\midrule" row))
>
> Now my \midrule becomes \midrule[0pt].

Sorry, but your have to adjust the pattern and the replacement string to
allow either optional \empty or [0pt].
Done

Thank you once again.

Vikas
 
reply via email to

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