table going outside the pageStop table going off pageStop table going off page (vertically)Table going beyond the page widthLatex Table goes outside page widthTable outside pagecsvsimple table going off of pageHow to get a table with equally spaced columns and not going outside the page?The contents of table in LaTeX are going off pagePrevent table from going out of the pagePrevent table from going off page, how?

Why is an old chain unsafe?

Patience, young "Padovan"

What exactly is the parasitic white layer that forms after iron parts are treated with ammonia?

How to report a triplet of septets in NMR tabulation?

What would happen to a modern skyscraper if it rains micro blackholes?

Copycat chess is back

How can I fix this gap between bookcases I made?

What do you call a Matrix-like slowdown and camera movement effect?

Is there a familial term for apples and pears?

Question about Goedel's incompleteness Proof

Continuity at a point in terms of closure

How can the DM most effectively choose 1 out of an odd number of players to be targeted by an attack or effect?

How to re-create Edward Weson's Pepper No. 30?

How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?

"which" command doesn't work / path of Safari?

Is it tax fraud for an individual to declare non-taxable revenue as taxable income? (US tax laws)

How to make payment on the internet without leaving a money trail?

Why is the design of haulage companies so “special”?

TGV timetables / schedules?

Book about a traveler who helps planets in need

whey we use polarized capacitor?

What would the Romans have called "sorcery"?

Is it possible to make sharp wind that can cut stuff from afar?

How to add power-LED to my small amplifier?



table going outside the page


Stop table going off pageStop table going off page (vertically)Table going beyond the page widthLatex Table goes outside page widthTable outside pagecsvsimple table going off of pageHow to get a table with equally spaced columns and not going outside the page?The contents of table in LaTeX are going off pagePrevent table from going out of the pagePrevent table from going off page, how?













3















enter image description hereWhy this table goes outside the page:



 documentclass[11pt,twoside,a4paper]report
usepackagegraphicx

usepackagemakeidx
usepackagemultirow
usepackagetikz
usepackagearray,booktabs,siunitx
usepackage[italian]babel
usepackage[T1]fontenc
makeindex
begindocument
tableofcontents
printindex
begintable[htbp]
begintabular
toprule
T $^circ$ C & 6 $^circ$ C & 20 $^circ$ C & 37 $^circ$ C \
toprule
Solvente & conc. (%p/V) & contenuto fase liq. (%) & contenuto fase liq. (%) & contenuto fase liq.(%) \
midrule
multirow4*Water& 1 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & 98.9 $pm$ 0.1\
& 2 & 84.3 $pm$ 0.1 & - & 98.9 $pm$ 0.2 \
& 3 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & - \
& 4 & 84.5 $pm$ 0.1 & 90 $pm$ 5 & 83.3 $pm$ 0.2\
midrule
multirow4*Saline &1 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.1 & 99.3 $pm$ 0.1\
& 2 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 99.4 $pm$ 0.2 \
& 3 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.2 & 99.5 $pm$ 0.1 \
& 4 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 98.8 $pm$ 0.2 \
midrule
multirow4*PBS & 1 & 99.1 $pm$ 0.1 & - & 99.5 $pm$ 0.1 \
& 2 & 99.0 $pm$ 0.2 & - & 99.3 $pm$ 0.1\
& 3 & 99.4 $pm$ 0.1 & 99.7 $pm$ 0.1 & 99.5 $pm$ 0.1\
& 4 & 99.4 $pm$ 0.1 & 99.0 $pm$ 0.1 & 99.2 $pm$ 0.2\
bottomrule
endtabular
captionemphRapporto liquido/solido per i campioni in acqua, in soluzione fisiologica e in tampone fosfato alle concentrazioni del 1, 2, 3, 4% p/V, alle temperature di 6, 20, 37$^circ$ C
endtable









share|improve this question



















  • 3





    You could shorten the table column headers (add a third line break or delete repeaded information). Unrelated to the issue: If you use booktabs horizontal lines you should also avoid vertical lines (see the booktabs manual). If you are interested in aligning numbers in table columns you ight want to have a look at the siunitx package.

    – leandriis
    Apr 4 at 11:39















3















enter image description hereWhy this table goes outside the page:



 documentclass[11pt,twoside,a4paper]report
usepackagegraphicx

usepackagemakeidx
usepackagemultirow
usepackagetikz
usepackagearray,booktabs,siunitx
usepackage[italian]babel
usepackage[T1]fontenc
makeindex
begindocument
tableofcontents
printindex
begintable[htbp]
begintabular
toprule
T $^circ$ C & 6 $^circ$ C & 20 $^circ$ C & 37 $^circ$ C \
toprule
Solvente & conc. (%p/V) & contenuto fase liq. (%) & contenuto fase liq. (%) & contenuto fase liq.(%) \
midrule
multirow4*Water& 1 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & 98.9 $pm$ 0.1\
& 2 & 84.3 $pm$ 0.1 & - & 98.9 $pm$ 0.2 \
& 3 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & - \
& 4 & 84.5 $pm$ 0.1 & 90 $pm$ 5 & 83.3 $pm$ 0.2\
midrule
multirow4*Saline &1 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.1 & 99.3 $pm$ 0.1\
& 2 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 99.4 $pm$ 0.2 \
& 3 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.2 & 99.5 $pm$ 0.1 \
& 4 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 98.8 $pm$ 0.2 \
midrule
multirow4*PBS & 1 & 99.1 $pm$ 0.1 & - & 99.5 $pm$ 0.1 \
& 2 & 99.0 $pm$ 0.2 & - & 99.3 $pm$ 0.1\
& 3 & 99.4 $pm$ 0.1 & 99.7 $pm$ 0.1 & 99.5 $pm$ 0.1\
& 4 & 99.4 $pm$ 0.1 & 99.0 $pm$ 0.1 & 99.2 $pm$ 0.2\
bottomrule
endtabular
captionemphRapporto liquido/solido per i campioni in acqua, in soluzione fisiologica e in tampone fosfato alle concentrazioni del 1, 2, 3, 4% p/V, alle temperature di 6, 20, 37$^circ$ C
endtable









share|improve this question



















  • 3





    You could shorten the table column headers (add a third line break or delete repeaded information). Unrelated to the issue: If you use booktabs horizontal lines you should also avoid vertical lines (see the booktabs manual). If you are interested in aligning numbers in table columns you ight want to have a look at the siunitx package.

    – leandriis
    Apr 4 at 11:39













3












3








3


0






enter image description hereWhy this table goes outside the page:



 documentclass[11pt,twoside,a4paper]report
usepackagegraphicx

usepackagemakeidx
usepackagemultirow
usepackagetikz
usepackagearray,booktabs,siunitx
usepackage[italian]babel
usepackage[T1]fontenc
makeindex
begindocument
tableofcontents
printindex
begintable[htbp]
begintabular
toprule
T $^circ$ C & 6 $^circ$ C & 20 $^circ$ C & 37 $^circ$ C \
toprule
Solvente & conc. (%p/V) & contenuto fase liq. (%) & contenuto fase liq. (%) & contenuto fase liq.(%) \
midrule
multirow4*Water& 1 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & 98.9 $pm$ 0.1\
& 2 & 84.3 $pm$ 0.1 & - & 98.9 $pm$ 0.2 \
& 3 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & - \
& 4 & 84.5 $pm$ 0.1 & 90 $pm$ 5 & 83.3 $pm$ 0.2\
midrule
multirow4*Saline &1 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.1 & 99.3 $pm$ 0.1\
& 2 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 99.4 $pm$ 0.2 \
& 3 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.2 & 99.5 $pm$ 0.1 \
& 4 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 98.8 $pm$ 0.2 \
midrule
multirow4*PBS & 1 & 99.1 $pm$ 0.1 & - & 99.5 $pm$ 0.1 \
& 2 & 99.0 $pm$ 0.2 & - & 99.3 $pm$ 0.1\
& 3 & 99.4 $pm$ 0.1 & 99.7 $pm$ 0.1 & 99.5 $pm$ 0.1\
& 4 & 99.4 $pm$ 0.1 & 99.0 $pm$ 0.1 & 99.2 $pm$ 0.2\
bottomrule
endtabular
captionemphRapporto liquido/solido per i campioni in acqua, in soluzione fisiologica e in tampone fosfato alle concentrazioni del 1, 2, 3, 4% p/V, alle temperature di 6, 20, 37$^circ$ C
endtable









share|improve this question
















enter image description hereWhy this table goes outside the page:



 documentclass[11pt,twoside,a4paper]report
usepackagegraphicx

usepackagemakeidx
usepackagemultirow
usepackagetikz
usepackagearray,booktabs,siunitx
usepackage[italian]babel
usepackage[T1]fontenc
makeindex
begindocument
tableofcontents
printindex
begintable[htbp]
begintabular
toprule
T $^circ$ C & 6 $^circ$ C & 20 $^circ$ C & 37 $^circ$ C \
toprule
Solvente & conc. (%p/V) & contenuto fase liq. (%) & contenuto fase liq. (%) & contenuto fase liq.(%) \
midrule
multirow4*Water& 1 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & 98.9 $pm$ 0.1\
& 2 & 84.3 $pm$ 0.1 & - & 98.9 $pm$ 0.2 \
& 3 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & - \
& 4 & 84.5 $pm$ 0.1 & 90 $pm$ 5 & 83.3 $pm$ 0.2\
midrule
multirow4*Saline &1 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.1 & 99.3 $pm$ 0.1\
& 2 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 99.4 $pm$ 0.2 \
& 3 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.2 & 99.5 $pm$ 0.1 \
& 4 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 98.8 $pm$ 0.2 \
midrule
multirow4*PBS & 1 & 99.1 $pm$ 0.1 & - & 99.5 $pm$ 0.1 \
& 2 & 99.0 $pm$ 0.2 & - & 99.3 $pm$ 0.1\
& 3 & 99.4 $pm$ 0.1 & 99.7 $pm$ 0.1 & 99.5 $pm$ 0.1\
& 4 & 99.4 $pm$ 0.1 & 99.0 $pm$ 0.1 & 99.2 $pm$ 0.2\
bottomrule
endtabular
captionemphRapporto liquido/solido per i campioni in acqua, in soluzione fisiologica e in tampone fosfato alle concentrazioni del 1, 2, 3, 4% p/V, alle temperature di 6, 20, 37$^circ$ C
endtable






tables






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 4 at 12:02







Giuliano Malatesta

















asked Apr 4 at 11:31









Giuliano MalatestaGiuliano Malatesta

374




374







  • 3





    You could shorten the table column headers (add a third line break or delete repeaded information). Unrelated to the issue: If you use booktabs horizontal lines you should also avoid vertical lines (see the booktabs manual). If you are interested in aligning numbers in table columns you ight want to have a look at the siunitx package.

    – leandriis
    Apr 4 at 11:39












  • 3





    You could shorten the table column headers (add a third line break or delete repeaded information). Unrelated to the issue: If you use booktabs horizontal lines you should also avoid vertical lines (see the booktabs manual). If you are interested in aligning numbers in table columns you ight want to have a look at the siunitx package.

    – leandriis
    Apr 4 at 11:39







3




3





You could shorten the table column headers (add a third line break or delete repeaded information). Unrelated to the issue: If you use booktabs horizontal lines you should also avoid vertical lines (see the booktabs manual). If you are interested in aligning numbers in table columns you ight want to have a look at the siunitx package.

– leandriis
Apr 4 at 11:39





You could shorten the table column headers (add a third line break or delete repeaded information). Unrelated to the issue: If you use booktabs horizontal lines you should also avoid vertical lines (see the booktabs manual). If you are interested in aligning numbers in table columns you ight want to have a look at the siunitx package.

– leandriis
Apr 4 at 11:39










3 Answers
3






active

oldest

votes


















6














You asked,




Why [does] this table goes outside the page?




It's mostly because the header cells contains a lot of (repeated) information and no intra-cell line breaks are allowed.



The most appealing solution, in my opinion, consists of reorganizing and rearranging the header cells to get rid of the repetitive material.



I would also get rid of all vertical lines. They're not needed -- really!



enter image description here



documentclass[11pt,twoside,a4paper]report
%%% (commented out all packages not needed for this example)
%usepackagegraphicx
%usepackagemakeidx
%usepackagemultirow
%usepackagetikz
usepackagearray,booktabs,siunitx
usepackage[italian]babel
usepackage[T1]fontenc
%makeindex
begindocument
%tableofcontents
%printindex

begintable[htbp]
centering
begintabular@ ccccc @
toprule
conc. (%p/V)& multicolumn3cContenuto fase liq. (%) & Solvente \
cmidrule(lr)2-4
& SI6celsius & SI20celsius & SI37celsius \
midrule
1 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & 98.9 $pm$ 0.1 & water\
2 & 84.3 $pm$ 0.1 & -- & 98.9 $pm$ 0.2 & water \
3 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & -- & water \
4 & 84.5 $pm$ 0.1 & 90 $pm$ 5 & 83.3 $pm$ 0.2 & water\ addlinespace
1 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.1 & 99.3 $pm$ 0.1 & saline \
2 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 99.4 $pm$ 0.2 & saline\
3 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.2 & 99.5 $pm$ 0.1 & saline\
4 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 98.8 $pm$ 0.2 & saline\ addlinespace
1 & 99.1 $pm$ 0.1 & -- & 99.5 $pm$ 0.1 & PBS\
2 & 99.0 $pm$ 0.2 & -- & 99.3 $pm$ 0.1 & PBS \
3 & 99.4 $pm$ 0.1 & 99.7 $pm$ 0.1 & 99.5 $pm$ 0.1 & PBS\
4 & 99.4 $pm$ 0.1 & 99.0 $pm$ 0.1 & 99.2 $pm$ 0.2 & PBS \
bottomrule
endtabular
captionRapporto liquido/solido per i campioni in acqua, in soluzione fisiologica e in tampone fosfato alle concentrazioni del 1, 2, 3, 4% p/V, alle temperature di 6, 20, e SI37celsius.
endtable
enddocument





share|improve this answer























  • I removed some duplicate information like repeating water multiple times saline....but it is still outside

    – Giuliano Malatesta
    Apr 4 at 12:04







  • 1





    @GiulianoMalatesta - Removing repeated instances of "Water" and "Saline" does not affect the overall *width" of the tabular material. To reduce its width, one has to do something about the header material.

    – Mico
    Apr 4 at 14:05


















2














To exemplify (I hope!) the above comments, I would try



documentclass[11pt,twoside,a4paper]report
usepackagearray,booktabs,siunitx,rotating
usepackage[italian]babel
usepackage[T1]fontenc
begindocument
begintable[p]
begintabularccccc
toprule
T $^circ$ C & 6 $^circ$ C & 20 $^circ$ C & 37 $^circ$ C \
conc. (%p/V) & multicolumn1p2cmcentering contenuto fase liq. (%) & multicolumn1p2cmcentering
contenuto fase liq. (%) & multicolumn1p2cmcentering contenuto fase liq.(%) & solvente \
midrule
1 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & 98.9 $pm$ 0.1 & water\
2 & 84.3 $pm$ 0.1 & - & 98.9 $pm$ 0.2 & water \
3 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & - & water \
4 & 84.5 $pm$ 0.1 & 90 $pm$ 5 & 83.3 $pm$ 0.2 & water\
1 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.1 & 99.3 $pm$ 0.1 & saline \
2 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 99.4 $pm$ 0.2 & saline\
3 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.2 & 99.5 $pm$ 0.1 & saline\
4 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 98.8 $pm$ 0.2 & saline\
1 & 99.1 $pm$ 0.1 & - & 99.5 $pm$ 0.1 & PBS\
2 & 99.0 $pm$ 0.2 & - & 99.3 $pm$ 0.1 & PBS \
3 & 99.4 $pm$ 0.1 & 99.7 $pm$ 0.1 & 99.5 $pm$ 0.1 & PBS\
4 & 99.4 $pm$ 0.1 & 99.0 $pm$ 0.1 & 99.2 $pm$ 0.2 v PBS \
bottomrule
endtabular
captionRapporto liquido/solido per i campioni in acqua, in soluzione fisiologica
e in tampone fosfato alle concentrazioni del 1, 2, 3, 4% p/V, alle temperature di 6, 20, 37$^circ$ C
endtable
enddocument


enter image description here






share|improve this answer























  • @Giuliano Malatesta Also, it seems that there is typo in the last line before PBS. I did not modify that since I am unsure.

    – Denis
    Apr 4 at 11:59












  • @Giuliano Malatesta Also, the decimal separator in Italian is the comma, AFAIK.

    – Denis
    Apr 4 at 12:09


















2














mostly off-topic, as variation of nice @Mico answer. exploited is separate-uncertainty=true for shorter typing of numbers in S columns:



documentclass[11pt,twoside,a4paper]report
usepackage[italian]babel
usepackage[T1]fontenc
usepackagearray,booktabs,siunitx

begindocument
begintable[htbp]
centering
begintabularc
*3S[table-format=2.1(1),
separate-uncertainty=true,
output-decimal-marker=,]
l
toprule
T sicelsius
& multicolumn3ccontenuto fase liq. (%)
& solvente\
cmidrule2-5
conc. (%p/V)
& SI6celsius
& SI20celsius
& SI37celsius \
midrule
1 & 84.3(1) & 99.2(1) & 98.9(1) & water \
2 & 84.3(1) & -- & 98.9(2) & water \
3 & 84.3(1) & 99.2(1) & -- & water \
4 & 84.5(1) & 90(5) & 83.3(2) & water \
1 & 99.1(1) & 98.9(1) & 99.3(1) & saline \
2 & 99.2(1) & 99.1(1) & 99.4(2) & saline \
3 & 99.1(1) & 98.9(2) & 99.5(1) & saline \
4 & 99.2(1) & 99.1(1) & 98.8(2) & saline \
1 & 99.1(1) & -- & 99.5(1) & PBS \
2 & 99.0(2) & -- & 99.3(1) & PBS \
3 & 99.4(1) & 99.7(1) & 99.5(1) & PBS \
4 & 99.4(1) & 99.0(1) & 99.2(2) & PBS \
bottomrule
endtabular
captionRapporto liquido/solido per i campioni in acqua, in soluzione fisiologica e in tampone fosfato alle concentrazioni del 1, 2, 3, SI4% p/V, alle temperature di 6, 20, SI37celsius.
endtable
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%2f483135%2ftable-going-outside-the-page%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    3 Answers
    3






    active

    oldest

    votes








    3 Answers
    3






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    6














    You asked,




    Why [does] this table goes outside the page?




    It's mostly because the header cells contains a lot of (repeated) information and no intra-cell line breaks are allowed.



    The most appealing solution, in my opinion, consists of reorganizing and rearranging the header cells to get rid of the repetitive material.



    I would also get rid of all vertical lines. They're not needed -- really!



    enter image description here



    documentclass[11pt,twoside,a4paper]report
    %%% (commented out all packages not needed for this example)
    %usepackagegraphicx
    %usepackagemakeidx
    %usepackagemultirow
    %usepackagetikz
    usepackagearray,booktabs,siunitx
    usepackage[italian]babel
    usepackage[T1]fontenc
    %makeindex
    begindocument
    %tableofcontents
    %printindex

    begintable[htbp]
    centering
    begintabular@ ccccc @
    toprule
    conc. (%p/V)& multicolumn3cContenuto fase liq. (%) & Solvente \
    cmidrule(lr)2-4
    & SI6celsius & SI20celsius & SI37celsius \
    midrule
    1 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & 98.9 $pm$ 0.1 & water\
    2 & 84.3 $pm$ 0.1 & -- & 98.9 $pm$ 0.2 & water \
    3 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & -- & water \
    4 & 84.5 $pm$ 0.1 & 90 $pm$ 5 & 83.3 $pm$ 0.2 & water\ addlinespace
    1 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.1 & 99.3 $pm$ 0.1 & saline \
    2 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 99.4 $pm$ 0.2 & saline\
    3 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.2 & 99.5 $pm$ 0.1 & saline\
    4 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 98.8 $pm$ 0.2 & saline\ addlinespace
    1 & 99.1 $pm$ 0.1 & -- & 99.5 $pm$ 0.1 & PBS\
    2 & 99.0 $pm$ 0.2 & -- & 99.3 $pm$ 0.1 & PBS \
    3 & 99.4 $pm$ 0.1 & 99.7 $pm$ 0.1 & 99.5 $pm$ 0.1 & PBS\
    4 & 99.4 $pm$ 0.1 & 99.0 $pm$ 0.1 & 99.2 $pm$ 0.2 & PBS \
    bottomrule
    endtabular
    captionRapporto liquido/solido per i campioni in acqua, in soluzione fisiologica e in tampone fosfato alle concentrazioni del 1, 2, 3, 4% p/V, alle temperature di 6, 20, e SI37celsius.
    endtable
    enddocument





    share|improve this answer























    • I removed some duplicate information like repeating water multiple times saline....but it is still outside

      – Giuliano Malatesta
      Apr 4 at 12:04







    • 1





      @GiulianoMalatesta - Removing repeated instances of "Water" and "Saline" does not affect the overall *width" of the tabular material. To reduce its width, one has to do something about the header material.

      – Mico
      Apr 4 at 14:05















    6














    You asked,




    Why [does] this table goes outside the page?




    It's mostly because the header cells contains a lot of (repeated) information and no intra-cell line breaks are allowed.



    The most appealing solution, in my opinion, consists of reorganizing and rearranging the header cells to get rid of the repetitive material.



    I would also get rid of all vertical lines. They're not needed -- really!



    enter image description here



    documentclass[11pt,twoside,a4paper]report
    %%% (commented out all packages not needed for this example)
    %usepackagegraphicx
    %usepackagemakeidx
    %usepackagemultirow
    %usepackagetikz
    usepackagearray,booktabs,siunitx
    usepackage[italian]babel
    usepackage[T1]fontenc
    %makeindex
    begindocument
    %tableofcontents
    %printindex

    begintable[htbp]
    centering
    begintabular@ ccccc @
    toprule
    conc. (%p/V)& multicolumn3cContenuto fase liq. (%) & Solvente \
    cmidrule(lr)2-4
    & SI6celsius & SI20celsius & SI37celsius \
    midrule
    1 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & 98.9 $pm$ 0.1 & water\
    2 & 84.3 $pm$ 0.1 & -- & 98.9 $pm$ 0.2 & water \
    3 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & -- & water \
    4 & 84.5 $pm$ 0.1 & 90 $pm$ 5 & 83.3 $pm$ 0.2 & water\ addlinespace
    1 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.1 & 99.3 $pm$ 0.1 & saline \
    2 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 99.4 $pm$ 0.2 & saline\
    3 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.2 & 99.5 $pm$ 0.1 & saline\
    4 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 98.8 $pm$ 0.2 & saline\ addlinespace
    1 & 99.1 $pm$ 0.1 & -- & 99.5 $pm$ 0.1 & PBS\
    2 & 99.0 $pm$ 0.2 & -- & 99.3 $pm$ 0.1 & PBS \
    3 & 99.4 $pm$ 0.1 & 99.7 $pm$ 0.1 & 99.5 $pm$ 0.1 & PBS\
    4 & 99.4 $pm$ 0.1 & 99.0 $pm$ 0.1 & 99.2 $pm$ 0.2 & PBS \
    bottomrule
    endtabular
    captionRapporto liquido/solido per i campioni in acqua, in soluzione fisiologica e in tampone fosfato alle concentrazioni del 1, 2, 3, 4% p/V, alle temperature di 6, 20, e SI37celsius.
    endtable
    enddocument





    share|improve this answer























    • I removed some duplicate information like repeating water multiple times saline....but it is still outside

      – Giuliano Malatesta
      Apr 4 at 12:04







    • 1





      @GiulianoMalatesta - Removing repeated instances of "Water" and "Saline" does not affect the overall *width" of the tabular material. To reduce its width, one has to do something about the header material.

      – Mico
      Apr 4 at 14:05













    6












    6








    6







    You asked,




    Why [does] this table goes outside the page?




    It's mostly because the header cells contains a lot of (repeated) information and no intra-cell line breaks are allowed.



    The most appealing solution, in my opinion, consists of reorganizing and rearranging the header cells to get rid of the repetitive material.



    I would also get rid of all vertical lines. They're not needed -- really!



    enter image description here



    documentclass[11pt,twoside,a4paper]report
    %%% (commented out all packages not needed for this example)
    %usepackagegraphicx
    %usepackagemakeidx
    %usepackagemultirow
    %usepackagetikz
    usepackagearray,booktabs,siunitx
    usepackage[italian]babel
    usepackage[T1]fontenc
    %makeindex
    begindocument
    %tableofcontents
    %printindex

    begintable[htbp]
    centering
    begintabular@ ccccc @
    toprule
    conc. (%p/V)& multicolumn3cContenuto fase liq. (%) & Solvente \
    cmidrule(lr)2-4
    & SI6celsius & SI20celsius & SI37celsius \
    midrule
    1 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & 98.9 $pm$ 0.1 & water\
    2 & 84.3 $pm$ 0.1 & -- & 98.9 $pm$ 0.2 & water \
    3 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & -- & water \
    4 & 84.5 $pm$ 0.1 & 90 $pm$ 5 & 83.3 $pm$ 0.2 & water\ addlinespace
    1 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.1 & 99.3 $pm$ 0.1 & saline \
    2 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 99.4 $pm$ 0.2 & saline\
    3 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.2 & 99.5 $pm$ 0.1 & saline\
    4 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 98.8 $pm$ 0.2 & saline\ addlinespace
    1 & 99.1 $pm$ 0.1 & -- & 99.5 $pm$ 0.1 & PBS\
    2 & 99.0 $pm$ 0.2 & -- & 99.3 $pm$ 0.1 & PBS \
    3 & 99.4 $pm$ 0.1 & 99.7 $pm$ 0.1 & 99.5 $pm$ 0.1 & PBS\
    4 & 99.4 $pm$ 0.1 & 99.0 $pm$ 0.1 & 99.2 $pm$ 0.2 & PBS \
    bottomrule
    endtabular
    captionRapporto liquido/solido per i campioni in acqua, in soluzione fisiologica e in tampone fosfato alle concentrazioni del 1, 2, 3, 4% p/V, alle temperature di 6, 20, e SI37celsius.
    endtable
    enddocument





    share|improve this answer













    You asked,




    Why [does] this table goes outside the page?




    It's mostly because the header cells contains a lot of (repeated) information and no intra-cell line breaks are allowed.



    The most appealing solution, in my opinion, consists of reorganizing and rearranging the header cells to get rid of the repetitive material.



    I would also get rid of all vertical lines. They're not needed -- really!



    enter image description here



    documentclass[11pt,twoside,a4paper]report
    %%% (commented out all packages not needed for this example)
    %usepackagegraphicx
    %usepackagemakeidx
    %usepackagemultirow
    %usepackagetikz
    usepackagearray,booktabs,siunitx
    usepackage[italian]babel
    usepackage[T1]fontenc
    %makeindex
    begindocument
    %tableofcontents
    %printindex

    begintable[htbp]
    centering
    begintabular@ ccccc @
    toprule
    conc. (%p/V)& multicolumn3cContenuto fase liq. (%) & Solvente \
    cmidrule(lr)2-4
    & SI6celsius & SI20celsius & SI37celsius \
    midrule
    1 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & 98.9 $pm$ 0.1 & water\
    2 & 84.3 $pm$ 0.1 & -- & 98.9 $pm$ 0.2 & water \
    3 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & -- & water \
    4 & 84.5 $pm$ 0.1 & 90 $pm$ 5 & 83.3 $pm$ 0.2 & water\ addlinespace
    1 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.1 & 99.3 $pm$ 0.1 & saline \
    2 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 99.4 $pm$ 0.2 & saline\
    3 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.2 & 99.5 $pm$ 0.1 & saline\
    4 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 98.8 $pm$ 0.2 & saline\ addlinespace
    1 & 99.1 $pm$ 0.1 & -- & 99.5 $pm$ 0.1 & PBS\
    2 & 99.0 $pm$ 0.2 & -- & 99.3 $pm$ 0.1 & PBS \
    3 & 99.4 $pm$ 0.1 & 99.7 $pm$ 0.1 & 99.5 $pm$ 0.1 & PBS\
    4 & 99.4 $pm$ 0.1 & 99.0 $pm$ 0.1 & 99.2 $pm$ 0.2 & PBS \
    bottomrule
    endtabular
    captionRapporto liquido/solido per i campioni in acqua, in soluzione fisiologica e in tampone fosfato alle concentrazioni del 1, 2, 3, 4% p/V, alle temperature di 6, 20, e SI37celsius.
    endtable
    enddocument






    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Apr 4 at 11:58









    MicoMico

    286k32389779




    286k32389779












    • I removed some duplicate information like repeating water multiple times saline....but it is still outside

      – Giuliano Malatesta
      Apr 4 at 12:04







    • 1





      @GiulianoMalatesta - Removing repeated instances of "Water" and "Saline" does not affect the overall *width" of the tabular material. To reduce its width, one has to do something about the header material.

      – Mico
      Apr 4 at 14:05

















    • I removed some duplicate information like repeating water multiple times saline....but it is still outside

      – Giuliano Malatesta
      Apr 4 at 12:04







    • 1





      @GiulianoMalatesta - Removing repeated instances of "Water" and "Saline" does not affect the overall *width" of the tabular material. To reduce its width, one has to do something about the header material.

      – Mico
      Apr 4 at 14:05
















    I removed some duplicate information like repeating water multiple times saline....but it is still outside

    – Giuliano Malatesta
    Apr 4 at 12:04






    I removed some duplicate information like repeating water multiple times saline....but it is still outside

    – Giuliano Malatesta
    Apr 4 at 12:04





    1




    1





    @GiulianoMalatesta - Removing repeated instances of "Water" and "Saline" does not affect the overall *width" of the tabular material. To reduce its width, one has to do something about the header material.

    – Mico
    Apr 4 at 14:05





    @GiulianoMalatesta - Removing repeated instances of "Water" and "Saline" does not affect the overall *width" of the tabular material. To reduce its width, one has to do something about the header material.

    – Mico
    Apr 4 at 14:05











    2














    To exemplify (I hope!) the above comments, I would try



    documentclass[11pt,twoside,a4paper]report
    usepackagearray,booktabs,siunitx,rotating
    usepackage[italian]babel
    usepackage[T1]fontenc
    begindocument
    begintable[p]
    begintabularccccc
    toprule
    T $^circ$ C & 6 $^circ$ C & 20 $^circ$ C & 37 $^circ$ C \
    conc. (%p/V) & multicolumn1p2cmcentering contenuto fase liq. (%) & multicolumn1p2cmcentering
    contenuto fase liq. (%) & multicolumn1p2cmcentering contenuto fase liq.(%) & solvente \
    midrule
    1 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & 98.9 $pm$ 0.1 & water\
    2 & 84.3 $pm$ 0.1 & - & 98.9 $pm$ 0.2 & water \
    3 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & - & water \
    4 & 84.5 $pm$ 0.1 & 90 $pm$ 5 & 83.3 $pm$ 0.2 & water\
    1 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.1 & 99.3 $pm$ 0.1 & saline \
    2 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 99.4 $pm$ 0.2 & saline\
    3 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.2 & 99.5 $pm$ 0.1 & saline\
    4 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 98.8 $pm$ 0.2 & saline\
    1 & 99.1 $pm$ 0.1 & - & 99.5 $pm$ 0.1 & PBS\
    2 & 99.0 $pm$ 0.2 & - & 99.3 $pm$ 0.1 & PBS \
    3 & 99.4 $pm$ 0.1 & 99.7 $pm$ 0.1 & 99.5 $pm$ 0.1 & PBS\
    4 & 99.4 $pm$ 0.1 & 99.0 $pm$ 0.1 & 99.2 $pm$ 0.2 v PBS \
    bottomrule
    endtabular
    captionRapporto liquido/solido per i campioni in acqua, in soluzione fisiologica
    e in tampone fosfato alle concentrazioni del 1, 2, 3, 4% p/V, alle temperature di 6, 20, 37$^circ$ C
    endtable
    enddocument


    enter image description here






    share|improve this answer























    • @Giuliano Malatesta Also, it seems that there is typo in the last line before PBS. I did not modify that since I am unsure.

      – Denis
      Apr 4 at 11:59












    • @Giuliano Malatesta Also, the decimal separator in Italian is the comma, AFAIK.

      – Denis
      Apr 4 at 12:09















    2














    To exemplify (I hope!) the above comments, I would try



    documentclass[11pt,twoside,a4paper]report
    usepackagearray,booktabs,siunitx,rotating
    usepackage[italian]babel
    usepackage[T1]fontenc
    begindocument
    begintable[p]
    begintabularccccc
    toprule
    T $^circ$ C & 6 $^circ$ C & 20 $^circ$ C & 37 $^circ$ C \
    conc. (%p/V) & multicolumn1p2cmcentering contenuto fase liq. (%) & multicolumn1p2cmcentering
    contenuto fase liq. (%) & multicolumn1p2cmcentering contenuto fase liq.(%) & solvente \
    midrule
    1 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & 98.9 $pm$ 0.1 & water\
    2 & 84.3 $pm$ 0.1 & - & 98.9 $pm$ 0.2 & water \
    3 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & - & water \
    4 & 84.5 $pm$ 0.1 & 90 $pm$ 5 & 83.3 $pm$ 0.2 & water\
    1 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.1 & 99.3 $pm$ 0.1 & saline \
    2 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 99.4 $pm$ 0.2 & saline\
    3 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.2 & 99.5 $pm$ 0.1 & saline\
    4 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 98.8 $pm$ 0.2 & saline\
    1 & 99.1 $pm$ 0.1 & - & 99.5 $pm$ 0.1 & PBS\
    2 & 99.0 $pm$ 0.2 & - & 99.3 $pm$ 0.1 & PBS \
    3 & 99.4 $pm$ 0.1 & 99.7 $pm$ 0.1 & 99.5 $pm$ 0.1 & PBS\
    4 & 99.4 $pm$ 0.1 & 99.0 $pm$ 0.1 & 99.2 $pm$ 0.2 v PBS \
    bottomrule
    endtabular
    captionRapporto liquido/solido per i campioni in acqua, in soluzione fisiologica
    e in tampone fosfato alle concentrazioni del 1, 2, 3, 4% p/V, alle temperature di 6, 20, 37$^circ$ C
    endtable
    enddocument


    enter image description here






    share|improve this answer























    • @Giuliano Malatesta Also, it seems that there is typo in the last line before PBS. I did not modify that since I am unsure.

      – Denis
      Apr 4 at 11:59












    • @Giuliano Malatesta Also, the decimal separator in Italian is the comma, AFAIK.

      – Denis
      Apr 4 at 12:09













    2












    2








    2







    To exemplify (I hope!) the above comments, I would try



    documentclass[11pt,twoside,a4paper]report
    usepackagearray,booktabs,siunitx,rotating
    usepackage[italian]babel
    usepackage[T1]fontenc
    begindocument
    begintable[p]
    begintabularccccc
    toprule
    T $^circ$ C & 6 $^circ$ C & 20 $^circ$ C & 37 $^circ$ C \
    conc. (%p/V) & multicolumn1p2cmcentering contenuto fase liq. (%) & multicolumn1p2cmcentering
    contenuto fase liq. (%) & multicolumn1p2cmcentering contenuto fase liq.(%) & solvente \
    midrule
    1 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & 98.9 $pm$ 0.1 & water\
    2 & 84.3 $pm$ 0.1 & - & 98.9 $pm$ 0.2 & water \
    3 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & - & water \
    4 & 84.5 $pm$ 0.1 & 90 $pm$ 5 & 83.3 $pm$ 0.2 & water\
    1 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.1 & 99.3 $pm$ 0.1 & saline \
    2 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 99.4 $pm$ 0.2 & saline\
    3 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.2 & 99.5 $pm$ 0.1 & saline\
    4 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 98.8 $pm$ 0.2 & saline\
    1 & 99.1 $pm$ 0.1 & - & 99.5 $pm$ 0.1 & PBS\
    2 & 99.0 $pm$ 0.2 & - & 99.3 $pm$ 0.1 & PBS \
    3 & 99.4 $pm$ 0.1 & 99.7 $pm$ 0.1 & 99.5 $pm$ 0.1 & PBS\
    4 & 99.4 $pm$ 0.1 & 99.0 $pm$ 0.1 & 99.2 $pm$ 0.2 v PBS \
    bottomrule
    endtabular
    captionRapporto liquido/solido per i campioni in acqua, in soluzione fisiologica
    e in tampone fosfato alle concentrazioni del 1, 2, 3, 4% p/V, alle temperature di 6, 20, 37$^circ$ C
    endtable
    enddocument


    enter image description here






    share|improve this answer













    To exemplify (I hope!) the above comments, I would try



    documentclass[11pt,twoside,a4paper]report
    usepackagearray,booktabs,siunitx,rotating
    usepackage[italian]babel
    usepackage[T1]fontenc
    begindocument
    begintable[p]
    begintabularccccc
    toprule
    T $^circ$ C & 6 $^circ$ C & 20 $^circ$ C & 37 $^circ$ C \
    conc. (%p/V) & multicolumn1p2cmcentering contenuto fase liq. (%) & multicolumn1p2cmcentering
    contenuto fase liq. (%) & multicolumn1p2cmcentering contenuto fase liq.(%) & solvente \
    midrule
    1 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & 98.9 $pm$ 0.1 & water\
    2 & 84.3 $pm$ 0.1 & - & 98.9 $pm$ 0.2 & water \
    3 & 84.3 $pm$ 0.1 & 99.2 $pm$ 0.1 & - & water \
    4 & 84.5 $pm$ 0.1 & 90 $pm$ 5 & 83.3 $pm$ 0.2 & water\
    1 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.1 & 99.3 $pm$ 0.1 & saline \
    2 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 99.4 $pm$ 0.2 & saline\
    3 & 99.1 $pm$ 0.1 & 98.9 $pm$ 0.2 & 99.5 $pm$ 0.1 & saline\
    4 & 99.2 $pm$ 0.1 & 99.1 $pm$ 0.1 & 98.8 $pm$ 0.2 & saline\
    1 & 99.1 $pm$ 0.1 & - & 99.5 $pm$ 0.1 & PBS\
    2 & 99.0 $pm$ 0.2 & - & 99.3 $pm$ 0.1 & PBS \
    3 & 99.4 $pm$ 0.1 & 99.7 $pm$ 0.1 & 99.5 $pm$ 0.1 & PBS\
    4 & 99.4 $pm$ 0.1 & 99.0 $pm$ 0.1 & 99.2 $pm$ 0.2 v PBS \
    bottomrule
    endtabular
    captionRapporto liquido/solido per i campioni in acqua, in soluzione fisiologica
    e in tampone fosfato alle concentrazioni del 1, 2, 3, 4% p/V, alle temperature di 6, 20, 37$^circ$ C
    endtable
    enddocument


    enter image description here







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Apr 4 at 11:56









    DenisDenis

    2,698520




    2,698520












    • @Giuliano Malatesta Also, it seems that there is typo in the last line before PBS. I did not modify that since I am unsure.

      – Denis
      Apr 4 at 11:59












    • @Giuliano Malatesta Also, the decimal separator in Italian is the comma, AFAIK.

      – Denis
      Apr 4 at 12:09

















    • @Giuliano Malatesta Also, it seems that there is typo in the last line before PBS. I did not modify that since I am unsure.

      – Denis
      Apr 4 at 11:59












    • @Giuliano Malatesta Also, the decimal separator in Italian is the comma, AFAIK.

      – Denis
      Apr 4 at 12:09
















    @Giuliano Malatesta Also, it seems that there is typo in the last line before PBS. I did not modify that since I am unsure.

    – Denis
    Apr 4 at 11:59






    @Giuliano Malatesta Also, it seems that there is typo in the last line before PBS. I did not modify that since I am unsure.

    – Denis
    Apr 4 at 11:59














    @Giuliano Malatesta Also, the decimal separator in Italian is the comma, AFAIK.

    – Denis
    Apr 4 at 12:09





    @Giuliano Malatesta Also, the decimal separator in Italian is the comma, AFAIK.

    – Denis
    Apr 4 at 12:09











    2














    mostly off-topic, as variation of nice @Mico answer. exploited is separate-uncertainty=true for shorter typing of numbers in S columns:



    documentclass[11pt,twoside,a4paper]report
    usepackage[italian]babel
    usepackage[T1]fontenc
    usepackagearray,booktabs,siunitx

    begindocument
    begintable[htbp]
    centering
    begintabularc
    *3S[table-format=2.1(1),
    separate-uncertainty=true,
    output-decimal-marker=,]
    l
    toprule
    T sicelsius
    & multicolumn3ccontenuto fase liq. (%)
    & solvente\
    cmidrule2-5
    conc. (%p/V)
    & SI6celsius
    & SI20celsius
    & SI37celsius \
    midrule
    1 & 84.3(1) & 99.2(1) & 98.9(1) & water \
    2 & 84.3(1) & -- & 98.9(2) & water \
    3 & 84.3(1) & 99.2(1) & -- & water \
    4 & 84.5(1) & 90(5) & 83.3(2) & water \
    1 & 99.1(1) & 98.9(1) & 99.3(1) & saline \
    2 & 99.2(1) & 99.1(1) & 99.4(2) & saline \
    3 & 99.1(1) & 98.9(2) & 99.5(1) & saline \
    4 & 99.2(1) & 99.1(1) & 98.8(2) & saline \
    1 & 99.1(1) & -- & 99.5(1) & PBS \
    2 & 99.0(2) & -- & 99.3(1) & PBS \
    3 & 99.4(1) & 99.7(1) & 99.5(1) & PBS \
    4 & 99.4(1) & 99.0(1) & 99.2(2) & PBS \
    bottomrule
    endtabular
    captionRapporto liquido/solido per i campioni in acqua, in soluzione fisiologica e in tampone fosfato alle concentrazioni del 1, 2, 3, SI4% p/V, alle temperature di 6, 20, SI37celsius.
    endtable
    enddocument


    enter image description here






    share|improve this answer





























      2














      mostly off-topic, as variation of nice @Mico answer. exploited is separate-uncertainty=true for shorter typing of numbers in S columns:



      documentclass[11pt,twoside,a4paper]report
      usepackage[italian]babel
      usepackage[T1]fontenc
      usepackagearray,booktabs,siunitx

      begindocument
      begintable[htbp]
      centering
      begintabularc
      *3S[table-format=2.1(1),
      separate-uncertainty=true,
      output-decimal-marker=,]
      l
      toprule
      T sicelsius
      & multicolumn3ccontenuto fase liq. (%)
      & solvente\
      cmidrule2-5
      conc. (%p/V)
      & SI6celsius
      & SI20celsius
      & SI37celsius \
      midrule
      1 & 84.3(1) & 99.2(1) & 98.9(1) & water \
      2 & 84.3(1) & -- & 98.9(2) & water \
      3 & 84.3(1) & 99.2(1) & -- & water \
      4 & 84.5(1) & 90(5) & 83.3(2) & water \
      1 & 99.1(1) & 98.9(1) & 99.3(1) & saline \
      2 & 99.2(1) & 99.1(1) & 99.4(2) & saline \
      3 & 99.1(1) & 98.9(2) & 99.5(1) & saline \
      4 & 99.2(1) & 99.1(1) & 98.8(2) & saline \
      1 & 99.1(1) & -- & 99.5(1) & PBS \
      2 & 99.0(2) & -- & 99.3(1) & PBS \
      3 & 99.4(1) & 99.7(1) & 99.5(1) & PBS \
      4 & 99.4(1) & 99.0(1) & 99.2(2) & PBS \
      bottomrule
      endtabular
      captionRapporto liquido/solido per i campioni in acqua, in soluzione fisiologica e in tampone fosfato alle concentrazioni del 1, 2, 3, SI4% p/V, alle temperature di 6, 20, SI37celsius.
      endtable
      enddocument


      enter image description here






      share|improve this answer



























        2












        2








        2







        mostly off-topic, as variation of nice @Mico answer. exploited is separate-uncertainty=true for shorter typing of numbers in S columns:



        documentclass[11pt,twoside,a4paper]report
        usepackage[italian]babel
        usepackage[T1]fontenc
        usepackagearray,booktabs,siunitx

        begindocument
        begintable[htbp]
        centering
        begintabularc
        *3S[table-format=2.1(1),
        separate-uncertainty=true,
        output-decimal-marker=,]
        l
        toprule
        T sicelsius
        & multicolumn3ccontenuto fase liq. (%)
        & solvente\
        cmidrule2-5
        conc. (%p/V)
        & SI6celsius
        & SI20celsius
        & SI37celsius \
        midrule
        1 & 84.3(1) & 99.2(1) & 98.9(1) & water \
        2 & 84.3(1) & -- & 98.9(2) & water \
        3 & 84.3(1) & 99.2(1) & -- & water \
        4 & 84.5(1) & 90(5) & 83.3(2) & water \
        1 & 99.1(1) & 98.9(1) & 99.3(1) & saline \
        2 & 99.2(1) & 99.1(1) & 99.4(2) & saline \
        3 & 99.1(1) & 98.9(2) & 99.5(1) & saline \
        4 & 99.2(1) & 99.1(1) & 98.8(2) & saline \
        1 & 99.1(1) & -- & 99.5(1) & PBS \
        2 & 99.0(2) & -- & 99.3(1) & PBS \
        3 & 99.4(1) & 99.7(1) & 99.5(1) & PBS \
        4 & 99.4(1) & 99.0(1) & 99.2(2) & PBS \
        bottomrule
        endtabular
        captionRapporto liquido/solido per i campioni in acqua, in soluzione fisiologica e in tampone fosfato alle concentrazioni del 1, 2, 3, SI4% p/V, alle temperature di 6, 20, SI37celsius.
        endtable
        enddocument


        enter image description here






        share|improve this answer















        mostly off-topic, as variation of nice @Mico answer. exploited is separate-uncertainty=true for shorter typing of numbers in S columns:



        documentclass[11pt,twoside,a4paper]report
        usepackage[italian]babel
        usepackage[T1]fontenc
        usepackagearray,booktabs,siunitx

        begindocument
        begintable[htbp]
        centering
        begintabularc
        *3S[table-format=2.1(1),
        separate-uncertainty=true,
        output-decimal-marker=,]
        l
        toprule
        T sicelsius
        & multicolumn3ccontenuto fase liq. (%)
        & solvente\
        cmidrule2-5
        conc. (%p/V)
        & SI6celsius
        & SI20celsius
        & SI37celsius \
        midrule
        1 & 84.3(1) & 99.2(1) & 98.9(1) & water \
        2 & 84.3(1) & -- & 98.9(2) & water \
        3 & 84.3(1) & 99.2(1) & -- & water \
        4 & 84.5(1) & 90(5) & 83.3(2) & water \
        1 & 99.1(1) & 98.9(1) & 99.3(1) & saline \
        2 & 99.2(1) & 99.1(1) & 99.4(2) & saline \
        3 & 99.1(1) & 98.9(2) & 99.5(1) & saline \
        4 & 99.2(1) & 99.1(1) & 98.8(2) & saline \
        1 & 99.1(1) & -- & 99.5(1) & PBS \
        2 & 99.0(2) & -- & 99.3(1) & PBS \
        3 & 99.4(1) & 99.7(1) & 99.5(1) & PBS \
        4 & 99.4(1) & 99.0(1) & 99.2(2) & PBS \
        bottomrule
        endtabular
        captionRapporto liquido/solido per i campioni in acqua, in soluzione fisiologica e in tampone fosfato alle concentrazioni del 1, 2, 3, SI4% p/V, alle temperature di 6, 20, SI37celsius.
        endtable
        enddocument


        enter image description here







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Apr 4 at 13:23

























        answered Apr 4 at 12:19









        ZarkoZarko

        129k868169




        129k868169



























            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%2f483135%2ftable-going-outside-the-page%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

            Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

            Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

            Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020