/Update/ How could I make the caption of table upright?
I would like to make the caption of my table upright, rather than italic.
Here is what I am coding now:
Update: Add preamble (only including some packages related to this question) and remove some redundant information.
documentclass{apa6}
usepackage{stfloats}
usepackage{sectsty}
usepackage{booktabs}
usepackage{multirow}
....
begin{threeparttable}
captionsetup{font=up, labelfont=bf, labelsep=newline}
caption[font={up}]{Behavioural performance during the perceptual judgement functional magnetic resonance imaging task}
....
end{threeparttable}
And here is what is going on:
I would like to make 'Behavioural performance during the perceptual judgement functional magnetic resonance imaging task' into upright form not italic.
I've tried to use package 'caption' and set captionsetup{font=up}
but it didn't work.
Thank you in advance!
tables captions
New contributor
|
show 1 more comment
I would like to make the caption of my table upright, rather than italic.
Here is what I am coding now:
Update: Add preamble (only including some packages related to this question) and remove some redundant information.
documentclass{apa6}
usepackage{stfloats}
usepackage{sectsty}
usepackage{booktabs}
usepackage{multirow}
....
begin{threeparttable}
captionsetup{font=up, labelfont=bf, labelsep=newline}
caption[font={up}]{Behavioural performance during the perceptual judgement functional magnetic resonance imaging task}
....
end{threeparttable}
And here is what is going on:
I would like to make 'Behavioural performance during the perceptual judgement functional magnetic resonance imaging task' into upright form not italic.
I've tried to use package 'caption' and set captionsetup{font=up}
but it didn't work.
Thank you in advance!
tables captions
New contributor
6
Welcome to TeX.SE! Please make your code snippet -- as usual here -- compilable!
– Kurt
5 hours ago
3
The usual default is upright text. So if you get italics, there must be something in your code that causes that. There are a great many direct and indirect ways to obtain italics in the caption, so we can only help you properly if you show us not only a code snippet for the table in question, but also your preamble in a short, but complete compilable example document (an MWE: tex.meta.stackexchange.com/q/228/35864). Your screenshot reminds me of APA style and it may well be that you use one of the document classes that implements it: It is crucial that we know which class you use.
– moewe
3 hours ago
2
unrelated but by default latex doesn't supportb
ontable*
begin{table*}[bp]
– David Carlisle
2 hours ago
Please tell us which document class you employ.
– Mico
34 mins ago
1
Does the preamble of your document, by any chance, contain the instructioncaptionsetup{textfont=it}
?
– Mico
29 mins ago
|
show 1 more comment
I would like to make the caption of my table upright, rather than italic.
Here is what I am coding now:
Update: Add preamble (only including some packages related to this question) and remove some redundant information.
documentclass{apa6}
usepackage{stfloats}
usepackage{sectsty}
usepackage{booktabs}
usepackage{multirow}
....
begin{threeparttable}
captionsetup{font=up, labelfont=bf, labelsep=newline}
caption[font={up}]{Behavioural performance during the perceptual judgement functional magnetic resonance imaging task}
....
end{threeparttable}
And here is what is going on:
I would like to make 'Behavioural performance during the perceptual judgement functional magnetic resonance imaging task' into upright form not italic.
I've tried to use package 'caption' and set captionsetup{font=up}
but it didn't work.
Thank you in advance!
tables captions
New contributor
I would like to make the caption of my table upright, rather than italic.
Here is what I am coding now:
Update: Add preamble (only including some packages related to this question) and remove some redundant information.
documentclass{apa6}
usepackage{stfloats}
usepackage{sectsty}
usepackage{booktabs}
usepackage{multirow}
....
begin{threeparttable}
captionsetup{font=up, labelfont=bf, labelsep=newline}
caption[font={up}]{Behavioural performance during the perceptual judgement functional magnetic resonance imaging task}
....
end{threeparttable}
And here is what is going on:
I would like to make 'Behavioural performance during the perceptual judgement functional magnetic resonance imaging task' into upright form not italic.
I've tried to use package 'caption' and set captionsetup{font=up}
but it didn't work.
Thank you in advance!
tables captions
tables captions
New contributor
New contributor
edited 56 secs ago
New contributor
asked 5 hours ago
Zhilin Su
62
62
New contributor
New contributor
6
Welcome to TeX.SE! Please make your code snippet -- as usual here -- compilable!
– Kurt
5 hours ago
3
The usual default is upright text. So if you get italics, there must be something in your code that causes that. There are a great many direct and indirect ways to obtain italics in the caption, so we can only help you properly if you show us not only a code snippet for the table in question, but also your preamble in a short, but complete compilable example document (an MWE: tex.meta.stackexchange.com/q/228/35864). Your screenshot reminds me of APA style and it may well be that you use one of the document classes that implements it: It is crucial that we know which class you use.
– moewe
3 hours ago
2
unrelated but by default latex doesn't supportb
ontable*
begin{table*}[bp]
– David Carlisle
2 hours ago
Please tell us which document class you employ.
– Mico
34 mins ago
1
Does the preamble of your document, by any chance, contain the instructioncaptionsetup{textfont=it}
?
– Mico
29 mins ago
|
show 1 more comment
6
Welcome to TeX.SE! Please make your code snippet -- as usual here -- compilable!
– Kurt
5 hours ago
3
The usual default is upright text. So if you get italics, there must be something in your code that causes that. There are a great many direct and indirect ways to obtain italics in the caption, so we can only help you properly if you show us not only a code snippet for the table in question, but also your preamble in a short, but complete compilable example document (an MWE: tex.meta.stackexchange.com/q/228/35864). Your screenshot reminds me of APA style and it may well be that you use one of the document classes that implements it: It is crucial that we know which class you use.
– moewe
3 hours ago
2
unrelated but by default latex doesn't supportb
ontable*
begin{table*}[bp]
– David Carlisle
2 hours ago
Please tell us which document class you employ.
– Mico
34 mins ago
1
Does the preamble of your document, by any chance, contain the instructioncaptionsetup{textfont=it}
?
– Mico
29 mins ago
6
6
Welcome to TeX.SE! Please make your code snippet -- as usual here -- compilable!
– Kurt
5 hours ago
Welcome to TeX.SE! Please make your code snippet -- as usual here -- compilable!
– Kurt
5 hours ago
3
3
The usual default is upright text. So if you get italics, there must be something in your code that causes that. There are a great many direct and indirect ways to obtain italics in the caption, so we can only help you properly if you show us not only a code snippet for the table in question, but also your preamble in a short, but complete compilable example document (an MWE: tex.meta.stackexchange.com/q/228/35864). Your screenshot reminds me of APA style and it may well be that you use one of the document classes that implements it: It is crucial that we know which class you use.
– moewe
3 hours ago
The usual default is upright text. So if you get italics, there must be something in your code that causes that. There are a great many direct and indirect ways to obtain italics in the caption, so we can only help you properly if you show us not only a code snippet for the table in question, but also your preamble in a short, but complete compilable example document (an MWE: tex.meta.stackexchange.com/q/228/35864). Your screenshot reminds me of APA style and it may well be that you use one of the document classes that implements it: It is crucial that we know which class you use.
– moewe
3 hours ago
2
2
unrelated but by default latex doesn't support
b
on table*
begin{table*}[bp]
– David Carlisle
2 hours ago
unrelated but by default latex doesn't support
b
on table*
begin{table*}[bp]
– David Carlisle
2 hours ago
Please tell us which document class you employ.
– Mico
34 mins ago
Please tell us which document class you employ.
– Mico
34 mins ago
1
1
Does the preamble of your document, by any chance, contain the instruction
captionsetup{textfont=it}
?– Mico
29 mins ago
Does the preamble of your document, by any chance, contain the instruction
captionsetup{textfont=it}
?– Mico
29 mins ago
|
show 1 more comment
1 Answer
1
active
oldest
votes
- The default behavior is upright text in the caption of a table afaik.
- I attached a small example to show what I mean.
- I assume that somewhere in your preamble there is the package
caption
included. - Do you see something like
textfont = it
in your preamble as an option to thecaption
-package?
Update: In your code, I seecaptionsetup{font=up, labelfont=bf, labelsep=newline}
, so I assume you are aware of thecaption
package. Without further information from your side, it's hard to help.
documentclass{article}
usepackage{threeparttable}
begin{document}
% Example taken from https://tex.stackexchange.com/questions/118743 and modified
begin{table}
caption{Some very informative caption}
begin{threeparttable}
begin{tabular}{lll}
TextTexttnote{1} & TextText & TextText \
TextText & TextTexttnote{2} & TextText \
end{tabular}
begin{tablenotes}
item[1] Some remark. item[2] Another remark.
end{tablenotes}
end{threeparttable}
end{table}
end{document}
Unrelated, maybe make yourself familiar with the "rules" around here,
e. g. https://stackoverflow.com/help/how-to-ask and
I've just been asked to write a minimal example, what is that?.
add a comment |
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
});
}
});
Zhilin Su is a new contributor. Be nice, and check out our Code of Conduct.
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%2f467368%2fupdate-how-could-i-make-the-caption-of-table-upright%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
- The default behavior is upright text in the caption of a table afaik.
- I attached a small example to show what I mean.
- I assume that somewhere in your preamble there is the package
caption
included. - Do you see something like
textfont = it
in your preamble as an option to thecaption
-package?
Update: In your code, I seecaptionsetup{font=up, labelfont=bf, labelsep=newline}
, so I assume you are aware of thecaption
package. Without further information from your side, it's hard to help.
documentclass{article}
usepackage{threeparttable}
begin{document}
% Example taken from https://tex.stackexchange.com/questions/118743 and modified
begin{table}
caption{Some very informative caption}
begin{threeparttable}
begin{tabular}{lll}
TextTexttnote{1} & TextText & TextText \
TextText & TextTexttnote{2} & TextText \
end{tabular}
begin{tablenotes}
item[1] Some remark. item[2] Another remark.
end{tablenotes}
end{threeparttable}
end{table}
end{document}
Unrelated, maybe make yourself familiar with the "rules" around here,
e. g. https://stackoverflow.com/help/how-to-ask and
I've just been asked to write a minimal example, what is that?.
add a comment |
- The default behavior is upright text in the caption of a table afaik.
- I attached a small example to show what I mean.
- I assume that somewhere in your preamble there is the package
caption
included. - Do you see something like
textfont = it
in your preamble as an option to thecaption
-package?
Update: In your code, I seecaptionsetup{font=up, labelfont=bf, labelsep=newline}
, so I assume you are aware of thecaption
package. Without further information from your side, it's hard to help.
documentclass{article}
usepackage{threeparttable}
begin{document}
% Example taken from https://tex.stackexchange.com/questions/118743 and modified
begin{table}
caption{Some very informative caption}
begin{threeparttable}
begin{tabular}{lll}
TextTexttnote{1} & TextText & TextText \
TextText & TextTexttnote{2} & TextText \
end{tabular}
begin{tablenotes}
item[1] Some remark. item[2] Another remark.
end{tablenotes}
end{threeparttable}
end{table}
end{document}
Unrelated, maybe make yourself familiar with the "rules" around here,
e. g. https://stackoverflow.com/help/how-to-ask and
I've just been asked to write a minimal example, what is that?.
add a comment |
- The default behavior is upright text in the caption of a table afaik.
- I attached a small example to show what I mean.
- I assume that somewhere in your preamble there is the package
caption
included. - Do you see something like
textfont = it
in your preamble as an option to thecaption
-package?
Update: In your code, I seecaptionsetup{font=up, labelfont=bf, labelsep=newline}
, so I assume you are aware of thecaption
package. Without further information from your side, it's hard to help.
documentclass{article}
usepackage{threeparttable}
begin{document}
% Example taken from https://tex.stackexchange.com/questions/118743 and modified
begin{table}
caption{Some very informative caption}
begin{threeparttable}
begin{tabular}{lll}
TextTexttnote{1} & TextText & TextText \
TextText & TextTexttnote{2} & TextText \
end{tabular}
begin{tablenotes}
item[1] Some remark. item[2] Another remark.
end{tablenotes}
end{threeparttable}
end{table}
end{document}
Unrelated, maybe make yourself familiar with the "rules" around here,
e. g. https://stackoverflow.com/help/how-to-ask and
I've just been asked to write a minimal example, what is that?.
- The default behavior is upright text in the caption of a table afaik.
- I attached a small example to show what I mean.
- I assume that somewhere in your preamble there is the package
caption
included. - Do you see something like
textfont = it
in your preamble as an option to thecaption
-package?
Update: In your code, I seecaptionsetup{font=up, labelfont=bf, labelsep=newline}
, so I assume you are aware of thecaption
package. Without further information from your side, it's hard to help.
documentclass{article}
usepackage{threeparttable}
begin{document}
% Example taken from https://tex.stackexchange.com/questions/118743 and modified
begin{table}
caption{Some very informative caption}
begin{threeparttable}
begin{tabular}{lll}
TextTexttnote{1} & TextText & TextText \
TextText & TextTexttnote{2} & TextText \
end{tabular}
begin{tablenotes}
item[1] Some remark. item[2] Another remark.
end{tablenotes}
end{threeparttable}
end{table}
end{document}
Unrelated, maybe make yourself familiar with the "rules" around here,
e. g. https://stackoverflow.com/help/how-to-ask and
I've just been asked to write a minimal example, what is that?.
edited 29 mins ago
answered 3 hours ago
Dr. Manuel Kuehner
8,91632767
8,91632767
add a comment |
add a comment |
Zhilin Su is a new contributor. Be nice, and check out our Code of Conduct.
Zhilin Su is a new contributor. Be nice, and check out our Code of Conduct.
Zhilin Su is a new contributor. Be nice, and check out our Code of Conduct.
Zhilin Su is a new contributor. Be nice, and check out our Code of Conduct.
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%2f467368%2fupdate-how-could-i-make-the-caption-of-table-upright%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
6
Welcome to TeX.SE! Please make your code snippet -- as usual here -- compilable!
– Kurt
5 hours ago
3
The usual default is upright text. So if you get italics, there must be something in your code that causes that. There are a great many direct and indirect ways to obtain italics in the caption, so we can only help you properly if you show us not only a code snippet for the table in question, but also your preamble in a short, but complete compilable example document (an MWE: tex.meta.stackexchange.com/q/228/35864). Your screenshot reminds me of APA style and it may well be that you use one of the document classes that implements it: It is crucial that we know which class you use.
– moewe
3 hours ago
2
unrelated but by default latex doesn't support
b
ontable*
begin{table*}[bp]
– David Carlisle
2 hours ago
Please tell us which document class you employ.
– Mico
34 mins ago
1
Does the preamble of your document, by any chance, contain the instruction
captionsetup{textfont=it}
?– Mico
29 mins ago