Underfull hbox (badness 3148) in paragraphTabular: Underfull hbox (badness 10000) in paragraph at...
Best approach to update all entries in a list that is paginated?
How to deal with a cynical class?
Is having access to past exams cheating and, if yes, could it be proven just by a good grade?
What is the blue range indicating on this manifold pressure gauge?
Word for a person who has no opinion about whether god exists
Is it illegal in Germany to take sick leave if you caused your own illness with food?
"One can do his homework in the library"
What is the difference between "shut" and "close"?
If Invisibility ends because the original caster casts a non-concentration spell, does Invisibility also end on other targets of the original casting?
My adviser wants to be the first author
Can "semicircle" be used to refer to a part-circle that is not a exact half-circle?
Best mythical creature to use as livestock?
What has been your most complicated TikZ drawing?
Excess Zinc in garden soil
Replacing Windows 7 security updates with anti-virus?
Counter-example to the existence of left Bousfield localization of combinatorial model category
This equation is outside the page, how to modify it
Touchscreen-controlled dentist office snowman collector game
Am I not good enough for you?
Ban on all campaign finance?
What wound would be of little consequence to a biped but terrible for a quadruped?
Why doesn't the EU now just force the UK to choose between referendum and no-deal?
Want to switch to tankless, but can I use my existing wiring?
Extension of Splitting Fields over An Arbitrary Field
Underfull hbox (badness 3148) in paragraph
Tabular: Underfull hbox (badness 10000) in paragraph at linesUnderfull hbox in tabularUnderfull hbox (badness 10000) in paragraph for tableavoid underfull hbox (badness 10000) in paragraph because of linebreakUnderfull hbox badness 10000 in table booktabsUnderfull hbox errorUnderfull hbox (badness 10000) in paragraph despite using tabular in wizardUnderfull hbox (badness 10000) in paragraph at lines in tableCan't get rid of underfull hbox (badness 4886) with tabularxUnderfull hbox (badness 10000) in paragraph at lines
I'm getting the warning message
Underfull hbox (badness 3148) in paragraph at lines xxx-xxx
I guess it is related with spacing between the words Sums of squares, but I don't know how to fix it. I'm also having trouble with hline at the end of the table.
documentclass[12pt, a4paper]{article}
usepackage[utf8]{inputenc}
usepackage[english]{babel}
% Table preamble
usepackage{array}
usepackage{siunitx}
begin{table}[ht]
centering
caption{ANOVA for the quadratic model for the retention factors of lycopene, beta-carotene and coenzyme Q10.}
vspace*{5mm}
label{Table2}
begin{tabular}{p{3.2cm}p{1.9cm}p{0.7cm}p{2.9cm}p{1.8cm}p{1.8cm}}
hline
textbf{Source} & textbf{Sums of squares} & textbf{DF} & textbf{Mean square} & textbf{F value} & textbf{Prob$>$ F}\
hline
multicolumn{6}{c}{textbf{Lycopene}}\
hline
textbf{Model} & centering{0.46} & centering{9} & centering{0.052} ¢ering{329.29} & $<$ 0.0001\
textbf{A-Pressure} & centering{0.10} & centering{1} ¢ering{0.10} & centering{641.24} & $<$ 0.0001\
textbf{B-Temperature} & centering{0.012} & centering{1} ¢ering{0.012} & centering{75.20} & $<$ 0.0001\
textbf{C-C$_{E}$} & centering{0.32} & centering{1} ¢ering{0.32} & centering{2034.60} & $<$ 0.0001\
textbf{AB} & centering{0.011} & centering{1} ¢ering{0.011} & centering{72.08} & $<$ 0.0001\
textbf{AC} & centering{num{6.9e-3}} & centering{1} & centering{num{6.9e-3}} & centering{43.94} & $<$ 0.0001\
textbf{BC} & centering{num{2.9e-3}} & centering{1} ¢ering{num{2.9e-3}} & centering{18.34} & centering{0.0020}\
hline
end{tabular}
end{table}
tables
New contributor
add a comment |
I'm getting the warning message
Underfull hbox (badness 3148) in paragraph at lines xxx-xxx
I guess it is related with spacing between the words Sums of squares, but I don't know how to fix it. I'm also having trouble with hline at the end of the table.
documentclass[12pt, a4paper]{article}
usepackage[utf8]{inputenc}
usepackage[english]{babel}
% Table preamble
usepackage{array}
usepackage{siunitx}
begin{table}[ht]
centering
caption{ANOVA for the quadratic model for the retention factors of lycopene, beta-carotene and coenzyme Q10.}
vspace*{5mm}
label{Table2}
begin{tabular}{p{3.2cm}p{1.9cm}p{0.7cm}p{2.9cm}p{1.8cm}p{1.8cm}}
hline
textbf{Source} & textbf{Sums of squares} & textbf{DF} & textbf{Mean square} & textbf{F value} & textbf{Prob$>$ F}\
hline
multicolumn{6}{c}{textbf{Lycopene}}\
hline
textbf{Model} & centering{0.46} & centering{9} & centering{0.052} ¢ering{329.29} & $<$ 0.0001\
textbf{A-Pressure} & centering{0.10} & centering{1} ¢ering{0.10} & centering{641.24} & $<$ 0.0001\
textbf{B-Temperature} & centering{0.012} & centering{1} ¢ering{0.012} & centering{75.20} & $<$ 0.0001\
textbf{C-C$_{E}$} & centering{0.32} & centering{1} ¢ering{0.32} & centering{2034.60} & $<$ 0.0001\
textbf{AB} & centering{0.011} & centering{1} ¢ering{0.011} & centering{72.08} & $<$ 0.0001\
textbf{AC} & centering{num{6.9e-3}} & centering{1} & centering{num{6.9e-3}} & centering{43.94} & $<$ 0.0001\
textbf{BC} & centering{num{2.9e-3}} & centering{1} ¢ering{num{2.9e-3}} & centering{18.34} & centering{0.0020}\
hline
end{tabular}
end{table}
tables
New contributor
By the way, there's a missingbegin{document}
andend{document}
.
– quark67
46 secs ago
add a comment |
I'm getting the warning message
Underfull hbox (badness 3148) in paragraph at lines xxx-xxx
I guess it is related with spacing between the words Sums of squares, but I don't know how to fix it. I'm also having trouble with hline at the end of the table.
documentclass[12pt, a4paper]{article}
usepackage[utf8]{inputenc}
usepackage[english]{babel}
% Table preamble
usepackage{array}
usepackage{siunitx}
begin{table}[ht]
centering
caption{ANOVA for the quadratic model for the retention factors of lycopene, beta-carotene and coenzyme Q10.}
vspace*{5mm}
label{Table2}
begin{tabular}{p{3.2cm}p{1.9cm}p{0.7cm}p{2.9cm}p{1.8cm}p{1.8cm}}
hline
textbf{Source} & textbf{Sums of squares} & textbf{DF} & textbf{Mean square} & textbf{F value} & textbf{Prob$>$ F}\
hline
multicolumn{6}{c}{textbf{Lycopene}}\
hline
textbf{Model} & centering{0.46} & centering{9} & centering{0.052} ¢ering{329.29} & $<$ 0.0001\
textbf{A-Pressure} & centering{0.10} & centering{1} ¢ering{0.10} & centering{641.24} & $<$ 0.0001\
textbf{B-Temperature} & centering{0.012} & centering{1} ¢ering{0.012} & centering{75.20} & $<$ 0.0001\
textbf{C-C$_{E}$} & centering{0.32} & centering{1} ¢ering{0.32} & centering{2034.60} & $<$ 0.0001\
textbf{AB} & centering{0.011} & centering{1} ¢ering{0.011} & centering{72.08} & $<$ 0.0001\
textbf{AC} & centering{num{6.9e-3}} & centering{1} & centering{num{6.9e-3}} & centering{43.94} & $<$ 0.0001\
textbf{BC} & centering{num{2.9e-3}} & centering{1} ¢ering{num{2.9e-3}} & centering{18.34} & centering{0.0020}\
hline
end{tabular}
end{table}
tables
New contributor
I'm getting the warning message
Underfull hbox (badness 3148) in paragraph at lines xxx-xxx
I guess it is related with spacing between the words Sums of squares, but I don't know how to fix it. I'm also having trouble with hline at the end of the table.
documentclass[12pt, a4paper]{article}
usepackage[utf8]{inputenc}
usepackage[english]{babel}
% Table preamble
usepackage{array}
usepackage{siunitx}
begin{table}[ht]
centering
caption{ANOVA for the quadratic model for the retention factors of lycopene, beta-carotene and coenzyme Q10.}
vspace*{5mm}
label{Table2}
begin{tabular}{p{3.2cm}p{1.9cm}p{0.7cm}p{2.9cm}p{1.8cm}p{1.8cm}}
hline
textbf{Source} & textbf{Sums of squares} & textbf{DF} & textbf{Mean square} & textbf{F value} & textbf{Prob$>$ F}\
hline
multicolumn{6}{c}{textbf{Lycopene}}\
hline
textbf{Model} & centering{0.46} & centering{9} & centering{0.052} ¢ering{329.29} & $<$ 0.0001\
textbf{A-Pressure} & centering{0.10} & centering{1} ¢ering{0.10} & centering{641.24} & $<$ 0.0001\
textbf{B-Temperature} & centering{0.012} & centering{1} ¢ering{0.012} & centering{75.20} & $<$ 0.0001\
textbf{C-C$_{E}$} & centering{0.32} & centering{1} ¢ering{0.32} & centering{2034.60} & $<$ 0.0001\
textbf{AB} & centering{0.011} & centering{1} ¢ering{0.011} & centering{72.08} & $<$ 0.0001\
textbf{AC} & centering{num{6.9e-3}} & centering{1} & centering{num{6.9e-3}} & centering{43.94} & $<$ 0.0001\
textbf{BC} & centering{num{2.9e-3}} & centering{1} ¢ering{num{2.9e-3}} & centering{18.34} & centering{0.0020}\
hline
end{tabular}
end{table}
tables
tables
New contributor
New contributor
edited 4 mins ago
Sigur
25.9k457140
25.9k457140
New contributor
asked 5 mins ago
LucianaLuciana
132
132
New contributor
New contributor
By the way, there's a missingbegin{document}
andend{document}
.
– quark67
46 secs ago
add a comment |
By the way, there's a missingbegin{document}
andend{document}
.
– quark67
46 secs ago
By the way, there's a missing
begin{document}
and end{document}
.– quark67
46 secs ago
By the way, there's a missing
begin{document}
and end{document}
.– quark67
46 secs ago
add a comment |
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
});
}
});
Luciana 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%2f479401%2funderfull-hbox-badness-3148-in-paragraph%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
Luciana is a new contributor. Be nice, and check out our Code of Conduct.
Luciana is a new contributor. Be nice, and check out our Code of Conduct.
Luciana is a new contributor. Be nice, and check out our Code of Conduct.
Luciana 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.
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%2f479401%2funderfull-hbox-badness-3148-in-paragraph%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
By the way, there's a missing
begin{document}
andend{document}
.– quark67
46 secs ago