Table Small and Unreadable

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












I'm trying to make a table using the tabular environment containing many columns but the resulting table appears very small and unreadable (the font is way too small as well). I'm pretty new to LaTeX, any help would be greatly appreciated! My code is below.



documentclass[12pt]article
usepackagesetspace
doublespacing
usepackage[utf8]inputenc
usepackage [english]babel
usepackage [autostyle, english = american]csquotes
usepackagemultirow
usepackage[tmargin=1in,bmargin=1in,lmargin=1in,rmargin=1in]geometry
usepackage[labelsep=period]caption
captionsetup[table]name=Table
renewcommandthetableRomantable

begintable[!h]
centering
captionSampling Conditions for each run.
resizeboxcolumnwidth!
begintabular
hline
Run & Position (in) & Burst Threshold (mV) & Bandpass Filter (MHz) & Downmix Frequency (MHz) & Transceiver Orientation & Freestream Seeder Condition & Jet Seeder Condition \
hline
1 & 0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
2 & 0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
3 & 0.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
4 & 1.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
5,6,7 & 1.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
8 & 1.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
9,10,11 & 1.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
12 & 2 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
13 & 2.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
14,15,16 & 2.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
17 & 2.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
18 & 3.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
19 & 3.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
20 & 3.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
21 & 3.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
22 & 4.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
23,24,25 & 4.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
26 & 4.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
27 & 4.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
28 & 5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
29 & 5.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
30 & 5.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
31 & 1.25 & 30 & 0.3-3 & 40 & 90$^circ$ & On & On\
hline
32 & 4.5 & 30 & 0.3-3 & 40 & 90$^circ$ & On & On\
hline
33 & 4.5 & 150 & 1-10 & 38 & 90$^circ$ & On & On\
hline
34 & 4.5 & 30 & ?? & ?? & 90$^circ$ & Off & On\
hline
35 & 4.5 & 30 & ?? & ?? & 90$^circ$ & On & Off\
hline
36 & 4.5 & ?? & ?? & ?? & 0$^circ$ & On & On\
hline
endtabular

endtable









share|improve this question







New contributor




Josh Pilipovsky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1




    Welcome to TeX.SX! Resizing a table is seldom a solution, as you discovered.
    – egreg
    2 hours ago






  • 2




    never use resizebox on tables, as you see it makes wildly inconsistemt and in this case unusable font sizes.
    – David Carlisle
    2 hours ago







  • 2




    also don't use [!h] latex usually warns about that and changes it to [!ht] but [htp] is better
    – David Carlisle
    2 hours ago










  • Ok gotcha. How can I fit the table properly within the page without resizebox then?
    – Josh Pilipovsky
    1 hour ago














up vote
1
down vote

favorite












I'm trying to make a table using the tabular environment containing many columns but the resulting table appears very small and unreadable (the font is way too small as well). I'm pretty new to LaTeX, any help would be greatly appreciated! My code is below.



documentclass[12pt]article
usepackagesetspace
doublespacing
usepackage[utf8]inputenc
usepackage [english]babel
usepackage [autostyle, english = american]csquotes
usepackagemultirow
usepackage[tmargin=1in,bmargin=1in,lmargin=1in,rmargin=1in]geometry
usepackage[labelsep=period]caption
captionsetup[table]name=Table
renewcommandthetableRomantable

begintable[!h]
centering
captionSampling Conditions for each run.
resizeboxcolumnwidth!
begintabular
hline
Run & Position (in) & Burst Threshold (mV) & Bandpass Filter (MHz) & Downmix Frequency (MHz) & Transceiver Orientation & Freestream Seeder Condition & Jet Seeder Condition \
hline
1 & 0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
2 & 0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
3 & 0.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
4 & 1.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
5,6,7 & 1.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
8 & 1.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
9,10,11 & 1.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
12 & 2 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
13 & 2.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
14,15,16 & 2.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
17 & 2.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
18 & 3.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
19 & 3.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
20 & 3.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
21 & 3.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
22 & 4.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
23,24,25 & 4.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
26 & 4.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
27 & 4.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
28 & 5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
29 & 5.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
30 & 5.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
31 & 1.25 & 30 & 0.3-3 & 40 & 90$^circ$ & On & On\
hline
32 & 4.5 & 30 & 0.3-3 & 40 & 90$^circ$ & On & On\
hline
33 & 4.5 & 150 & 1-10 & 38 & 90$^circ$ & On & On\
hline
34 & 4.5 & 30 & ?? & ?? & 90$^circ$ & Off & On\
hline
35 & 4.5 & 30 & ?? & ?? & 90$^circ$ & On & Off\
hline
36 & 4.5 & ?? & ?? & ?? & 0$^circ$ & On & On\
hline
endtabular

endtable









share|improve this question







New contributor




Josh Pilipovsky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1




    Welcome to TeX.SX! Resizing a table is seldom a solution, as you discovered.
    – egreg
    2 hours ago






  • 2




    never use resizebox on tables, as you see it makes wildly inconsistemt and in this case unusable font sizes.
    – David Carlisle
    2 hours ago







  • 2




    also don't use [!h] latex usually warns about that and changes it to [!ht] but [htp] is better
    – David Carlisle
    2 hours ago










  • Ok gotcha. How can I fit the table properly within the page without resizebox then?
    – Josh Pilipovsky
    1 hour ago












up vote
1
down vote

favorite









up vote
1
down vote

favorite











I'm trying to make a table using the tabular environment containing many columns but the resulting table appears very small and unreadable (the font is way too small as well). I'm pretty new to LaTeX, any help would be greatly appreciated! My code is below.



documentclass[12pt]article
usepackagesetspace
doublespacing
usepackage[utf8]inputenc
usepackage [english]babel
usepackage [autostyle, english = american]csquotes
usepackagemultirow
usepackage[tmargin=1in,bmargin=1in,lmargin=1in,rmargin=1in]geometry
usepackage[labelsep=period]caption
captionsetup[table]name=Table
renewcommandthetableRomantable

begintable[!h]
centering
captionSampling Conditions for each run.
resizeboxcolumnwidth!
begintabular
hline
Run & Position (in) & Burst Threshold (mV) & Bandpass Filter (MHz) & Downmix Frequency (MHz) & Transceiver Orientation & Freestream Seeder Condition & Jet Seeder Condition \
hline
1 & 0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
2 & 0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
3 & 0.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
4 & 1.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
5,6,7 & 1.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
8 & 1.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
9,10,11 & 1.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
12 & 2 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
13 & 2.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
14,15,16 & 2.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
17 & 2.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
18 & 3.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
19 & 3.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
20 & 3.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
21 & 3.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
22 & 4.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
23,24,25 & 4.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
26 & 4.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
27 & 4.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
28 & 5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
29 & 5.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
30 & 5.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
31 & 1.25 & 30 & 0.3-3 & 40 & 90$^circ$ & On & On\
hline
32 & 4.5 & 30 & 0.3-3 & 40 & 90$^circ$ & On & On\
hline
33 & 4.5 & 150 & 1-10 & 38 & 90$^circ$ & On & On\
hline
34 & 4.5 & 30 & ?? & ?? & 90$^circ$ & Off & On\
hline
35 & 4.5 & 30 & ?? & ?? & 90$^circ$ & On & Off\
hline
36 & 4.5 & ?? & ?? & ?? & 0$^circ$ & On & On\
hline
endtabular

endtable









share|improve this question







New contributor




Josh Pilipovsky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I'm trying to make a table using the tabular environment containing many columns but the resulting table appears very small and unreadable (the font is way too small as well). I'm pretty new to LaTeX, any help would be greatly appreciated! My code is below.



documentclass[12pt]article
usepackagesetspace
doublespacing
usepackage[utf8]inputenc
usepackage [english]babel
usepackage [autostyle, english = american]csquotes
usepackagemultirow
usepackage[tmargin=1in,bmargin=1in,lmargin=1in,rmargin=1in]geometry
usepackage[labelsep=period]caption
captionsetup[table]name=Table
renewcommandthetableRomantable

begintable[!h]
centering
captionSampling Conditions for each run.
resizeboxcolumnwidth!
begintabular
hline
Run & Position (in) & Burst Threshold (mV) & Bandpass Filter (MHz) & Downmix Frequency (MHz) & Transceiver Orientation & Freestream Seeder Condition & Jet Seeder Condition \
hline
1 & 0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
2 & 0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
3 & 0.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
4 & 1.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
5,6,7 & 1.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
8 & 1.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
9,10,11 & 1.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
12 & 2 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
13 & 2.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
14,15,16 & 2.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
17 & 2.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
18 & 3.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
19 & 3.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
20 & 3.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
21 & 3.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
22 & 4.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
23,24,25 & 4.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
26 & 4.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
27 & 4.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
28 & 5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
29 & 5.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
30 & 5.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
31 & 1.25 & 30 & 0.3-3 & 40 & 90$^circ$ & On & On\
hline
32 & 4.5 & 30 & 0.3-3 & 40 & 90$^circ$ & On & On\
hline
33 & 4.5 & 150 & 1-10 & 38 & 90$^circ$ & On & On\
hline
34 & 4.5 & 30 & ?? & ?? & 90$^circ$ & Off & On\
hline
35 & 4.5 & 30 & ?? & ?? & 90$^circ$ & On & Off\
hline
36 & 4.5 & ?? & ?? & ?? & 0$^circ$ & On & On\
hline
endtabular

endtable






tables tabularx






share|improve this question







New contributor




Josh Pilipovsky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Josh Pilipovsky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Josh Pilipovsky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 hours ago









Josh Pilipovsky

1063




1063




New contributor




Josh Pilipovsky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Josh Pilipovsky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Josh Pilipovsky is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







  • 1




    Welcome to TeX.SX! Resizing a table is seldom a solution, as you discovered.
    – egreg
    2 hours ago






  • 2




    never use resizebox on tables, as you see it makes wildly inconsistemt and in this case unusable font sizes.
    – David Carlisle
    2 hours ago







  • 2




    also don't use [!h] latex usually warns about that and changes it to [!ht] but [htp] is better
    – David Carlisle
    2 hours ago










  • Ok gotcha. How can I fit the table properly within the page without resizebox then?
    – Josh Pilipovsky
    1 hour ago












  • 1




    Welcome to TeX.SX! Resizing a table is seldom a solution, as you discovered.
    – egreg
    2 hours ago






  • 2




    never use resizebox on tables, as you see it makes wildly inconsistemt and in this case unusable font sizes.
    – David Carlisle
    2 hours ago







  • 2




    also don't use [!h] latex usually warns about that and changes it to [!ht] but [htp] is better
    – David Carlisle
    2 hours ago










  • Ok gotcha. How can I fit the table properly within the page without resizebox then?
    – Josh Pilipovsky
    1 hour ago







1




1




Welcome to TeX.SX! Resizing a table is seldom a solution, as you discovered.
– egreg
2 hours ago




Welcome to TeX.SX! Resizing a table is seldom a solution, as you discovered.
– egreg
2 hours ago




2




2




never use resizebox on tables, as you see it makes wildly inconsistemt and in this case unusable font sizes.
– David Carlisle
2 hours ago





never use resizebox on tables, as you see it makes wildly inconsistemt and in this case unusable font sizes.
– David Carlisle
2 hours ago





2




2




also don't use [!h] latex usually warns about that and changes it to [!ht] but [htp] is better
– David Carlisle
2 hours ago




also don't use [!h] latex usually warns about that and changes it to [!ht] but [htp] is better
– David Carlisle
2 hours ago












Ok gotcha. How can I fit the table properly within the page without resizebox then?
– Josh Pilipovsky
1 hour ago




Ok gotcha. How can I fit the table properly within the page without resizebox then?
– Josh Pilipovsky
1 hour ago










1 Answer
1






active

oldest

votes

















up vote
4
down vote













documentclass[12pt]article
usepackagesetspace
doublespacing
usepackage[utf8]inputenc
usepackage [english]babel
usepackage [autostyle, english = american]csquotes
usepackagemultirow
usepackage[tmargin=1in,bmargin=1in,lmargin=1in,rmargin=1in]geometry
usepackage[labelsep=period]caption
captionsetup[table]name=Table
renewcommandthetableRomantable

newcommandhd[1]begintabular[t]@c@#1endtabular
begindocument
begintable[htp]
centering
captionSampling Conditions for each run.
small
setlengthtabcolsep5pt
begintabularc
hline
hdRun &
hdPosition\(in) &
hdBurst\Threshold\ (mV) &
hdBandpass\Filter\ (MHz)&
hdDownmix\Frequency\ (MHz) &
hdTransceiver\ Orientation &
hdFreestream\ Seeder\ Condition &
hdJet\ Seeder\Condition \
hline
1 & 0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
2 & 0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
3 & 0.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
4 & 1.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
5,6,7 & 1.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
8 & 1.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
9,10,11 & 1.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
12 & 2 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
13 & 2.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
14,15,16 & 2.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
17 & 2.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
18 & 3.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
19 & 3.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
20 & 3.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
21 & 3.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
22 & 4.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
23,24,25 & 4.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
26 & 4.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
27 & 4.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
28 & 5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
29 & 5.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
30 & 5.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
31 & 1.25 & 30 & 0.3-3 & 40 & 90$^circ$ & On & On\
hline
32 & 4.5 & 30 & 0.3-3 & 40 & 90$^circ$ & On & On\
hline
33 & 4.5 & 150 & 1-10 & 38 & 90$^circ$ & On & On\
hline
34 & 4.5 & 30 & ?? & ?? & 90$^circ$ & Off & On\
hline
35 & 4.5 & 30 & ?? & ?? & 90$^circ$ & On & Off\
hline
36 & 4.5 & ?? & ?? & ?? & 0$^circ$ & On & On\
hline
endtabular

endtable

enddocument





share|improve this answer




















  • Thank you! Just to clarify, what was the purpose of the new command that you made?
    – Josh Pilipovsky
    1 hour ago










  • it's a nested tabular useful for making multi-line headings hd short for heading here. @JoshPilipovsky
    – David Carlisle
    1 hour ago











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',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






Josh Pilipovsky is a new contributor. Be nice, and check out our Code of Conduct.









 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f457080%2ftable-small-and-unreadable%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
4
down vote













documentclass[12pt]article
usepackagesetspace
doublespacing
usepackage[utf8]inputenc
usepackage [english]babel
usepackage [autostyle, english = american]csquotes
usepackagemultirow
usepackage[tmargin=1in,bmargin=1in,lmargin=1in,rmargin=1in]geometry
usepackage[labelsep=period]caption
captionsetup[table]name=Table
renewcommandthetableRomantable

newcommandhd[1]begintabular[t]@c@#1endtabular
begindocument
begintable[htp]
centering
captionSampling Conditions for each run.
small
setlengthtabcolsep5pt
begintabularc
hline
hdRun &
hdPosition\(in) &
hdBurst\Threshold\ (mV) &
hdBandpass\Filter\ (MHz)&
hdDownmix\Frequency\ (MHz) &
hdTransceiver\ Orientation &
hdFreestream\ Seeder\ Condition &
hdJet\ Seeder\Condition \
hline
1 & 0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
2 & 0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
3 & 0.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
4 & 1.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
5,6,7 & 1.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
8 & 1.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
9,10,11 & 1.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
12 & 2 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
13 & 2.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
14,15,16 & 2.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
17 & 2.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
18 & 3.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
19 & 3.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
20 & 3.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
21 & 3.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
22 & 4.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
23,24,25 & 4.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
26 & 4.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
27 & 4.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
28 & 5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
29 & 5.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
30 & 5.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
31 & 1.25 & 30 & 0.3-3 & 40 & 90$^circ$ & On & On\
hline
32 & 4.5 & 30 & 0.3-3 & 40 & 90$^circ$ & On & On\
hline
33 & 4.5 & 150 & 1-10 & 38 & 90$^circ$ & On & On\
hline
34 & 4.5 & 30 & ?? & ?? & 90$^circ$ & Off & On\
hline
35 & 4.5 & 30 & ?? & ?? & 90$^circ$ & On & Off\
hline
36 & 4.5 & ?? & ?? & ?? & 0$^circ$ & On & On\
hline
endtabular

endtable

enddocument





share|improve this answer




















  • Thank you! Just to clarify, what was the purpose of the new command that you made?
    – Josh Pilipovsky
    1 hour ago










  • it's a nested tabular useful for making multi-line headings hd short for heading here. @JoshPilipovsky
    – David Carlisle
    1 hour ago















up vote
4
down vote













documentclass[12pt]article
usepackagesetspace
doublespacing
usepackage[utf8]inputenc
usepackage [english]babel
usepackage [autostyle, english = american]csquotes
usepackagemultirow
usepackage[tmargin=1in,bmargin=1in,lmargin=1in,rmargin=1in]geometry
usepackage[labelsep=period]caption
captionsetup[table]name=Table
renewcommandthetableRomantable

newcommandhd[1]begintabular[t]@c@#1endtabular
begindocument
begintable[htp]
centering
captionSampling Conditions for each run.
small
setlengthtabcolsep5pt
begintabularc
hline
hdRun &
hdPosition\(in) &
hdBurst\Threshold\ (mV) &
hdBandpass\Filter\ (MHz)&
hdDownmix\Frequency\ (MHz) &
hdTransceiver\ Orientation &
hdFreestream\ Seeder\ Condition &
hdJet\ Seeder\Condition \
hline
1 & 0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
2 & 0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
3 & 0.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
4 & 1.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
5,6,7 & 1.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
8 & 1.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
9,10,11 & 1.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
12 & 2 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
13 & 2.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
14,15,16 & 2.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
17 & 2.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
18 & 3.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
19 & 3.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
20 & 3.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
21 & 3.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
22 & 4.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
23,24,25 & 4.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
26 & 4.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
27 & 4.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
28 & 5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
29 & 5.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
30 & 5.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
31 & 1.25 & 30 & 0.3-3 & 40 & 90$^circ$ & On & On\
hline
32 & 4.5 & 30 & 0.3-3 & 40 & 90$^circ$ & On & On\
hline
33 & 4.5 & 150 & 1-10 & 38 & 90$^circ$ & On & On\
hline
34 & 4.5 & 30 & ?? & ?? & 90$^circ$ & Off & On\
hline
35 & 4.5 & 30 & ?? & ?? & 90$^circ$ & On & Off\
hline
36 & 4.5 & ?? & ?? & ?? & 0$^circ$ & On & On\
hline
endtabular

endtable

enddocument





share|improve this answer




















  • Thank you! Just to clarify, what was the purpose of the new command that you made?
    – Josh Pilipovsky
    1 hour ago










  • it's a nested tabular useful for making multi-line headings hd short for heading here. @JoshPilipovsky
    – David Carlisle
    1 hour ago













up vote
4
down vote










up vote
4
down vote









documentclass[12pt]article
usepackagesetspace
doublespacing
usepackage[utf8]inputenc
usepackage [english]babel
usepackage [autostyle, english = american]csquotes
usepackagemultirow
usepackage[tmargin=1in,bmargin=1in,lmargin=1in,rmargin=1in]geometry
usepackage[labelsep=period]caption
captionsetup[table]name=Table
renewcommandthetableRomantable

newcommandhd[1]begintabular[t]@c@#1endtabular
begindocument
begintable[htp]
centering
captionSampling Conditions for each run.
small
setlengthtabcolsep5pt
begintabularc
hline
hdRun &
hdPosition\(in) &
hdBurst\Threshold\ (mV) &
hdBandpass\Filter\ (MHz)&
hdDownmix\Frequency\ (MHz) &
hdTransceiver\ Orientation &
hdFreestream\ Seeder\ Condition &
hdJet\ Seeder\Condition \
hline
1 & 0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
2 & 0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
3 & 0.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
4 & 1.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
5,6,7 & 1.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
8 & 1.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
9,10,11 & 1.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
12 & 2 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
13 & 2.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
14,15,16 & 2.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
17 & 2.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
18 & 3.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
19 & 3.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
20 & 3.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
21 & 3.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
22 & 4.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
23,24,25 & 4.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
26 & 4.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
27 & 4.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
28 & 5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
29 & 5.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
30 & 5.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
31 & 1.25 & 30 & 0.3-3 & 40 & 90$^circ$ & On & On\
hline
32 & 4.5 & 30 & 0.3-3 & 40 & 90$^circ$ & On & On\
hline
33 & 4.5 & 150 & 1-10 & 38 & 90$^circ$ & On & On\
hline
34 & 4.5 & 30 & ?? & ?? & 90$^circ$ & Off & On\
hline
35 & 4.5 & 30 & ?? & ?? & 90$^circ$ & On & Off\
hline
36 & 4.5 & ?? & ?? & ?? & 0$^circ$ & On & On\
hline
endtabular

endtable

enddocument





share|improve this answer












documentclass[12pt]article
usepackagesetspace
doublespacing
usepackage[utf8]inputenc
usepackage [english]babel
usepackage [autostyle, english = american]csquotes
usepackagemultirow
usepackage[tmargin=1in,bmargin=1in,lmargin=1in,rmargin=1in]geometry
usepackage[labelsep=period]caption
captionsetup[table]name=Table
renewcommandthetableRomantable

newcommandhd[1]begintabular[t]@c@#1endtabular
begindocument
begintable[htp]
centering
captionSampling Conditions for each run.
small
setlengthtabcolsep5pt
begintabularc
hline
hdRun &
hdPosition\(in) &
hdBurst\Threshold\ (mV) &
hdBandpass\Filter\ (MHz)&
hdDownmix\Frequency\ (MHz) &
hdTransceiver\ Orientation &
hdFreestream\ Seeder\ Condition &
hdJet\ Seeder\Condition \
hline
1 & 0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
2 & 0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
3 & 0.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
4 & 1.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
5,6,7 & 1.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
8 & 1.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
9,10,11 & 1.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
12 & 2 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
13 & 2.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
14,15,16 & 2.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
17 & 2.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
18 & 3.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
19 & 3.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
20 & 3.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
21 & 3.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
22 & 4.0 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
23,24,25 & 4.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
26 & 4.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
27 & 4.75 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
28 & 5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
29 & 5.25 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
30 & 5.5 & 30 & 1-10 & 38 & 90$^circ$ & On & On\
hline
31 & 1.25 & 30 & 0.3-3 & 40 & 90$^circ$ & On & On\
hline
32 & 4.5 & 30 & 0.3-3 & 40 & 90$^circ$ & On & On\
hline
33 & 4.5 & 150 & 1-10 & 38 & 90$^circ$ & On & On\
hline
34 & 4.5 & 30 & ?? & ?? & 90$^circ$ & Off & On\
hline
35 & 4.5 & 30 & ?? & ?? & 90$^circ$ & On & Off\
hline
36 & 4.5 & ?? & ?? & ?? & 0$^circ$ & On & On\
hline
endtabular

endtable

enddocument






share|improve this answer












share|improve this answer



share|improve this answer










answered 1 hour ago









David Carlisle

473k3811011832




473k3811011832











  • Thank you! Just to clarify, what was the purpose of the new command that you made?
    – Josh Pilipovsky
    1 hour ago










  • it's a nested tabular useful for making multi-line headings hd short for heading here. @JoshPilipovsky
    – David Carlisle
    1 hour ago

















  • Thank you! Just to clarify, what was the purpose of the new command that you made?
    – Josh Pilipovsky
    1 hour ago










  • it's a nested tabular useful for making multi-line headings hd short for heading here. @JoshPilipovsky
    – David Carlisle
    1 hour ago
















Thank you! Just to clarify, what was the purpose of the new command that you made?
– Josh Pilipovsky
1 hour ago




Thank you! Just to clarify, what was the purpose of the new command that you made?
– Josh Pilipovsky
1 hour ago












it's a nested tabular useful for making multi-line headings hd short for heading here. @JoshPilipovsky
– David Carlisle
1 hour ago





it's a nested tabular useful for making multi-line headings hd short for heading here. @JoshPilipovsky
– David Carlisle
1 hour ago











Josh Pilipovsky is a new contributor. Be nice, and check out our Code of Conduct.









 

draft saved


draft discarded


















Josh Pilipovsky is a new contributor. Be nice, and check out our Code of Conduct.












Josh Pilipovsky is a new contributor. Be nice, and check out our Code of Conduct.











Josh Pilipovsky is a new contributor. Be nice, and check out our Code of Conduct.













 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f457080%2ftable-small-and-unreadable%23new-answer', 'question_page');

);

Post as a guest













































































Comments

Popular posts from this blog

Long meetings (6-7 hours a day): Being “babysat” by supervisor

Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

Confectionery