davidcarlisle / dpctex

Assorted TeX packages
93 stars 30 forks source link

WIP tagging support for LT hline #54

Closed davidcarlisle closed 1 month ago

davidcarlisle commented 1 month ago

Code from https://github.com/latex3/tagging-project/issues/90

The notag test fails @u-fischer what's the best way to guard this for the tagging code, clearly an if csname defined test would work but what's the best idiom here or is there a form we can use that's defined in the kernel and doesn't need guarding.

davidcarlisle commented 1 month ago

@u-fischer @frankmittelbach does this look OK for tagging?

u-fischer commented 1 month ago

I would suggest to replace \int_gdecr:N \g__tbl_row_int by \tbl_gdecr_row_count:. Then you will not use an internal command ...

u-fischer commented 1 month ago

Tagging looks ok. I'm not sure if it is needed to delay the definition of the dummies to begindocument. Basically either it has been done before \documentclass or not ....

davidcarlisle commented 1 month ago

Tagging looks ok. I'm not sure if it is needed to delay the definition of the dummies to begindocument. Basically either it has been done before \documentclass or not ....

good point I'll move out