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
On https://tex.stackexchange.com/questions/63535/align-columns-in-multiple-tables/63544#63544 you show us a solution to get two longtables with the same width.
For the point 2, cf this problematic MWE.
\documentclass[]{article} \usepackage[margin=0.5cm,landscape,a4paper]{geometry} \usepackage{longtable} \usepackage{arydshln} \makeatletter \def\dontchopLT{\let\LT@entry@chop\relax} \def\resumeLT{% \let\zzz\stepcounter \def\yyy{LT@tables} \def\stepcounter##1{% \def\xxx{##1}% \ifx\xxx\yyy\else\zzz{##1}\fi}} \makeatother \begin{document} \centering {\dontchopLT \begin{longtable}{|c|c*{26}{|c}|} \hline ms&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s\\ \hline \end{longtable}} {\resumeLT \begin{longtable}{|c|c*{26}{|c}|} \hline ms&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s&s\\ \hline \end{longtable}} \end{document}
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
On
https://tex.stackexchange.com/questions/63535/align-columns-in-multiple-tables/63544#63544
you show us a solution to get two longtables with the same width.
For the point 2, cf this problematic MWE.
The text was updated successfully, but these errors were encountered: