emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Vikas Rawal" <vikas@e-daak.in>
To: "Max Nikulin" <manikulin@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Regression in latex export of tables?
Date: Thu, 02 Nov 2023 23:01:27 -0400	[thread overview]
Message-ID: <742-65446280-d-52b68800@44597478> (raw)
In-Reply-To: <ui1m0r$mvr$1@ciao.gmane.io>

[-- Attachment #1: Type: text/plain, Size: 833 bytes --]

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/#uOh, 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
 

[-- Attachment #2: Type: text/html, Size: 1206 bytes --]

      reply	other threads:[~2023-11-03  3:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-01  3:43 Regression in latex export of tables? Vikas Rawal
2023-11-01  7:32 ` Vikas Rawal
2023-11-01 16:41 ` Max Nikulin
2023-11-01 23:04   ` Vikas Rawal
2023-11-02  9:29     ` Fraga, Eric
2023-11-03  0:58       ` Vikas Rawal
2023-11-03  2:30         ` Max Nikulin
2023-11-03  3:01           ` Vikas Rawal [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=742-65446280-d-52b68800@44597478 \
    --to=vikas@e-daak.in \
    --cc=emacs-orgmode@gnu.org \
    --cc=manikulin@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).