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.










share|improve this question
























  • 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 Revised.
    – 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















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.










share|improve this question
























  • 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 Revised.
    – 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













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.










share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 hours ago









egreg

704k8618753154




704k8618753154










asked 3 hours ago









Simon

1063




1063












  • 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 Revised.
    – 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


















  • 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 Revised.
    – 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
















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















active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















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






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Futebolista

F# list compare

Jornalista