longtable captionsetup name optionFloatrow package conflicting with centering longtablelongtable: avoiding...
What is the difference between a forward slip and a side slip?
Is there a math equivalent to the conditional ternary operator?
Arrow between lines in the align environment
Where is the fallacy here?
Why do members of Congress in committee hearings ask witnesses the same question multiple times?
I encountered my boss during an on-site interview at another company. Should I bring it up when seeing him next time?
What happened to QGIS 2.x LTR?
Starting index at zero
Why is it "take a leak?"
What is this waxed root vegetable?
What type of investment is best suited for a 1-year investment on a down payment?
Pure Functions: Does "No Side Effects" Imply "Always Same Output, Given Same Input"?
In Adventurer's League, is it possible to keep the Ring of Winter if you manage to acquire it in the Tomb of Annihilation adventure?
Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?
VAT refund for a conference ticket in Sweden
Non-Italian European mafias in USA?
Why are special aircraft used for the carriers in the United States Navy?
How to evaluate the limit where something is raised to a power of x?
Are small insurances worth it
What is a term for a function that when called repeatedly, has the same effect as calling once?
Plagiarism of code by other PhD student
Six real numbers so that product of any five is the sixth one
How to create specific language package for an item?
How to substitute values from a list into a function?
longtable captionsetup name option
Floatrow package conflicting with centering longtablelongtable: avoiding multiple captionsLongtable caption numberingIs there an `firsthline` option for longtable?Longtable caption namecaptionsetup not workingcaptionsetup{option} does not work for tablelongtable caption is floating over longtableleft align table name in longtable environmentUnwanted caption indentation with longtable, when using width in captionsetupLongtable caption problem
I found a issue when you try to change the table caption name
option, while using a longtable
:
documentclass{scrartcl}
%CAPTION
usepackage{caption}
%TABELLENÜBERSCHRIFT FORMATIERUNG
captionsetup[table]{name=Tab.,labelfont=bf, font=footnotesize, justification=RaggedRight, singlelinecheck=false, format=plain, textformat=period}
usepackage{longtable}
usepackage{floatrow}
begin{document}
%TABLE
begin{table}
centering
renewcommand{arraystretch}{1.5}
ttabbox{caption{Abc}}{begin{tabular}{c|c|c|c}A & B & C & D \A & B & C & Dend{tabular}}
end{table}
%LONG TABLE
renewcommandarraystretch{1.5}
begin{longtable}{c|c|c|c}
A & B & A & B \ hline
A & B & A & B \ hline
A & B & A & B \ hline
A & B & A & B \ hline
caption{Abc}
end{longtable}
end{document}
pdflatex.exe
returns:
! Undefined control
sequence. (longtable)
after removing name=Tab.
from captionsetup
everything works fine.
How can I solve that issue, and how can I format the longtable caption like table caption (caption over table)?
LOG FILE :
This is pdfTeX, Version 3.14159265-2.6-1.40.20 (MiKTeX 2.9.6960 64-bit) (preloaded format=pdflatex 2019.3.4) 5 MAR 2019 09:33
tables captions longtable
|
show 3 more comments
I found a issue when you try to change the table caption name
option, while using a longtable
:
documentclass{scrartcl}
%CAPTION
usepackage{caption}
%TABELLENÜBERSCHRIFT FORMATIERUNG
captionsetup[table]{name=Tab.,labelfont=bf, font=footnotesize, justification=RaggedRight, singlelinecheck=false, format=plain, textformat=period}
usepackage{longtable}
usepackage{floatrow}
begin{document}
%TABLE
begin{table}
centering
renewcommand{arraystretch}{1.5}
ttabbox{caption{Abc}}{begin{tabular}{c|c|c|c}A & B & C & D \A & B & C & Dend{tabular}}
end{table}
%LONG TABLE
renewcommandarraystretch{1.5}
begin{longtable}{c|c|c|c}
A & B & A & B \ hline
A & B & A & B \ hline
A & B & A & B \ hline
A & B & A & B \ hline
caption{Abc}
end{longtable}
end{document}
pdflatex.exe
returns:
! Undefined control
sequence. (longtable)
after removing name=Tab.
from captionsetup
everything works fine.
How can I solve that issue, and how can I format the longtable caption like table caption (caption over table)?
LOG FILE :
This is pdfTeX, Version 3.14159265-2.6-1.40.20 (MiKTeX 2.9.6960 64-bit) (preloaded format=pdflatex 2019.3.4) 5 MAR 2019 09:33
tables captions longtable
Seemsfloatrow
andlongtable
can not live together ...
– Kurt
yesterday
1
Did you saw related question tex.stackexchange.com/questions/320592/… ?
– Kurt
yesterday
@Kurt yes I saw it, but the difference is that he could compile his code, in my case there is an issue that breaks up the process. Yes there are dependencies, but in princible there could work together, the main reason for the issue is the name option in the captionsetup
– Mar Tin
yesterday
1
You can compile also after deletingfloatrow
and commandttabbox
. Do you really needfloatrow
?
– Kurt
yesterday
1
@Kurt that was exactly what I need. Thank you for that! :-)
– Mar Tin
23 hours ago
|
show 3 more comments
I found a issue when you try to change the table caption name
option, while using a longtable
:
documentclass{scrartcl}
%CAPTION
usepackage{caption}
%TABELLENÜBERSCHRIFT FORMATIERUNG
captionsetup[table]{name=Tab.,labelfont=bf, font=footnotesize, justification=RaggedRight, singlelinecheck=false, format=plain, textformat=period}
usepackage{longtable}
usepackage{floatrow}
begin{document}
%TABLE
begin{table}
centering
renewcommand{arraystretch}{1.5}
ttabbox{caption{Abc}}{begin{tabular}{c|c|c|c}A & B & C & D \A & B & C & Dend{tabular}}
end{table}
%LONG TABLE
renewcommandarraystretch{1.5}
begin{longtable}{c|c|c|c}
A & B & A & B \ hline
A & B & A & B \ hline
A & B & A & B \ hline
A & B & A & B \ hline
caption{Abc}
end{longtable}
end{document}
pdflatex.exe
returns:
! Undefined control
sequence. (longtable)
after removing name=Tab.
from captionsetup
everything works fine.
How can I solve that issue, and how can I format the longtable caption like table caption (caption over table)?
LOG FILE :
This is pdfTeX, Version 3.14159265-2.6-1.40.20 (MiKTeX 2.9.6960 64-bit) (preloaded format=pdflatex 2019.3.4) 5 MAR 2019 09:33
tables captions longtable
I found a issue when you try to change the table caption name
option, while using a longtable
:
documentclass{scrartcl}
%CAPTION
usepackage{caption}
%TABELLENÜBERSCHRIFT FORMATIERUNG
captionsetup[table]{name=Tab.,labelfont=bf, font=footnotesize, justification=RaggedRight, singlelinecheck=false, format=plain, textformat=period}
usepackage{longtable}
usepackage{floatrow}
begin{document}
%TABLE
begin{table}
centering
renewcommand{arraystretch}{1.5}
ttabbox{caption{Abc}}{begin{tabular}{c|c|c|c}A & B & C & D \A & B & C & Dend{tabular}}
end{table}
%LONG TABLE
renewcommandarraystretch{1.5}
begin{longtable}{c|c|c|c}
A & B & A & B \ hline
A & B & A & B \ hline
A & B & A & B \ hline
A & B & A & B \ hline
caption{Abc}
end{longtable}
end{document}
pdflatex.exe
returns:
! Undefined control
sequence. (longtable)
after removing name=Tab.
from captionsetup
everything works fine.
How can I solve that issue, and how can I format the longtable caption like table caption (caption over table)?
LOG FILE :
This is pdfTeX, Version 3.14159265-2.6-1.40.20 (MiKTeX 2.9.6960 64-bit) (preloaded format=pdflatex 2019.3.4) 5 MAR 2019 09:33
tables captions longtable
tables captions longtable
edited 23 hours ago
Kurt
38.6k848162
38.6k848162
asked yesterday
Mar TinMar Tin
1238
1238
Seemsfloatrow
andlongtable
can not live together ...
– Kurt
yesterday
1
Did you saw related question tex.stackexchange.com/questions/320592/… ?
– Kurt
yesterday
@Kurt yes I saw it, but the difference is that he could compile his code, in my case there is an issue that breaks up the process. Yes there are dependencies, but in princible there could work together, the main reason for the issue is the name option in the captionsetup
– Mar Tin
yesterday
1
You can compile also after deletingfloatrow
and commandttabbox
. Do you really needfloatrow
?
– Kurt
yesterday
1
@Kurt that was exactly what I need. Thank you for that! :-)
– Mar Tin
23 hours ago
|
show 3 more comments
Seemsfloatrow
andlongtable
can not live together ...
– Kurt
yesterday
1
Did you saw related question tex.stackexchange.com/questions/320592/… ?
– Kurt
yesterday
@Kurt yes I saw it, but the difference is that he could compile his code, in my case there is an issue that breaks up the process. Yes there are dependencies, but in princible there could work together, the main reason for the issue is the name option in the captionsetup
– Mar Tin
yesterday
1
You can compile also after deletingfloatrow
and commandttabbox
. Do you really needfloatrow
?
– Kurt
yesterday
1
@Kurt that was exactly what I need. Thank you for that! :-)
– Mar Tin
23 hours ago
Seems
floatrow
and longtable
can not live together ...– Kurt
yesterday
Seems
floatrow
and longtable
can not live together ...– Kurt
yesterday
1
1
Did you saw related question tex.stackexchange.com/questions/320592/… ?
– Kurt
yesterday
Did you saw related question tex.stackexchange.com/questions/320592/… ?
– Kurt
yesterday
@Kurt yes I saw it, but the difference is that he could compile his code, in my case there is an issue that breaks up the process. Yes there are dependencies, but in princible there could work together, the main reason for the issue is the name option in the captionsetup
– Mar Tin
yesterday
@Kurt yes I saw it, but the difference is that he could compile his code, in my case there is an issue that breaks up the process. Yes there are dependencies, but in princible there could work together, the main reason for the issue is the name option in the captionsetup
– Mar Tin
yesterday
1
1
You can compile also after deleting
floatrow
and command ttabbox
. Do you really need floatrow
?– Kurt
yesterday
You can compile also after deleting
floatrow
and command ttabbox
. Do you really need floatrow
?– Kurt
yesterday
1
1
@Kurt that was exactly what I need. Thank you for that! :-)
– Mar Tin
23 hours ago
@Kurt that was exactly what I need. Thank you for that! :-)
– Mar Tin
23 hours ago
|
show 3 more comments
0
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',
autoActivateHeartbeat: false,
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
});
}
});
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%2f477824%2flongtable-captionsetup-name-option%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
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.
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%2f477824%2flongtable-captionsetup-name-option%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
Seems
floatrow
andlongtable
can not live together ...– Kurt
yesterday
1
Did you saw related question tex.stackexchange.com/questions/320592/… ?
– Kurt
yesterday
@Kurt yes I saw it, but the difference is that he could compile his code, in my case there is an issue that breaks up the process. Yes there are dependencies, but in princible there could work together, the main reason for the issue is the name option in the captionsetup
– Mar Tin
yesterday
1
You can compile also after deleting
floatrow
and commandttabbox
. Do you really needfloatrow
?– Kurt
yesterday
1
@Kurt that was exactly what I need. Thank you for that! :-)
– Mar Tin
23 hours ago