Longtable error: adl@@cr …tempdima
up vote
0
down vote
favorite
I am adapting the longtable example from this tutorial, but I can't replicate it.
Can I get help interpreting the following error?
Undefined control sequence.
adl@@cr ...tempdima xdef adl@rowsL {adl@rowsL (adl@colsL /number adl@...
adl@cr ->cr noalign {adl@@cr z@
}
Here's the example code.
documentclass[12pt]{article}
usepackage{longtable} % To display tables on several pages
usepackage{arydshln}
usepackage{booktabs}
begin{document}
begin{longtable}[c]{l|c|r} % <-- Replaces begin{table}, alignment must be specified here (no more tabular)
caption{Multipage table.}
label{tab:table1}\
toprule
textbf{Value 1} & textbf{Value 2} & textbf{Value 3}\
$alpha$ & $beta$ & $gamma$ \
midrule
endfirsthead % <-- This denotes the end of the header, which will be shown on the first page only
toprule
textbf{Value 1} & textbf{Value 2} & textbf{Value 3}\
$alpha$ & $beta$ & $gamma$ \
midrule
endhead % <-- Everything between endfirsthead and endhead will be shown as a header on every page
1 & 1110.1 & a\
2 & 10.1 & b\
% ...
% ... Many rows in between
% ...
3 & 23.113231 & c\
bottomrule
end{longtable}
end{document}
I have tried removing all aux files and recompiling. I also tried this example
Compiling with PdfLaTeX on Windows 10.
longtable
|
show 1 more comment
up vote
0
down vote
favorite
I am adapting the longtable example from this tutorial, but I can't replicate it.
Can I get help interpreting the following error?
Undefined control sequence.
adl@@cr ...tempdima xdef adl@rowsL {adl@rowsL (adl@colsL /number adl@...
adl@cr ->cr noalign {adl@@cr z@
}
Here's the example code.
documentclass[12pt]{article}
usepackage{longtable} % To display tables on several pages
usepackage{arydshln}
usepackage{booktabs}
begin{document}
begin{longtable}[c]{l|c|r} % <-- Replaces begin{table}, alignment must be specified here (no more tabular)
caption{Multipage table.}
label{tab:table1}\
toprule
textbf{Value 1} & textbf{Value 2} & textbf{Value 3}\
$alpha$ & $beta$ & $gamma$ \
midrule
endfirsthead % <-- This denotes the end of the header, which will be shown on the first page only
toprule
textbf{Value 1} & textbf{Value 2} & textbf{Value 3}\
$alpha$ & $beta$ & $gamma$ \
midrule
endhead % <-- Everything between endfirsthead and endhead will be shown as a header on every page
1 & 1110.1 & a\
2 & 10.1 & b\
% ...
% ... Many rows in between
% ...
3 & 23.113231 & c\
bottomrule
end{longtable}
end{document}
I have tried removing all aux files and recompiling. I also tried this example
Compiling with PdfLaTeX on Windows 10.
longtable
You need to placelabelinsidecaption.
– Werner
3 hours ago
@egreg, you're right. It would have taken me a while to figure out that conflict. Well, at least I now know that packages can conflict. Is there a way to uselongtablewith a package that can produce something likehdashline?
– Simon
3 hours ago
@egreg Revised.
– Simon
2 hours ago
@egreg. Ok,booktabsnow in there too. Thanks
– Simon
2 hours ago
arydshlnshould be after "tables" packages:documentclass{article} usepackage{booktabs, longtable} usepackage{arydshln}`
– Zarko
2 hours ago
|
show 1 more comment
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am adapting the longtable example from this tutorial, but I can't replicate it.
Can I get help interpreting the following error?
Undefined control sequence.
adl@@cr ...tempdima xdef adl@rowsL {adl@rowsL (adl@colsL /number adl@...
adl@cr ->cr noalign {adl@@cr z@
}
Here's the example code.
documentclass[12pt]{article}
usepackage{longtable} % To display tables on several pages
usepackage{arydshln}
usepackage{booktabs}
begin{document}
begin{longtable}[c]{l|c|r} % <-- Replaces begin{table}, alignment must be specified here (no more tabular)
caption{Multipage table.}
label{tab:table1}\
toprule
textbf{Value 1} & textbf{Value 2} & textbf{Value 3}\
$alpha$ & $beta$ & $gamma$ \
midrule
endfirsthead % <-- This denotes the end of the header, which will be shown on the first page only
toprule
textbf{Value 1} & textbf{Value 2} & textbf{Value 3}\
$alpha$ & $beta$ & $gamma$ \
midrule
endhead % <-- Everything between endfirsthead and endhead will be shown as a header on every page
1 & 1110.1 & a\
2 & 10.1 & b\
% ...
% ... Many rows in between
% ...
3 & 23.113231 & c\
bottomrule
end{longtable}
end{document}
I have tried removing all aux files and recompiling. I also tried this example
Compiling with PdfLaTeX on Windows 10.
longtable
I am adapting the longtable example from this tutorial, but I can't replicate it.
Can I get help interpreting the following error?
Undefined control sequence.
adl@@cr ...tempdima xdef adl@rowsL {adl@rowsL (adl@colsL /number adl@...
adl@cr ->cr noalign {adl@@cr z@
}
Here's the example code.
documentclass[12pt]{article}
usepackage{longtable} % To display tables on several pages
usepackage{arydshln}
usepackage{booktabs}
begin{document}
begin{longtable}[c]{l|c|r} % <-- Replaces begin{table}, alignment must be specified here (no more tabular)
caption{Multipage table.}
label{tab:table1}\
toprule
textbf{Value 1} & textbf{Value 2} & textbf{Value 3}\
$alpha$ & $beta$ & $gamma$ \
midrule
endfirsthead % <-- This denotes the end of the header, which will be shown on the first page only
toprule
textbf{Value 1} & textbf{Value 2} & textbf{Value 3}\
$alpha$ & $beta$ & $gamma$ \
midrule
endhead % <-- Everything between endfirsthead and endhead will be shown as a header on every page
1 & 1110.1 & a\
2 & 10.1 & b\
% ...
% ... Many rows in between
% ...
3 & 23.113231 & c\
bottomrule
end{longtable}
end{document}
I have tried removing all aux files and recompiling. I also tried this example
Compiling with PdfLaTeX on Windows 10.
longtable
longtable
edited 2 hours ago
egreg
704k8618753154
704k8618753154
asked 3 hours ago
Simon
1063
1063
You need to placelabelinsidecaption.
– Werner
3 hours ago
@egreg, you're right. It would have taken me a while to figure out that conflict. Well, at least I now know that packages can conflict. Is there a way to uselongtablewith a package that can produce something likehdashline?
– Simon
3 hours ago
@egreg Revised.
– Simon
2 hours ago
@egreg. Ok,booktabsnow in there too. Thanks
– Simon
2 hours ago
arydshlnshould be after "tables" packages:documentclass{article} usepackage{booktabs, longtable} usepackage{arydshln}`
– Zarko
2 hours ago
|
show 1 more comment
You need to placelabelinsidecaption.
– Werner
3 hours ago
@egreg, you're right. It would have taken me a while to figure out that conflict. Well, at least I now know that packages can conflict. Is there a way to uselongtablewith a package that can produce something likehdashline?
– Simon
3 hours ago
@egreg Revised.
– Simon
2 hours ago
@egreg. Ok,booktabsnow in there too. Thanks
– Simon
2 hours ago
arydshlnshould be after "tables" packages:documentclass{article} usepackage{booktabs, longtable} usepackage{arydshln}`
– Zarko
2 hours ago
You need to place
label inside caption.– Werner
3 hours ago
You need to place
label inside caption.– Werner
3 hours ago
@egreg, you're right. It would have taken me a while to figure out that conflict. Well, at least I now know that packages can conflict. Is there a way to use
longtable with a package that can produce something like hdashline?– Simon
3 hours ago
@egreg, you're right. It would have taken me a while to figure out that conflict. Well, at least I now know that packages can conflict. Is there a way to use
longtable with a package that can produce something like hdashline?– Simon
3 hours ago
@egreg Revised.
– Simon
2 hours ago
@egreg Revised.
– Simon
2 hours ago
@egreg. Ok,
booktabs now in there too. Thanks– Simon
2 hours ago
@egreg. Ok,
booktabs now in there too. Thanks– Simon
2 hours ago
arydshln should be after "tables" packages: documentclass{article} usepackage{booktabs, longtable} usepackage{arydshln} `– Zarko
2 hours ago
arydshln should be after "tables" packages: documentclass{article} usepackage{booktabs, longtable} usepackage{arydshln} `– Zarko
2 hours ago
|
show 1 more comment
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f464412%2flongtable-error-adlcr-tempdima%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
You need to place
labelinsidecaption.– Werner
3 hours ago
@egreg, you're right. It would have taken me a while to figure out that conflict. Well, at least I now know that packages can conflict. Is there a way to use
longtablewith a package that can produce something likehdashline?– Simon
3 hours ago
@egreg Revised.
– Simon
2 hours ago
@egreg. Ok,
booktabsnow in there too. Thanks– Simon
2 hours ago
arydshlnshould be after "tables" packages:documentclass{article} usepackage{booktabs, longtable} usepackage{arydshln}`– Zarko
2 hours ago