lvjr / tabularray

Typeset tabulars and arrays with LaTeX3
https://ctan.org/pkg/tabularray
247 stars 22 forks source link

lwarp support #363

Open lvjr opened 1 year ago

lvjr commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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

bdtc commented 1 year ago

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

lvjr commented 1 year ago

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

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

bdtc commented 1 year ago

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