-
DescriptionI'm using the
What I get shows the stray |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
You don't need anything besides removing the call to the table environment and using the proper prefix for the label. ...
reference to @tbl-eigval-ellipse
...
::: {#tbl-eigval-ellipse tbl-pos="!htb"}
```{=latex}
\begin{tabular}{llll}
Size & Conceptual formula & Geometry & Function \\
\hline
(a) Generalized variance: & $\det{\mathbf{\Sigma}} = \prod_i \lambda_i$ & area, (hyper)volume & geometric mean\\
(b) Average variance: & $\text{tr}({\mathbf{\Sigma}}) = \sum_i \lambda_i $ & linear sum & arithmetic mean\\ %% superscripts turned to subscripts / GM
(c) Average precision: & $1/ \text{tr}({\mathbf{\Sigma}^{-1}}) = 1/\sum_i (1/\lambda_i) $ & & harmonic mean\\
(d) Maximal variance: & $\lambda_1$ & maximum dimension & supremum
\end{tabular}
```
Statistical and geometrical properties of "size" of an ellipsoid
:::
What is that? I am not aware of such extension that appears to do what Quarto does natively since its first release. |
Beta Was this translation helpful? Give feedback.
-
Perfect! Thanks so much |
Beta Was this translation helpful? Give feedback.
You don't need anything besides removing the call to the table environment and using the proper prefix for the label.