We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug longtable environment cannot include \hline when strucPDF is in use.
To Reproduce MWE:
\documentclass[11pt,article,oneside,tagged]{article} \usepackage[left=1in,top=1in,right=1in,bottom=1in,footskip = 0.333in]{geometry} \usepackage[T1]{fontenc} \usepackage{longtable} %provide longtable \usepackage[tagged, highstructure]{strucPDF} \begin{document} \begin{longtable}{ p{0.1\textwidth} | p{0.8\textwidth} } %\hline 1 & 2\\ 3 & 4\\ %\hline \end{longtable} \end{document}
Expected behavior Compiles correctly as shown. Uncommenting either \hline command produces the error:
./test.tex:14: A <box> was supposed to be here. <to be read again> \toks@ l.14 1 & 2\\ ?
Log messages If applicable, add log outputs or screenshots to help explain your problem.
Tex Installation (please complete the following information):
Additional context tabularx and tabular all work as expected.
Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
longtable environment cannot include \hline when strucPDF is in use.
To Reproduce
MWE:
Expected behavior
Compiles correctly as shown. Uncommenting either \hline command produces the error:
Log messages
If applicable, add log outputs or screenshots to help explain your problem.
Tex Installation (please complete the following information):
Additional context
tabularx and tabular all work as expected.
Thank you.
The text was updated successfully, but these errors were encountered: