tabularray icon indicating copy to clipboard operation
tabularray copied to clipboard

lwarp support

Open lvjr opened this issue 1 year ago • 5 comments

Lwarp converts LaTeX to HTML by writing html to PDF and then extracting them. Therefore we need to avoid any box output from tabularray. It is a little complicated so we have to redefine some private functions.

lvjr avatar Feb 11 '23 01:02 lvjr

In the above commit, I have added initial support for lwarp package. Some unwanted boxes are still leaking to the PDF file at present.

lvjr avatar Feb 11 '23 03:02 lvjr

It seems Brian Dunn (@bdtc) doesn't use GitHub much.

lvjr avatar Feb 11 '23 04:02 lvjr

On Fri, 10 Feb 2023 20:26:28 -0800 lvjr @.***> wrote:

It seems Brian Dunn @.***) doesn't use GitHub much.

The lwarp documentation gives the email address, which works fine.

Brian

-- Brian Dunn BD Tech Concepts LLC http://www.BDTechConcepts.com

bdtc avatar Feb 13 '23 06:02 bdtc

The lwarp documentation gives the email address, which works fine. Brian

Sorry for bothering you. You could unsubscribe this issue to stop further notifications.

lvjr avatar Feb 13 '23 09:02 lvjr

On Mon, 13 Feb 2023 01:08:05 -0800 lvjr @.***> wrote:

The lwarp documentation gives the email address, which works fine. Brian

Sorry for bothering you. You could unsubscribe this issue to stop further notifications.

Not a problem, just that if you have any questions email will work. It's impressive that you are delving that far into someone else's code to get this to work.

I experimented with the idea of neutralizing the box-related macros for Lwarp to try to require fewer changes when adapting something new, but \sbox was still a problem. And one big problem with boxes is that Lwarp issues new pages every now and then to avoid line and page overflows during the conversion. I may attempt to address this again some day, but am low on time right now.

Take care,

Brian

-- Brian Dunn BD Tech Concepts LLC http://www.BDTechConcepts.com

bdtc avatar Feb 13 '23 14:02 bdtc