Issues Fitting Generated Table to Widthtable not fittingtabu package - gaps in vertical linesFitting column...
What is the probability somebody's birthday is the day before mine?
Should I tell my boss the work he did was worthless
How to deal with a cynical class?
Replacing Windows 7 security updates with anti-virus?
How to discourage/prevent PCs from using door choke-points?
How is the Swiss post e-voting system supposed to work, and how was it wrong?
Are there situations where a child is permitted to refer to their parent by their first name?
What has been your most complicated TikZ drawing?
Good allowance savings plan?
Is it ok to include an epilogue dedicated to colleagues who passed away in the end of the manuscript?
Can't remove a file with file mode bits a+rw
When two POV characters meet
Plywood subfloor won't screw down in a trailer home
Is it illegal in Germany to take sick leave if you caused your own illness with food?
Can you reject a postdoc offer after the PI has paid a large sum for flights/accommodation for your visit?
Force user to remove USB token
Sword in the Stone story where the sword was held in place by electromagnets
Why do Australian milk farmers need to protest supermarkets' milk price?
Word for a person who has no opinion about whether god exists
This equation is outside the page, how to modify it
Straight line with arrows and dots
Rejected in 4th interview round citing insufficient years of experience
US to Europe trip with Canada layover- is 52 minutes enough?
Does splitting a potentially monolithic application into several smaller ones help prevent bugs?
Issues Fitting Generated Table to Width
table not fittingtabu package - gaps in vertical linesFitting column width to textSpliting table column rows for fitting default page widthTable not fitting to columntable text with subscript not fitting into the table widthHelp fitting the TableTable not fitting onto pageFitting my table into tex width in elsarticleIssues with fitting tables
I have reviewed quite a few posts on here, yet everything seems to be breaking my table, so I figured I'd just post my probem and ask for help. I am having issues fitting my table to the width of the page without shrinking the text:
usepackage{graphicx}
usepackage[table,xcdraw]{xcolor}
begin{table}[]
resizebox{textwidth}{!}{%
begin{tabular}{lcccccccccccc}
hline
rowcolor[HTML]{EFEFEF}
multicolumn{13}{c}{cellcolor[HTML]{EFEFEF}textbf{Title}} \ hline
textit{textbf{Hashtag}} & multicolumn{3}{c}
{textit{textbf{Service1}}} & multicolumn{3}{c}
{textit{textbf{Service2}}} & multicolumn{3}{c}
{textit{textbf{Service3}}} & multicolumn{3}{c}
{textit{textbf{Service4}}} \ hline
rowcolor[HTML]{EFEFEF}
textit{} & textit{True} & textit{False} & textit{Accuracy} &
textit{True} & textit{False} & textit{Accuracy} & textit{True} &
textit{False} & textit{Accuracy} & textit{True} & textit{False} &
textit{Accuracy} \ hline
textit{#1} & 348 & 2 & 99.4% & x & x & x & 345 & 5 & 98.6% & 350 &
0 & 100% \ hline
rowcolor[HTML]{EFEFEF}
textit{#2} & 334 & 16 & 95.4% & x & x & x & 341 & 9 & 97.4% & 348 &
2 & 99.4% \ hline
textit{#3} & 317 & 33 & 90.6% & x & x & x & 330 & 20 & 94.3% & 305 &
45 & 87.1% \ hline
rowcolor[HTML]{EFEFEF}
textit{#4} & 216 & 134 & 61/7% & x & x & x & 250 & 100 & 71.4% & 255
& 95 & 72.8% \ hline
begin{tabular}[c]{@{}l@{}}#5, \ #6, \ #7end{tabular} & 0 & 0 &
0% & 0 & 0 & 0% & 0 & 0 & 0% & 0 & 0 & 0% \ hline
end{tabular}%
}
end{table}
tables
New contributor
cranbarrier is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I have reviewed quite a few posts on here, yet everything seems to be breaking my table, so I figured I'd just post my probem and ask for help. I am having issues fitting my table to the width of the page without shrinking the text:
usepackage{graphicx}
usepackage[table,xcdraw]{xcolor}
begin{table}[]
resizebox{textwidth}{!}{%
begin{tabular}{lcccccccccccc}
hline
rowcolor[HTML]{EFEFEF}
multicolumn{13}{c}{cellcolor[HTML]{EFEFEF}textbf{Title}} \ hline
textit{textbf{Hashtag}} & multicolumn{3}{c}
{textit{textbf{Service1}}} & multicolumn{3}{c}
{textit{textbf{Service2}}} & multicolumn{3}{c}
{textit{textbf{Service3}}} & multicolumn{3}{c}
{textit{textbf{Service4}}} \ hline
rowcolor[HTML]{EFEFEF}
textit{} & textit{True} & textit{False} & textit{Accuracy} &
textit{True} & textit{False} & textit{Accuracy} & textit{True} &
textit{False} & textit{Accuracy} & textit{True} & textit{False} &
textit{Accuracy} \ hline
textit{#1} & 348 & 2 & 99.4% & x & x & x & 345 & 5 & 98.6% & 350 &
0 & 100% \ hline
rowcolor[HTML]{EFEFEF}
textit{#2} & 334 & 16 & 95.4% & x & x & x & 341 & 9 & 97.4% & 348 &
2 & 99.4% \ hline
textit{#3} & 317 & 33 & 90.6% & x & x & x & 330 & 20 & 94.3% & 305 &
45 & 87.1% \ hline
rowcolor[HTML]{EFEFEF}
textit{#4} & 216 & 134 & 61/7% & x & x & x & 250 & 100 & 71.4% & 255
& 95 & 72.8% \ hline
begin{tabular}[c]{@{}l@{}}#5, \ #6, \ #7end{tabular} & 0 & 0 &
0% & 0 & 0 & 0% & 0 & 0 & 0% & 0 & 0 & 0% \ hline
end{tabular}%
}
end{table}
tables
New contributor
cranbarrier is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Welcome to TeX.SE. It would be helpful if you composed a fully compilable minimal working example (MWE) includingdocumentclassand the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.
– samcarter
6 mins ago
add a comment |
I have reviewed quite a few posts on here, yet everything seems to be breaking my table, so I figured I'd just post my probem and ask for help. I am having issues fitting my table to the width of the page without shrinking the text:
usepackage{graphicx}
usepackage[table,xcdraw]{xcolor}
begin{table}[]
resizebox{textwidth}{!}{%
begin{tabular}{lcccccccccccc}
hline
rowcolor[HTML]{EFEFEF}
multicolumn{13}{c}{cellcolor[HTML]{EFEFEF}textbf{Title}} \ hline
textit{textbf{Hashtag}} & multicolumn{3}{c}
{textit{textbf{Service1}}} & multicolumn{3}{c}
{textit{textbf{Service2}}} & multicolumn{3}{c}
{textit{textbf{Service3}}} & multicolumn{3}{c}
{textit{textbf{Service4}}} \ hline
rowcolor[HTML]{EFEFEF}
textit{} & textit{True} & textit{False} & textit{Accuracy} &
textit{True} & textit{False} & textit{Accuracy} & textit{True} &
textit{False} & textit{Accuracy} & textit{True} & textit{False} &
textit{Accuracy} \ hline
textit{#1} & 348 & 2 & 99.4% & x & x & x & 345 & 5 & 98.6% & 350 &
0 & 100% \ hline
rowcolor[HTML]{EFEFEF}
textit{#2} & 334 & 16 & 95.4% & x & x & x & 341 & 9 & 97.4% & 348 &
2 & 99.4% \ hline
textit{#3} & 317 & 33 & 90.6% & x & x & x & 330 & 20 & 94.3% & 305 &
45 & 87.1% \ hline
rowcolor[HTML]{EFEFEF}
textit{#4} & 216 & 134 & 61/7% & x & x & x & 250 & 100 & 71.4% & 255
& 95 & 72.8% \ hline
begin{tabular}[c]{@{}l@{}}#5, \ #6, \ #7end{tabular} & 0 & 0 &
0% & 0 & 0 & 0% & 0 & 0 & 0% & 0 & 0 & 0% \ hline
end{tabular}%
}
end{table}
tables
New contributor
cranbarrier is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I have reviewed quite a few posts on here, yet everything seems to be breaking my table, so I figured I'd just post my probem and ask for help. I am having issues fitting my table to the width of the page without shrinking the text:
usepackage{graphicx}
usepackage[table,xcdraw]{xcolor}
begin{table}[]
resizebox{textwidth}{!}{%
begin{tabular}{lcccccccccccc}
hline
rowcolor[HTML]{EFEFEF}
multicolumn{13}{c}{cellcolor[HTML]{EFEFEF}textbf{Title}} \ hline
textit{textbf{Hashtag}} & multicolumn{3}{c}
{textit{textbf{Service1}}} & multicolumn{3}{c}
{textit{textbf{Service2}}} & multicolumn{3}{c}
{textit{textbf{Service3}}} & multicolumn{3}{c}
{textit{textbf{Service4}}} \ hline
rowcolor[HTML]{EFEFEF}
textit{} & textit{True} & textit{False} & textit{Accuracy} &
textit{True} & textit{False} & textit{Accuracy} & textit{True} &
textit{False} & textit{Accuracy} & textit{True} & textit{False} &
textit{Accuracy} \ hline
textit{#1} & 348 & 2 & 99.4% & x & x & x & 345 & 5 & 98.6% & 350 &
0 & 100% \ hline
rowcolor[HTML]{EFEFEF}
textit{#2} & 334 & 16 & 95.4% & x & x & x & 341 & 9 & 97.4% & 348 &
2 & 99.4% \ hline
textit{#3} & 317 & 33 & 90.6% & x & x & x & 330 & 20 & 94.3% & 305 &
45 & 87.1% \ hline
rowcolor[HTML]{EFEFEF}
textit{#4} & 216 & 134 & 61/7% & x & x & x & 250 & 100 & 71.4% & 255
& 95 & 72.8% \ hline
begin{tabular}[c]{@{}l@{}}#5, \ #6, \ #7end{tabular} & 0 & 0 &
0% & 0 & 0 & 0% & 0 & 0 & 0% & 0 & 0 & 0% \ hline
end{tabular}%
}
end{table}
tables
tables
New contributor
cranbarrier is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
cranbarrier is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 5 mins ago
cranbarrier
New contributor
cranbarrier is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 8 mins ago
cranbarriercranbarrier
11
11
New contributor
cranbarrier is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
cranbarrier is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
cranbarrier is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Welcome to TeX.SE. It would be helpful if you composed a fully compilable minimal working example (MWE) includingdocumentclassand the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.
– samcarter
6 mins ago
add a comment |
Welcome to TeX.SE. It would be helpful if you composed a fully compilable minimal working example (MWE) includingdocumentclassand the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.
– samcarter
6 mins ago
Welcome to TeX.SE. It would be helpful if you composed a fully compilable minimal working example (MWE) including
documentclass and the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.– samcarter
6 mins ago
Welcome to TeX.SE. It would be helpful if you composed a fully compilable minimal working example (MWE) including
documentclass and the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.– samcarter
6 mins 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
});
}
});
cranbarrier 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%2f479368%2fissues-fitting-generated-table-to-width%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
cranbarrier is a new contributor. Be nice, and check out our Code of Conduct.
cranbarrier is a new contributor. Be nice, and check out our Code of Conduct.
cranbarrier is a new contributor. Be nice, and check out our Code of Conduct.
cranbarrier 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%2f479368%2fissues-fitting-generated-table-to-width%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
Welcome to TeX.SE. It would be helpful if you composed a fully compilable minimal working example (MWE) including
documentclassand the appropriate packages that sets up the problem. While solving problems can be fun, setting them up is not. Then, those trying to help can simply cut and paste your MWE and get started on solving the problem.– samcarter
6 mins ago