Set multicolumn to a exact widthSet multicolumn width to default table widthmulticolumn table cell doesn't fit page widthTable width with multicolumnWrong width in multicolumn tabularx cellswidth of paragraph in multicolumn tablesTabular cells with exact same width and multicolumntabu package - gaps in vertical linesWidth of column after multicolumn headerAlign cells width under multicolumnSet multicolumn width to full resized table width

In the Marvel universe, can a human have a baby with any non-human?

Do I have any obligations to my PhD supervisor's requests after I have graduated?

STM Microcontroller burns every time

Is it possible writing coservation of relativistic energy in this naive way?

Find the probability that the 8th woman to appear is in 17th position.

How risky is real estate?

Apply brace expansion in "reverse order"

expiry or manufactured date?

Is this one of the engines from the 9/11 aircraft?

Does Marvel have an equivalent of the Green Lantern?

Archery in modern conflicts

Can we put equal sign after aggregate functions in sql?

How would modern naval warfare have to have developed differently for battleships to still be relevant in the 21st century?

Why doesn't a marching band have strings?

How long would it take to cross the Channel in 1890's?

What is the origin of Scooby-Doo's name?

Should developer taking test phones home or put in office?

3D Crossword, Cryptic, Statue View & Maze

Hand soldering SMD 1206 components

How to make clear to people I don't want to answer their "Where are you from?" question?

Swapping rooks in a 4x4 board

Would it be a copyright violation if I made a character’s full name refer to a song?

Links to webpages in books

Hot coffee brewing solutions for deep woods camping



Set multicolumn to a exact width


Set multicolumn width to default table widthmulticolumn table cell doesn't fit page widthTable width with multicolumnWrong width in multicolumn tabularx cellswidth of paragraph in multicolumn tablesTabular cells with exact same width and multicolumntabu package - gaps in vertical linesWidth of column after multicolumn headerAlign cells width under multicolumnSet multicolumn width to full resized table width






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








3















I am new to tables in latex. I know that I can do this with pwidth but when I try it the table gets all unformated. How do I do it so that the Approach column gets smaller so that the table can fit inside the page?



Thanks.



documentclassarticle
usepackage[utf8]inputenc
usepackage[english]babel

begindocument
begintable
centering
labeltabelaSemEval
begintabularllc
hline
multicolumn3c textbfSub-task A & multicolumn3ctextbfSub-task B & multicolumn3ctextbfSub-task C \
multicolumn1textbfTeam Ranks & multicolumn1textbfApproach & multicolumn1ltextbfF1 score & multicolumn1textbfTeam Ranks & multicolumn1textbfApproach & multicolumn1ltextbfF1 score & multicolumn1textbfTeam Ranks & multicolumn1textbfApproach & multicolumn1ltextbfF1 score \
hline
NULI & BERT & 0.829 & jhan014 & MSOC & 0.755 & vradivchev anikolov & BERT+GloVe & 0.660 \
vradivchev anikolov & BERT+GloVe & 0.815 & Amobee & CNN+token embedding & 0.739 & NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM, Transformer,SVM and Random Forest & 0.628 \
UM-IU@LING & BERT & 0.814 & HHU & LSTM & 0.719 & Fermi & ELMo embeddings+ SVM & 0.626 \
Embeddia & BERT & 0.808 & NULI & BERT & 0.716 & YNU-HPCC & & 0.621 \
MIDAS & CNN+LSTM+GRU and word embeddings & 0.807 & NIT Agartala & Logistic regression+ Linear SVC+SGD+PA & 0.708 & Embeddia & BOW+GloVe-LSTM+POS-LSTM & 0.613 \
BNU-HKBU & BERT & 0.806 & UBC NLP & Emsemble of XGBoost+AdaBoost+logistic regression & 0.706 & NoOffense & - & 0.613 \
SentiBERT & BERT & 0.804 & Pardeep & GRU & 0.700 & Amobee & CNN+token embedding & 0.591 \
NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM,Transformer,SVM and Random Forest & 0.803 & MIDAS & model based on heuristics & 0.695 & orabia & - & 0.588 \
YNUWB & CNN+word embeddings & 0.802 & NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM, Transformer,SVM and Random Forest & 0.692 & UBC NLP & Ensemble of logistic regression+AdaBoost+XGBoost & 0.586 \
LTL-UDE & BERT & 0.802 & Vadym & - & 0.692 & na14 & - & 0.586
endtabular
endtable
enddocument


enter image description here










share|improve this question
























  • Could you please make your example compilable by adding the documentclass as well as the relevant packages?

    – leandriis
    8 hours ago











  • If you use p<width> as an argument to multicolumn the width is only applied to this specific column. If you want to apply this setting th the whole table, use a p type column in the column specifier section right after begintabular.

    – leandriis
    8 hours ago











  • Alternatively, you might also be interested in the tabularx package for a more automated approach.

    – leandriis
    8 hours ago











  • Thanks for making the example code compilable. Do you use geometry in your actual document ot soehow change the size of the margins? If so, please also include thouse settings.

    – leandriis
    8 hours ago











  • Having had a closer look at your table, I am quite sure that it will not fit into the margins of a standart article pae unless you either use an extremly small fnt size or turn the page to a landscape orientation. Would the latter be fine for you?

    – leandriis
    8 hours ago

















3















I am new to tables in latex. I know that I can do this with pwidth but when I try it the table gets all unformated. How do I do it so that the Approach column gets smaller so that the table can fit inside the page?



Thanks.



documentclassarticle
usepackage[utf8]inputenc
usepackage[english]babel

begindocument
begintable
centering
labeltabelaSemEval
begintabularllc
hline
multicolumn3c textbfSub-task A & multicolumn3ctextbfSub-task B & multicolumn3ctextbfSub-task C \
multicolumn1textbfTeam Ranks & multicolumn1textbfApproach & multicolumn1ltextbfF1 score & multicolumn1textbfTeam Ranks & multicolumn1textbfApproach & multicolumn1ltextbfF1 score & multicolumn1textbfTeam Ranks & multicolumn1textbfApproach & multicolumn1ltextbfF1 score \
hline
NULI & BERT & 0.829 & jhan014 & MSOC & 0.755 & vradivchev anikolov & BERT+GloVe & 0.660 \
vradivchev anikolov & BERT+GloVe & 0.815 & Amobee & CNN+token embedding & 0.739 & NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM, Transformer,SVM and Random Forest & 0.628 \
UM-IU@LING & BERT & 0.814 & HHU & LSTM & 0.719 & Fermi & ELMo embeddings+ SVM & 0.626 \
Embeddia & BERT & 0.808 & NULI & BERT & 0.716 & YNU-HPCC & & 0.621 \
MIDAS & CNN+LSTM+GRU and word embeddings & 0.807 & NIT Agartala & Logistic regression+ Linear SVC+SGD+PA & 0.708 & Embeddia & BOW+GloVe-LSTM+POS-LSTM & 0.613 \
BNU-HKBU & BERT & 0.806 & UBC NLP & Emsemble of XGBoost+AdaBoost+logistic regression & 0.706 & NoOffense & - & 0.613 \
SentiBERT & BERT & 0.804 & Pardeep & GRU & 0.700 & Amobee & CNN+token embedding & 0.591 \
NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM,Transformer,SVM and Random Forest & 0.803 & MIDAS & model based on heuristics & 0.695 & orabia & - & 0.588 \
YNUWB & CNN+word embeddings & 0.802 & NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM, Transformer,SVM and Random Forest & 0.692 & UBC NLP & Ensemble of logistic regression+AdaBoost+XGBoost & 0.586 \
LTL-UDE & BERT & 0.802 & Vadym & - & 0.692 & na14 & - & 0.586
endtabular
endtable
enddocument


enter image description here










share|improve this question
























  • Could you please make your example compilable by adding the documentclass as well as the relevant packages?

    – leandriis
    8 hours ago











  • If you use p<width> as an argument to multicolumn the width is only applied to this specific column. If you want to apply this setting th the whole table, use a p type column in the column specifier section right after begintabular.

    – leandriis
    8 hours ago











  • Alternatively, you might also be interested in the tabularx package for a more automated approach.

    – leandriis
    8 hours ago











  • Thanks for making the example code compilable. Do you use geometry in your actual document ot soehow change the size of the margins? If so, please also include thouse settings.

    – leandriis
    8 hours ago











  • Having had a closer look at your table, I am quite sure that it will not fit into the margins of a standart article pae unless you either use an extremly small fnt size or turn the page to a landscape orientation. Would the latter be fine for you?

    – leandriis
    8 hours ago













3












3








3


1






I am new to tables in latex. I know that I can do this with pwidth but when I try it the table gets all unformated. How do I do it so that the Approach column gets smaller so that the table can fit inside the page?



Thanks.



documentclassarticle
usepackage[utf8]inputenc
usepackage[english]babel

begindocument
begintable
centering
labeltabelaSemEval
begintabularllc
hline
multicolumn3c textbfSub-task A & multicolumn3ctextbfSub-task B & multicolumn3ctextbfSub-task C \
multicolumn1textbfTeam Ranks & multicolumn1textbfApproach & multicolumn1ltextbfF1 score & multicolumn1textbfTeam Ranks & multicolumn1textbfApproach & multicolumn1ltextbfF1 score & multicolumn1textbfTeam Ranks & multicolumn1textbfApproach & multicolumn1ltextbfF1 score \
hline
NULI & BERT & 0.829 & jhan014 & MSOC & 0.755 & vradivchev anikolov & BERT+GloVe & 0.660 \
vradivchev anikolov & BERT+GloVe & 0.815 & Amobee & CNN+token embedding & 0.739 & NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM, Transformer,SVM and Random Forest & 0.628 \
UM-IU@LING & BERT & 0.814 & HHU & LSTM & 0.719 & Fermi & ELMo embeddings+ SVM & 0.626 \
Embeddia & BERT & 0.808 & NULI & BERT & 0.716 & YNU-HPCC & & 0.621 \
MIDAS & CNN+LSTM+GRU and word embeddings & 0.807 & NIT Agartala & Logistic regression+ Linear SVC+SGD+PA & 0.708 & Embeddia & BOW+GloVe-LSTM+POS-LSTM & 0.613 \
BNU-HKBU & BERT & 0.806 & UBC NLP & Emsemble of XGBoost+AdaBoost+logistic regression & 0.706 & NoOffense & - & 0.613 \
SentiBERT & BERT & 0.804 & Pardeep & GRU & 0.700 & Amobee & CNN+token embedding & 0.591 \
NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM,Transformer,SVM and Random Forest & 0.803 & MIDAS & model based on heuristics & 0.695 & orabia & - & 0.588 \
YNUWB & CNN+word embeddings & 0.802 & NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM, Transformer,SVM and Random Forest & 0.692 & UBC NLP & Ensemble of logistic regression+AdaBoost+XGBoost & 0.586 \
LTL-UDE & BERT & 0.802 & Vadym & - & 0.692 & na14 & - & 0.586
endtabular
endtable
enddocument


enter image description here










share|improve this question
















I am new to tables in latex. I know that I can do this with pwidth but when I try it the table gets all unformated. How do I do it so that the Approach column gets smaller so that the table can fit inside the page?



Thanks.



documentclassarticle
usepackage[utf8]inputenc
usepackage[english]babel

begindocument
begintable
centering
labeltabelaSemEval
begintabularllc
hline
multicolumn3c textbfSub-task A & multicolumn3ctextbfSub-task B & multicolumn3ctextbfSub-task C \
multicolumn1textbfTeam Ranks & multicolumn1textbfApproach & multicolumn1ltextbfF1 score & multicolumn1textbfTeam Ranks & multicolumn1textbfApproach & multicolumn1ltextbfF1 score & multicolumn1textbfTeam Ranks & multicolumn1textbfApproach & multicolumn1ltextbfF1 score \
hline
NULI & BERT & 0.829 & jhan014 & MSOC & 0.755 & vradivchev anikolov & BERT+GloVe & 0.660 \
vradivchev anikolov & BERT+GloVe & 0.815 & Amobee & CNN+token embedding & 0.739 & NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM, Transformer,SVM and Random Forest & 0.628 \
UM-IU@LING & BERT & 0.814 & HHU & LSTM & 0.719 & Fermi & ELMo embeddings+ SVM & 0.626 \
Embeddia & BERT & 0.808 & NULI & BERT & 0.716 & YNU-HPCC & & 0.621 \
MIDAS & CNN+LSTM+GRU and word embeddings & 0.807 & NIT Agartala & Logistic regression+ Linear SVC+SGD+PA & 0.708 & Embeddia & BOW+GloVe-LSTM+POS-LSTM & 0.613 \
BNU-HKBU & BERT & 0.806 & UBC NLP & Emsemble of XGBoost+AdaBoost+logistic regression & 0.706 & NoOffense & - & 0.613 \
SentiBERT & BERT & 0.804 & Pardeep & GRU & 0.700 & Amobee & CNN+token embedding & 0.591 \
NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM,Transformer,SVM and Random Forest & 0.803 & MIDAS & model based on heuristics & 0.695 & orabia & - & 0.588 \
YNUWB & CNN+word embeddings & 0.802 & NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM, Transformer,SVM and Random Forest & 0.692 & UBC NLP & Ensemble of logistic regression+AdaBoost+XGBoost & 0.586 \
LTL-UDE & BERT & 0.802 & Vadym & - & 0.692 & na14 & - & 0.586
endtabular
endtable
enddocument


enter image description here







tables multicolumn






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 8 hours ago







user190963

















asked 8 hours ago









user190963user190963

273 bronze badges




273 bronze badges












  • Could you please make your example compilable by adding the documentclass as well as the relevant packages?

    – leandriis
    8 hours ago











  • If you use p<width> as an argument to multicolumn the width is only applied to this specific column. If you want to apply this setting th the whole table, use a p type column in the column specifier section right after begintabular.

    – leandriis
    8 hours ago











  • Alternatively, you might also be interested in the tabularx package for a more automated approach.

    – leandriis
    8 hours ago











  • Thanks for making the example code compilable. Do you use geometry in your actual document ot soehow change the size of the margins? If so, please also include thouse settings.

    – leandriis
    8 hours ago











  • Having had a closer look at your table, I am quite sure that it will not fit into the margins of a standart article pae unless you either use an extremly small fnt size or turn the page to a landscape orientation. Would the latter be fine for you?

    – leandriis
    8 hours ago

















  • Could you please make your example compilable by adding the documentclass as well as the relevant packages?

    – leandriis
    8 hours ago











  • If you use p<width> as an argument to multicolumn the width is only applied to this specific column. If you want to apply this setting th the whole table, use a p type column in the column specifier section right after begintabular.

    – leandriis
    8 hours ago











  • Alternatively, you might also be interested in the tabularx package for a more automated approach.

    – leandriis
    8 hours ago











  • Thanks for making the example code compilable. Do you use geometry in your actual document ot soehow change the size of the margins? If so, please also include thouse settings.

    – leandriis
    8 hours ago











  • Having had a closer look at your table, I am quite sure that it will not fit into the margins of a standart article pae unless you either use an extremly small fnt size or turn the page to a landscape orientation. Would the latter be fine for you?

    – leandriis
    8 hours ago
















Could you please make your example compilable by adding the documentclass as well as the relevant packages?

– leandriis
8 hours ago





Could you please make your example compilable by adding the documentclass as well as the relevant packages?

– leandriis
8 hours ago













If you use p<width> as an argument to multicolumn the width is only applied to this specific column. If you want to apply this setting th the whole table, use a p type column in the column specifier section right after begintabular.

– leandriis
8 hours ago





If you use p<width> as an argument to multicolumn the width is only applied to this specific column. If you want to apply this setting th the whole table, use a p type column in the column specifier section right after begintabular.

– leandriis
8 hours ago













Alternatively, you might also be interested in the tabularx package for a more automated approach.

– leandriis
8 hours ago





Alternatively, you might also be interested in the tabularx package for a more automated approach.

– leandriis
8 hours ago













Thanks for making the example code compilable. Do you use geometry in your actual document ot soehow change the size of the margins? If so, please also include thouse settings.

– leandriis
8 hours ago





Thanks for making the example code compilable. Do you use geometry in your actual document ot soehow change the size of the margins? If so, please also include thouse settings.

– leandriis
8 hours ago













Having had a closer look at your table, I am quite sure that it will not fit into the margins of a standart article pae unless you either use an extremly small fnt size or turn the page to a landscape orientation. Would the latter be fine for you?

– leandriis
8 hours ago





Having had a closer look at your table, I am quite sure that it will not fit into the margins of a standart article pae unless you either use an extremly small fnt size or turn the page to a landscape orientation. Would the latter be fine for you?

– leandriis
8 hours ago










2 Answers
2






active

oldest

votes


















4














Here is my suggestion on how to restructure your table. As the table was too wide to fit into the margins (even on a landscape page) I decided to put the three sub-tasks below each other instead of next to each other. I have also used the horizontal lines from the booktabs package and the tabularx package for a table that automatically is as wide as the textwidth.



enter image description here



documentclassarticle
usepackagetabularx
usepackagebooktabs
usepackageragged2e

begindocument

begintable
centering
labeltabelaSemEval
begintabularxlinewidth@quadquadl>RaggedRightXc
toprule
Team ranks & Approach & F1 score \
midrule
multicolumn3ltextitSub-task A\
NULI & BERT & 0.829 \
vradivchev anikolov & BERT+GloVe & 0.815 \
UM-IU@LING & BERT & 0.814 \
Embeddia & BERT & 0.808 \
MIDAS & CNN+LSTM+GRU and word embeddings & 0.807 \
BNU-HKBU & BERT & 0.806 \
SentiBERT & BERT & 0.804 \
NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM,Transformer,SVM and Random Forest & 0.803 \
YNUWB & CNN+word embeddings & 0.802 \
LTL-UDE & BERT & 0.802 \
midrule
multicolumn3ltextitSub-task B\
jhan014 & MSOC & 0.755 \
Amobee & CNN+token embedding & 0.739 \
HHU & LSTM & 0.719\
NULI & BERT & 0.716 \
NIT Agartala & Logistic regression+ Linear SVC+SGD+PA & 0.708 \
UBC NLP & Emsemble of XGBoost+AdaBoost+logistic regression & 0.706 \
Pardeep & GRU & 0.700 \
MIDAS & model based on heuristics & 0.695 \
NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM, Transformer,SVM and Random Forest & 0.692\
Vadym & - & 0.692 \
midrule
multicolumn3ltextitSub-task C\
vradivchev anikolov & BERT+GloVe & 0.660\
NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM, Transformer,SVM and Random Forest & 0.628 \
Fermi & ELMo embeddings+ SVM & 0.626 \
YNU-HPCC & & 0.621 \
Embeddia & BOW+GloVe-LSTM+POS-LSTM & 0.613 \
NoOffense & - & 0.613 \
Amobee & CNN+token embedding & 0.591 \
orabia & - & 0.588 \
UBC NLP & Ensemble of logistic regression+AdaBoost+XGBoost & 0.586 \
na14 & - & 0.586 \
bottomrule
endtabularx
endtable

enddocument





share|improve this answer























  • I am amazed, never seen a table with such a structure. Very nice, thank you.

    – user190963
    7 hours ago


















3














Another possibility: a table in landscape format, playing with the margins, the font size and the separating space between columns. I removed all vertical rules, replaced the hyphens with the more appropriate endashes, and added spaces around the + signs, to make line breaking easier:



documentclassarticle
usepackage[utf8]inputenc
usepackage[english]babel
usepackageragged2e
usepackage[margin=2cm]geometry
usepackagelscape
usepackagetabularx, booktabs, makecell
renewcommandtheadfontbfseries

begindocument

beginlandscape
setlengthtabcolsep4pt
footnotesize
begintable
centering
labeltabelaSemEval
begintabularxlinewidth*2l>RaggedRightX@cl>RaggedRightX@c
toprule
multicolumn3ctextbfSub-task A & multicolumn3ctextbfSub-task B & multicolumn3ctextbfSub-task C \[1ex]
thead[l]Team Ranks &thead[l]Approach& theadF1 score,& thead[l]Team Ranks &thead[l]Approach& theadF1 score, & thead[l]Team Ranks &thead[lc]Approach& theadF1 score,\[1ex]
cmidrule(lr)1-3cmidrule(lr)4-6cmidrule(lr)7-9
addlinespace[2ex]
NULI & BERT & 0.829 & jhan014 & MSOC & 0.755 & vradivchev anikolov & BERT + GloVe & 0.660 \
vradivchev anikolov & BERT + GloVe & 0.815 & Amobee & CNN + token embedding & 0.739 & NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM, Transformer,SVM and Random Forest & 0.628 \
UM-IU@LING & BERT & 0.814 & HHU & LSTM & 0.719 & Fermi & ELMo embeddings + SVM & 0.626 \
Embeddia & BERT & 0.808 & NULI & BERT & 0.716 & YNU-HPCC & & 0.621 \
MIDAS & CNN + LSTM + GRU and word embeddings & 0.807 & NIT Agartala & Logistic regression + Linear SVC + SGD + PA & 0.708 & Embeddia & BOW + GloVe-LSTM + POS-LSTM & 0.613 \
BNU-HKBU & BERT & 0.806 & UBC NLP & Ensemble of XGBoost + AdaBoost + logistic regression & 0.706 & NoOffense & -- & 0.613 \
SentiBERT & BERT & 0.804 & Pardeep & GRU & 0.700 & Amobee & CNN + token embedding & 0.591 \
NLPR@SRPOL & ensemble of OpenAI, Finetune, LSTM, Transformer, SVM and Random Forest & 0.803 & MIDAS & model based on heuristics & 0.695 & orabia & -- & 0.588 \
YNUWB & CNN + word embeddings & 0.802 & NLPR@SRPOL & ensemble of OpenAI, Finetune, LSTM, Transformer, SVM and Random Forest & 0.692 & UBC NLP & Ensemble of logistic regression + AdaBoost + XGBoost & 0.586 \
LTL-UDE & BERT & 0.802 & Vadym & -- & 0.692 & na14 & -- & 0.586 \
addlinespace[2ex]
bottomrule
endtabularx
endtable
endlandscape

enddocument


enter image description here






share|improve this answer

























    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
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f496688%2fset-multicolumn-to-a-exact-width%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    4














    Here is my suggestion on how to restructure your table. As the table was too wide to fit into the margins (even on a landscape page) I decided to put the three sub-tasks below each other instead of next to each other. I have also used the horizontal lines from the booktabs package and the tabularx package for a table that automatically is as wide as the textwidth.



    enter image description here



    documentclassarticle
    usepackagetabularx
    usepackagebooktabs
    usepackageragged2e

    begindocument

    begintable
    centering
    labeltabelaSemEval
    begintabularxlinewidth@quadquadl>RaggedRightXc
    toprule
    Team ranks & Approach & F1 score \
    midrule
    multicolumn3ltextitSub-task A\
    NULI & BERT & 0.829 \
    vradivchev anikolov & BERT+GloVe & 0.815 \
    UM-IU@LING & BERT & 0.814 \
    Embeddia & BERT & 0.808 \
    MIDAS & CNN+LSTM+GRU and word embeddings & 0.807 \
    BNU-HKBU & BERT & 0.806 \
    SentiBERT & BERT & 0.804 \
    NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM,Transformer,SVM and Random Forest & 0.803 \
    YNUWB & CNN+word embeddings & 0.802 \
    LTL-UDE & BERT & 0.802 \
    midrule
    multicolumn3ltextitSub-task B\
    jhan014 & MSOC & 0.755 \
    Amobee & CNN+token embedding & 0.739 \
    HHU & LSTM & 0.719\
    NULI & BERT & 0.716 \
    NIT Agartala & Logistic regression+ Linear SVC+SGD+PA & 0.708 \
    UBC NLP & Emsemble of XGBoost+AdaBoost+logistic regression & 0.706 \
    Pardeep & GRU & 0.700 \
    MIDAS & model based on heuristics & 0.695 \
    NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM, Transformer,SVM and Random Forest & 0.692\
    Vadym & - & 0.692 \
    midrule
    multicolumn3ltextitSub-task C\
    vradivchev anikolov & BERT+GloVe & 0.660\
    NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM, Transformer,SVM and Random Forest & 0.628 \
    Fermi & ELMo embeddings+ SVM & 0.626 \
    YNU-HPCC & & 0.621 \
    Embeddia & BOW+GloVe-LSTM+POS-LSTM & 0.613 \
    NoOffense & - & 0.613 \
    Amobee & CNN+token embedding & 0.591 \
    orabia & - & 0.588 \
    UBC NLP & Ensemble of logistic regression+AdaBoost+XGBoost & 0.586 \
    na14 & - & 0.586 \
    bottomrule
    endtabularx
    endtable

    enddocument





    share|improve this answer























    • I am amazed, never seen a table with such a structure. Very nice, thank you.

      – user190963
      7 hours ago















    4














    Here is my suggestion on how to restructure your table. As the table was too wide to fit into the margins (even on a landscape page) I decided to put the three sub-tasks below each other instead of next to each other. I have also used the horizontal lines from the booktabs package and the tabularx package for a table that automatically is as wide as the textwidth.



    enter image description here



    documentclassarticle
    usepackagetabularx
    usepackagebooktabs
    usepackageragged2e

    begindocument

    begintable
    centering
    labeltabelaSemEval
    begintabularxlinewidth@quadquadl>RaggedRightXc
    toprule
    Team ranks & Approach & F1 score \
    midrule
    multicolumn3ltextitSub-task A\
    NULI & BERT & 0.829 \
    vradivchev anikolov & BERT+GloVe & 0.815 \
    UM-IU@LING & BERT & 0.814 \
    Embeddia & BERT & 0.808 \
    MIDAS & CNN+LSTM+GRU and word embeddings & 0.807 \
    BNU-HKBU & BERT & 0.806 \
    SentiBERT & BERT & 0.804 \
    NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM,Transformer,SVM and Random Forest & 0.803 \
    YNUWB & CNN+word embeddings & 0.802 \
    LTL-UDE & BERT & 0.802 \
    midrule
    multicolumn3ltextitSub-task B\
    jhan014 & MSOC & 0.755 \
    Amobee & CNN+token embedding & 0.739 \
    HHU & LSTM & 0.719\
    NULI & BERT & 0.716 \
    NIT Agartala & Logistic regression+ Linear SVC+SGD+PA & 0.708 \
    UBC NLP & Emsemble of XGBoost+AdaBoost+logistic regression & 0.706 \
    Pardeep & GRU & 0.700 \
    MIDAS & model based on heuristics & 0.695 \
    NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM, Transformer,SVM and Random Forest & 0.692\
    Vadym & - & 0.692 \
    midrule
    multicolumn3ltextitSub-task C\
    vradivchev anikolov & BERT+GloVe & 0.660\
    NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM, Transformer,SVM and Random Forest & 0.628 \
    Fermi & ELMo embeddings+ SVM & 0.626 \
    YNU-HPCC & & 0.621 \
    Embeddia & BOW+GloVe-LSTM+POS-LSTM & 0.613 \
    NoOffense & - & 0.613 \
    Amobee & CNN+token embedding & 0.591 \
    orabia & - & 0.588 \
    UBC NLP & Ensemble of logistic regression+AdaBoost+XGBoost & 0.586 \
    na14 & - & 0.586 \
    bottomrule
    endtabularx
    endtable

    enddocument





    share|improve this answer























    • I am amazed, never seen a table with such a structure. Very nice, thank you.

      – user190963
      7 hours ago













    4












    4








    4







    Here is my suggestion on how to restructure your table. As the table was too wide to fit into the margins (even on a landscape page) I decided to put the three sub-tasks below each other instead of next to each other. I have also used the horizontal lines from the booktabs package and the tabularx package for a table that automatically is as wide as the textwidth.



    enter image description here



    documentclassarticle
    usepackagetabularx
    usepackagebooktabs
    usepackageragged2e

    begindocument

    begintable
    centering
    labeltabelaSemEval
    begintabularxlinewidth@quadquadl>RaggedRightXc
    toprule
    Team ranks & Approach & F1 score \
    midrule
    multicolumn3ltextitSub-task A\
    NULI & BERT & 0.829 \
    vradivchev anikolov & BERT+GloVe & 0.815 \
    UM-IU@LING & BERT & 0.814 \
    Embeddia & BERT & 0.808 \
    MIDAS & CNN+LSTM+GRU and word embeddings & 0.807 \
    BNU-HKBU & BERT & 0.806 \
    SentiBERT & BERT & 0.804 \
    NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM,Transformer,SVM and Random Forest & 0.803 \
    YNUWB & CNN+word embeddings & 0.802 \
    LTL-UDE & BERT & 0.802 \
    midrule
    multicolumn3ltextitSub-task B\
    jhan014 & MSOC & 0.755 \
    Amobee & CNN+token embedding & 0.739 \
    HHU & LSTM & 0.719\
    NULI & BERT & 0.716 \
    NIT Agartala & Logistic regression+ Linear SVC+SGD+PA & 0.708 \
    UBC NLP & Emsemble of XGBoost+AdaBoost+logistic regression & 0.706 \
    Pardeep & GRU & 0.700 \
    MIDAS & model based on heuristics & 0.695 \
    NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM, Transformer,SVM and Random Forest & 0.692\
    Vadym & - & 0.692 \
    midrule
    multicolumn3ltextitSub-task C\
    vradivchev anikolov & BERT+GloVe & 0.660\
    NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM, Transformer,SVM and Random Forest & 0.628 \
    Fermi & ELMo embeddings+ SVM & 0.626 \
    YNU-HPCC & & 0.621 \
    Embeddia & BOW+GloVe-LSTM+POS-LSTM & 0.613 \
    NoOffense & - & 0.613 \
    Amobee & CNN+token embedding & 0.591 \
    orabia & - & 0.588 \
    UBC NLP & Ensemble of logistic regression+AdaBoost+XGBoost & 0.586 \
    na14 & - & 0.586 \
    bottomrule
    endtabularx
    endtable

    enddocument





    share|improve this answer













    Here is my suggestion on how to restructure your table. As the table was too wide to fit into the margins (even on a landscape page) I decided to put the three sub-tasks below each other instead of next to each other. I have also used the horizontal lines from the booktabs package and the tabularx package for a table that automatically is as wide as the textwidth.



    enter image description here



    documentclassarticle
    usepackagetabularx
    usepackagebooktabs
    usepackageragged2e

    begindocument

    begintable
    centering
    labeltabelaSemEval
    begintabularxlinewidth@quadquadl>RaggedRightXc
    toprule
    Team ranks & Approach & F1 score \
    midrule
    multicolumn3ltextitSub-task A\
    NULI & BERT & 0.829 \
    vradivchev anikolov & BERT+GloVe & 0.815 \
    UM-IU@LING & BERT & 0.814 \
    Embeddia & BERT & 0.808 \
    MIDAS & CNN+LSTM+GRU and word embeddings & 0.807 \
    BNU-HKBU & BERT & 0.806 \
    SentiBERT & BERT & 0.804 \
    NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM,Transformer,SVM and Random Forest & 0.803 \
    YNUWB & CNN+word embeddings & 0.802 \
    LTL-UDE & BERT & 0.802 \
    midrule
    multicolumn3ltextitSub-task B\
    jhan014 & MSOC & 0.755 \
    Amobee & CNN+token embedding & 0.739 \
    HHU & LSTM & 0.719\
    NULI & BERT & 0.716 \
    NIT Agartala & Logistic regression+ Linear SVC+SGD+PA & 0.708 \
    UBC NLP & Emsemble of XGBoost+AdaBoost+logistic regression & 0.706 \
    Pardeep & GRU & 0.700 \
    MIDAS & model based on heuristics & 0.695 \
    NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM, Transformer,SVM and Random Forest & 0.692\
    Vadym & - & 0.692 \
    midrule
    multicolumn3ltextitSub-task C\
    vradivchev anikolov & BERT+GloVe & 0.660\
    NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM, Transformer,SVM and Random Forest & 0.628 \
    Fermi & ELMo embeddings+ SVM & 0.626 \
    YNU-HPCC & & 0.621 \
    Embeddia & BOW+GloVe-LSTM+POS-LSTM & 0.613 \
    NoOffense & - & 0.613 \
    Amobee & CNN+token embedding & 0.591 \
    orabia & - & 0.588 \
    UBC NLP & Ensemble of logistic regression+AdaBoost+XGBoost & 0.586 \
    na14 & - & 0.586 \
    bottomrule
    endtabularx
    endtable

    enddocument






    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered 7 hours ago









    leandriisleandriis

    14.4k1 gold badge11 silver badges35 bronze badges




    14.4k1 gold badge11 silver badges35 bronze badges












    • I am amazed, never seen a table with such a structure. Very nice, thank you.

      – user190963
      7 hours ago

















    • I am amazed, never seen a table with such a structure. Very nice, thank you.

      – user190963
      7 hours ago
















    I am amazed, never seen a table with such a structure. Very nice, thank you.

    – user190963
    7 hours ago





    I am amazed, never seen a table with such a structure. Very nice, thank you.

    – user190963
    7 hours ago













    3














    Another possibility: a table in landscape format, playing with the margins, the font size and the separating space between columns. I removed all vertical rules, replaced the hyphens with the more appropriate endashes, and added spaces around the + signs, to make line breaking easier:



    documentclassarticle
    usepackage[utf8]inputenc
    usepackage[english]babel
    usepackageragged2e
    usepackage[margin=2cm]geometry
    usepackagelscape
    usepackagetabularx, booktabs, makecell
    renewcommandtheadfontbfseries

    begindocument

    beginlandscape
    setlengthtabcolsep4pt
    footnotesize
    begintable
    centering
    labeltabelaSemEval
    begintabularxlinewidth*2l>RaggedRightX@cl>RaggedRightX@c
    toprule
    multicolumn3ctextbfSub-task A & multicolumn3ctextbfSub-task B & multicolumn3ctextbfSub-task C \[1ex]
    thead[l]Team Ranks &thead[l]Approach& theadF1 score,& thead[l]Team Ranks &thead[l]Approach& theadF1 score, & thead[l]Team Ranks &thead[lc]Approach& theadF1 score,\[1ex]
    cmidrule(lr)1-3cmidrule(lr)4-6cmidrule(lr)7-9
    addlinespace[2ex]
    NULI & BERT & 0.829 & jhan014 & MSOC & 0.755 & vradivchev anikolov & BERT + GloVe & 0.660 \
    vradivchev anikolov & BERT + GloVe & 0.815 & Amobee & CNN + token embedding & 0.739 & NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM, Transformer,SVM and Random Forest & 0.628 \
    UM-IU@LING & BERT & 0.814 & HHU & LSTM & 0.719 & Fermi & ELMo embeddings + SVM & 0.626 \
    Embeddia & BERT & 0.808 & NULI & BERT & 0.716 & YNU-HPCC & & 0.621 \
    MIDAS & CNN + LSTM + GRU and word embeddings & 0.807 & NIT Agartala & Logistic regression + Linear SVC + SGD + PA & 0.708 & Embeddia & BOW + GloVe-LSTM + POS-LSTM & 0.613 \
    BNU-HKBU & BERT & 0.806 & UBC NLP & Ensemble of XGBoost + AdaBoost + logistic regression & 0.706 & NoOffense & -- & 0.613 \
    SentiBERT & BERT & 0.804 & Pardeep & GRU & 0.700 & Amobee & CNN + token embedding & 0.591 \
    NLPR@SRPOL & ensemble of OpenAI, Finetune, LSTM, Transformer, SVM and Random Forest & 0.803 & MIDAS & model based on heuristics & 0.695 & orabia & -- & 0.588 \
    YNUWB & CNN + word embeddings & 0.802 & NLPR@SRPOL & ensemble of OpenAI, Finetune, LSTM, Transformer, SVM and Random Forest & 0.692 & UBC NLP & Ensemble of logistic regression + AdaBoost + XGBoost & 0.586 \
    LTL-UDE & BERT & 0.802 & Vadym & -- & 0.692 & na14 & -- & 0.586 \
    addlinespace[2ex]
    bottomrule
    endtabularx
    endtable
    endlandscape

    enddocument


    enter image description here






    share|improve this answer



























      3














      Another possibility: a table in landscape format, playing with the margins, the font size and the separating space between columns. I removed all vertical rules, replaced the hyphens with the more appropriate endashes, and added spaces around the + signs, to make line breaking easier:



      documentclassarticle
      usepackage[utf8]inputenc
      usepackage[english]babel
      usepackageragged2e
      usepackage[margin=2cm]geometry
      usepackagelscape
      usepackagetabularx, booktabs, makecell
      renewcommandtheadfontbfseries

      begindocument

      beginlandscape
      setlengthtabcolsep4pt
      footnotesize
      begintable
      centering
      labeltabelaSemEval
      begintabularxlinewidth*2l>RaggedRightX@cl>RaggedRightX@c
      toprule
      multicolumn3ctextbfSub-task A & multicolumn3ctextbfSub-task B & multicolumn3ctextbfSub-task C \[1ex]
      thead[l]Team Ranks &thead[l]Approach& theadF1 score,& thead[l]Team Ranks &thead[l]Approach& theadF1 score, & thead[l]Team Ranks &thead[lc]Approach& theadF1 score,\[1ex]
      cmidrule(lr)1-3cmidrule(lr)4-6cmidrule(lr)7-9
      addlinespace[2ex]
      NULI & BERT & 0.829 & jhan014 & MSOC & 0.755 & vradivchev anikolov & BERT + GloVe & 0.660 \
      vradivchev anikolov & BERT + GloVe & 0.815 & Amobee & CNN + token embedding & 0.739 & NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM, Transformer,SVM and Random Forest & 0.628 \
      UM-IU@LING & BERT & 0.814 & HHU & LSTM & 0.719 & Fermi & ELMo embeddings + SVM & 0.626 \
      Embeddia & BERT & 0.808 & NULI & BERT & 0.716 & YNU-HPCC & & 0.621 \
      MIDAS & CNN + LSTM + GRU and word embeddings & 0.807 & NIT Agartala & Logistic regression + Linear SVC + SGD + PA & 0.708 & Embeddia & BOW + GloVe-LSTM + POS-LSTM & 0.613 \
      BNU-HKBU & BERT & 0.806 & UBC NLP & Ensemble of XGBoost + AdaBoost + logistic regression & 0.706 & NoOffense & -- & 0.613 \
      SentiBERT & BERT & 0.804 & Pardeep & GRU & 0.700 & Amobee & CNN + token embedding & 0.591 \
      NLPR@SRPOL & ensemble of OpenAI, Finetune, LSTM, Transformer, SVM and Random Forest & 0.803 & MIDAS & model based on heuristics & 0.695 & orabia & -- & 0.588 \
      YNUWB & CNN + word embeddings & 0.802 & NLPR@SRPOL & ensemble of OpenAI, Finetune, LSTM, Transformer, SVM and Random Forest & 0.692 & UBC NLP & Ensemble of logistic regression + AdaBoost + XGBoost & 0.586 \
      LTL-UDE & BERT & 0.802 & Vadym & -- & 0.692 & na14 & -- & 0.586 \
      addlinespace[2ex]
      bottomrule
      endtabularx
      endtable
      endlandscape

      enddocument


      enter image description here






      share|improve this answer

























        3












        3








        3







        Another possibility: a table in landscape format, playing with the margins, the font size and the separating space between columns. I removed all vertical rules, replaced the hyphens with the more appropriate endashes, and added spaces around the + signs, to make line breaking easier:



        documentclassarticle
        usepackage[utf8]inputenc
        usepackage[english]babel
        usepackageragged2e
        usepackage[margin=2cm]geometry
        usepackagelscape
        usepackagetabularx, booktabs, makecell
        renewcommandtheadfontbfseries

        begindocument

        beginlandscape
        setlengthtabcolsep4pt
        footnotesize
        begintable
        centering
        labeltabelaSemEval
        begintabularxlinewidth*2l>RaggedRightX@cl>RaggedRightX@c
        toprule
        multicolumn3ctextbfSub-task A & multicolumn3ctextbfSub-task B & multicolumn3ctextbfSub-task C \[1ex]
        thead[l]Team Ranks &thead[l]Approach& theadF1 score,& thead[l]Team Ranks &thead[l]Approach& theadF1 score, & thead[l]Team Ranks &thead[lc]Approach& theadF1 score,\[1ex]
        cmidrule(lr)1-3cmidrule(lr)4-6cmidrule(lr)7-9
        addlinespace[2ex]
        NULI & BERT & 0.829 & jhan014 & MSOC & 0.755 & vradivchev anikolov & BERT + GloVe & 0.660 \
        vradivchev anikolov & BERT + GloVe & 0.815 & Amobee & CNN + token embedding & 0.739 & NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM, Transformer,SVM and Random Forest & 0.628 \
        UM-IU@LING & BERT & 0.814 & HHU & LSTM & 0.719 & Fermi & ELMo embeddings + SVM & 0.626 \
        Embeddia & BERT & 0.808 & NULI & BERT & 0.716 & YNU-HPCC & & 0.621 \
        MIDAS & CNN + LSTM + GRU and word embeddings & 0.807 & NIT Agartala & Logistic regression + Linear SVC + SGD + PA & 0.708 & Embeddia & BOW + GloVe-LSTM + POS-LSTM & 0.613 \
        BNU-HKBU & BERT & 0.806 & UBC NLP & Ensemble of XGBoost + AdaBoost + logistic regression & 0.706 & NoOffense & -- & 0.613 \
        SentiBERT & BERT & 0.804 & Pardeep & GRU & 0.700 & Amobee & CNN + token embedding & 0.591 \
        NLPR@SRPOL & ensemble of OpenAI, Finetune, LSTM, Transformer, SVM and Random Forest & 0.803 & MIDAS & model based on heuristics & 0.695 & orabia & -- & 0.588 \
        YNUWB & CNN + word embeddings & 0.802 & NLPR@SRPOL & ensemble of OpenAI, Finetune, LSTM, Transformer, SVM and Random Forest & 0.692 & UBC NLP & Ensemble of logistic regression + AdaBoost + XGBoost & 0.586 \
        LTL-UDE & BERT & 0.802 & Vadym & -- & 0.692 & na14 & -- & 0.586 \
        addlinespace[2ex]
        bottomrule
        endtabularx
        endtable
        endlandscape

        enddocument


        enter image description here






        share|improve this answer













        Another possibility: a table in landscape format, playing with the margins, the font size and the separating space between columns. I removed all vertical rules, replaced the hyphens with the more appropriate endashes, and added spaces around the + signs, to make line breaking easier:



        documentclassarticle
        usepackage[utf8]inputenc
        usepackage[english]babel
        usepackageragged2e
        usepackage[margin=2cm]geometry
        usepackagelscape
        usepackagetabularx, booktabs, makecell
        renewcommandtheadfontbfseries

        begindocument

        beginlandscape
        setlengthtabcolsep4pt
        footnotesize
        begintable
        centering
        labeltabelaSemEval
        begintabularxlinewidth*2l>RaggedRightX@cl>RaggedRightX@c
        toprule
        multicolumn3ctextbfSub-task A & multicolumn3ctextbfSub-task B & multicolumn3ctextbfSub-task C \[1ex]
        thead[l]Team Ranks &thead[l]Approach& theadF1 score,& thead[l]Team Ranks &thead[l]Approach& theadF1 score, & thead[l]Team Ranks &thead[lc]Approach& theadF1 score,\[1ex]
        cmidrule(lr)1-3cmidrule(lr)4-6cmidrule(lr)7-9
        addlinespace[2ex]
        NULI & BERT & 0.829 & jhan014 & MSOC & 0.755 & vradivchev anikolov & BERT + GloVe & 0.660 \
        vradivchev anikolov & BERT + GloVe & 0.815 & Amobee & CNN + token embedding & 0.739 & NLPR@SRPOL & ensemble of OpenAI,Finetune, LSTM, Transformer,SVM and Random Forest & 0.628 \
        UM-IU@LING & BERT & 0.814 & HHU & LSTM & 0.719 & Fermi & ELMo embeddings + SVM & 0.626 \
        Embeddia & BERT & 0.808 & NULI & BERT & 0.716 & YNU-HPCC & & 0.621 \
        MIDAS & CNN + LSTM + GRU and word embeddings & 0.807 & NIT Agartala & Logistic regression + Linear SVC + SGD + PA & 0.708 & Embeddia & BOW + GloVe-LSTM + POS-LSTM & 0.613 \
        BNU-HKBU & BERT & 0.806 & UBC NLP & Ensemble of XGBoost + AdaBoost + logistic regression & 0.706 & NoOffense & -- & 0.613 \
        SentiBERT & BERT & 0.804 & Pardeep & GRU & 0.700 & Amobee & CNN + token embedding & 0.591 \
        NLPR@SRPOL & ensemble of OpenAI, Finetune, LSTM, Transformer, SVM and Random Forest & 0.803 & MIDAS & model based on heuristics & 0.695 & orabia & -- & 0.588 \
        YNUWB & CNN + word embeddings & 0.802 & NLPR@SRPOL & ensemble of OpenAI, Finetune, LSTM, Transformer, SVM and Random Forest & 0.692 & UBC NLP & Ensemble of logistic regression + AdaBoost + XGBoost & 0.586 \
        LTL-UDE & BERT & 0.802 & Vadym & -- & 0.692 & na14 & -- & 0.586 \
        addlinespace[2ex]
        bottomrule
        endtabularx
        endtable
        endlandscape

        enddocument


        enter image description here







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 7 hours ago









        BernardBernard

        182k7 gold badges83 silver badges214 bronze badges




        182k7 gold badges83 silver badges214 bronze badges



























            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f496688%2fset-multicolumn-to-a-exact-width%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

            Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

            Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

            Tom Holland Mục lục Đầu đời và giáo dục | Sự nghiệp | Cuộc sống cá nhân | Phim tham gia | Giải thưởng và đề cử | Chú thích | Liên kết ngoài | Trình đơn chuyển hướngProfile“Person Details for Thomas Stanley Holland, "England and Wales Birth Registration Index, 1837-2008" — FamilySearch.org”"Meet Tom Holland... the 16-year-old star of The Impossible""Schoolboy actor Tom Holland finds himself in Oscar contention for role in tsunami drama"“Naomi Watts on the Prince William and Harry's reaction to her film about the late Princess Diana”lưu trữ"Holland and Pflueger Are West End's Two New 'Billy Elliots'""I'm so envious of my son, the movie star! British writer Dominic Holland's spent 20 years trying to crack Hollywood - but he's been beaten to it by a very unlikely rival"“Richard and Margaret Povey of Jersey, Channel Islands, UK: Information about Thomas Stanley Holland”"Tom Holland to play Billy Elliot""New Billy Elliot leaving the garage"Billy Elliot the Musical - Tom Holland - Billy"A Tale of four Billys: Tom Holland""The Feel Good Factor""Thames Christian College schoolboys join Myleene Klass for The Feelgood Factor""Government launches £600,000 arts bursaries pilot""BILLY's Chapman, Holland, Gardner & Jackson-Keen Visit Prime Minister""Elton John 'blown away' by Billy Elliot fifth birthday" (video with John's interview and fragments of Holland's performance)"First News interviews Arrietty's Tom Holland"“33rd Critics' Circle Film Awards winners”“National Board of Review Current Awards”Bản gốc"Ron Howard Whaling Tale 'In The Heart Of The Sea' Casts Tom Holland"“'Spider-Man' Finds Tom Holland to Star as New Web-Slinger”lưu trữ“Captain America: Civil War (2016)”“Film Review: ‘Captain America: Civil War’”lưu trữ“‘Captain America: Civil War’ review: Choose your own avenger”lưu trữ“The Lost City of Z reviews”“Sony Pictures and Marvel Studios Find Their 'Spider-Man' Star and Director”“‘Mary Magdalene’, ‘Current War’ & ‘Wind River’ Get 2017 Release Dates From Weinstein”“Lionsgate Unleashing Daisy Ridley & Tom Holland Starrer ‘Chaos Walking’ In Cannes”“PTA's 'Master' Leads Chicago Film Critics Nominations, UPDATED: Houston and Indiana Critics Nominations”“Nominaciones Goya 2013 Telecinco Cinema – ENG”“Jameson Empire Film Awards: Martin Freeman wins best actor for performance in The Hobbit”“34th Annual Young Artist Awards”Bản gốc“Teen Choice Awards 2016—Captain America: Civil War Leads Second Wave of Nominations”“BAFTA Film Award Nominations: ‘La La Land’ Leads Race”“Saturn Awards Nominations 2017: 'Rogue One,' 'Walking Dead' Lead”Tom HollandTom HollandTom HollandTom Hollandmedia.gettyimages.comWorldCat Identities300279794no20130442900000 0004 0355 42791085670554170004732cb16706349t(data)XX5557367