tables add tag
CarLaTeX
Is it possible to create a new kind of `longtblr`, "Quadro" in the example, with its own numbering, and its own LoT, in a more elegant way than the following?

```
\documentclass{book}
\usepackage[T1]{fontenc}
\usepackage{geometry}

\usepackage{tabularray}
\NewTblrEnviron{quadro}
\SetTblrOuter[quadro]{
    label=none,
    long, 
    entry=none,
    }

\usepackage{newfloat}
\DeclareFloatingEnvironment[
    fileext=loq,
    listname={List of Quadros},
    name=Quadro,
    placement=tbhp,
    ]{qua}

%\usepackage{hyperref}

\begin{document}
\listoftables
\listofquas
 
\chapter{Chapter}
\section{Section}
\begin{longtblr}[
  caption = {An ordinary long table},
  label = {tab:longtab},
  ]{
    colspec = {*3{c}},
    rowhead = 1,
  }
  Column 1 & Column 2 & Column 3\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
\end{longtblr}
\refstepcounter{qua}\addcontentsline{loq}{table}{\thequa\enspace\enspace Un quadro}
\begin{quadro}[   
    caption={Quadro \thequa: Un quadro},    
    ]{
    colspec = {*3{c}},
    rowhead = 1,
    }
  Column 1 & Column 2 & Column 3\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
  a & b & c\\
  d & e & f\\
\end{quadro}    
\end{document}
```

![image.png](/image?hash=adcbb60bbc87c31599d9bab7065986645e6b388340a4055eb5e228cc56d07538)

![image.png](/image?hash=948dda2081b269f8b9b5ca45bfdc19a700e9902753fc836bdd7a0ff015c4ce94)

![image.png](/image?hash=b293f8bc60aa33d145b7d9f6b710bc92ac6fcac172daf455837b110ff9d83852)

![image.png](/image?hash=9a379c649f7a391a8b4ff2d526571998257b8f5d07e9289df1dc76ea082f580b)

This room is for discussion about this question.

Once logged in you can direct comments to any contributor here.

Enter question or answer id or url (and optionally further answer ids/urls from the same question) from

Separate each id/url with a space. No need to list your own answers; they will be imported automatically.