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

polytable 2020/07/14 v0.8.6 crashes with Package array Error: Empty preamble: `l' used. #104

Open
andreasabel opened this issue May 30, 2024 · 1 comment

Comments

@andreasabel
Copy link

The following MWE was distilled from:

\documentclass{article}
\RequirePackage{polytable}
\defaultcolumn{l}
\begin{document}
%% The column names must be different
\begin{pboxed}\savecolumns
\\ %% needed
\>[foo]
\end{pboxed}
\begin{pboxed}\restorecolumns
\>[bar]
\end{pboxed}
\begin{pboxed}\restorecolumns
\>[baz]
\end{pboxed}
\end{document}

Running this through latex twice gives the following error:

! Package array Error: Empty preamble: `l' used.
@andreasabel
Copy link
Author

ATTN: @kosmikus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant