Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-line math-mode cell is wider than expected #492

Closed
muzimuzhi opened this issue Mar 29, 2024 · 1 comment
Closed

Multi-line math-mode cell is wider than expected #492

muzimuzhi opened this issue Mar 29, 2024 · 1 comment
Labels
better manual Improvements or additions to documentation

Comments

@muzimuzhi
Copy link
Collaborator

\documentclass{article}
\usepackage{tabularray}

\SetTblrInner{hlines, vlines, baseline=T}

\begin{document}
Math mode\par
\begin{tblr}{cells = {mode=math}}
  \alpha
\end{tblr}
\quad
\begin{tblr}{cells = {mode=math}}
  { \alpha \\ \alpha }
\end{tblr}

Text mode\par
\begin{tblr}{}
  $\alpha$
\end{tblr}
\quad
\begin{tblr}{}
  { $\alpha$ \\ $\alpha$ }
\end{tblr}
\end{document}

image

@muzimuzhi muzimuzhi added the bug report Something isn't working label Mar 29, 2024
@lvjr lvjr added better manual Improvements or additions to documentation and removed bug report Something isn't working labels Nov 15, 2024
@lvjr
Copy link
Owner

lvjr commented Nov 15, 2024

I have documented this limitation.

@lvjr lvjr closed this as completed Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
better manual Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants