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

rebber: array issue #375

Closed
Karnaj opened this issue Feb 3, 2020 · 0 comments · Fixed by #379
Closed

rebber: array issue #375

Karnaj opened this issue Feb 3, 2020 · 0 comments · Fixed by #379
Labels
semver/major This is a breaking change status/verified This has been checked by a maintainer type/bug This is a problem

Comments

@Karnaj
Copy link

Karnaj commented Feb 3, 2020

+----+----+
| aa | aa |
+====+====+
| aa | aa |
+----+----+
| aa | aa |
+----+----+

This code products this LaTeX.

\begin{longtabu}{|p{\dimexpr(\linewidth) / 2}|p{\dimexpr(\linewidth) / 2}|} \hline
\rowfont[c]{\bfseries}
aa & aa \\ \hline
\rowfont[c]{\bfseries}
aa & aa \\ \hline
\rowfont[l]{}
aa & aa \\ \hline
\end{longtabu}

It should product this one.

\begin{longtabu}{|p{\dimexpr(\linewidth) / 2}|p{\dimexpr(\linewidth) / 2}|} \hline
\rowfont[c]{\bfseries}
aa & aa \\ \hline
\rowfont[l]{}
aa & aa \\ \hline
aa & aa \\ \hline
\end{longtabu}
@StaloneLab StaloneLab added semver/major This is a breaking change status/verified This has been checked by a maintainer type/bug This is a problem labels Feb 3, 2020
@StaloneLab StaloneLab added this to the next release milestone Feb 6, 2020
@StaloneLab StaloneLab linked a pull request Feb 6, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/major This is a breaking change status/verified This has been checked by a maintainer type/bug This is a problem
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants