Table not displaying properly











up vote
0
down vote

favorite












i have the same code for both tables, but the second table is not displaying properly. these both tables are on the same pageenter image description here



begin{table}[htbp]
caption{Tool/technique for scope definition}
%begin{adjustbox}{width=1textwidth}
label{tab:fir}
centering
begin{adjustbox}{width=15cm, height=5.0cm}
begin{tabular}{|p{3.5cm}|p{2cm}|p{2.5cm}|p{2cm}|p{2cm}|p{2.5cm}|p{.5cm}|}
hline
multirow{2}{*}{textbf{Techniques/tools}} & multicolumn{6}{p{13.5cm}|}{centeringtextbf{Traditional project scope definition}}\ cline{2-7}
&Controlling Scope & Scope Estimation & Measure Completeness & Identifying Features&Scope Quantification & Ref \
hline
Function Points & $1$ & $1$ & $0$&$1$ & $1$ & cite{sillitti2011agile} \
hline
Expert Judgment & $0$ & $0$ & $0$ & $1$& $0$ & cite{levin2009fundamentals} \
hline
Performance Analysis & $1$ & $0$ & $0$ &$0$ & $0$ & cite{corral2011evolution}\
hline
Work-Breakdown Structure (WBS) & $1$ & $0$ & $0$ &$0$ &$1$ & cite{hans2013work}\
hline
Feature Transition charts & $1$ & $0$ & $0$ &$0$ & $0$ & cite{wnuk2009feature} \

hline
Stakeholder Analysis & $0$ & $0$ & $0$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
hline
Benefits Analysis& $0$ & $0$ & $0$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
hline
Scope Change Control System&$1$ & $0$ & $0$&$0$ & $0$ & cite{sanghera2008fundamentals} \
hline
Functional Size Measurement (FSM) & $1$ & $1$ & $0$ &$1$ & $1$ & cite{sliger2008software} \


hline
Feature Survival Charts& $1$ & $0$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

hline
SEER-SEM& $0$ & $1$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

hline
Feature Growth Charts& $1$ & $0$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

hline
SPSRI& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \

hline
end{tabular}
end{adjustbox}
end{table}




begin{table}[htbp]
caption{Tool/technique for scope definition}
%begin{adjustbox}{width=1textwidth}
label{tab:fir}
centering
begin{adjustbox}{width=15cm, height=5.0cm}
begin{tabular}{|p{3.5cm}|p{2cm}|p{2.5cm}|p{2cm}|p{2cm}|p{2.5cm}|p{.5cm}|}
hline
multirow{2}{*}{textbf{Techniques/tools}} & multicolumn{6}{p{13.5cm}|}{centeringtextbf{Agile project scope definition}}\ cline{2-7}
&Controlling Scope & Scope Estimation & Measure Completeness &Identifying Features&Scope Quantification & Ref \
hline
Feature-Breakdown Structure (WBS) & $1$ & $0$ & $1$&$1$ & $0$ & cite{sillitti2011agile} \
hline
Feature Transition charts & $1$ & $0$ & $1$ & $0$& $0$ & cite{levin2009fundamentals} \
hline
Story Mapping & $1$ & $0$ & $0$ &$1$ & $0$ & cite{corral2011evolution}\
hline
Agile EVM & $1$ & $0$ & $0$ &$1$ &$0$ & cite{hans2013work}\
hline
Burn Up charts & $1$ & $0$ & $0$ &$1$ & $0$ & cite{wnuk2009feature} \

hline
Feature Survival Charts & $1$ & $0$ & $1$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
hline
Burn Down Chart& $1$ & $0$ & $0$ &$0$ & $0$ & cite{sanghera2008fundamentals} \
hline
Requirement Matrix&$1$ & $0$ & $1$&$1$ & $0$ & cite{sanghera2008fundamentals} \
hline
TinyPM, ScrumDesk, Agile for Trac, Version one & $1$ & $1$ & $1$ &$1$ & $0$ & cite{sliger2008software} \


hline
Cumulative Flow& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline

Stacked Area Chart& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Iteration Status Chart& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Agilefant& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Iceberg List& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Kanban Board& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Tree Map& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Parking Lot Diagram& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Task Board& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Planning Poker& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Wideband Delphi& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Constructive Cost Model& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
AgileMOW& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline



end{tabular}
end{adjustbox}
end{table}









share|improve this question









New contributor




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
















  • 2




    try to avoid ever scaling tables and absolutely always avoid specifying both height and width when scaling, otherwise you are specifying that the text is to be distorted and you get what you ask for! begin{adjustbox}{width=15cm, height=5.0cm}
    – David Carlisle
    Nov 18 at 14:11






  • 1




    you said the second table isn't correct but the font is visibly distorted in both, remove the height= setting on both tables (although removing adjustbox altogether would be better. Note that no one can run your example as you only posted a fragment. Without knowing your page size it is hard to suggest how to format the table without scaling.
    – David Carlisle
    Nov 18 at 14:19










  • Please -- as usual here -- make your code snippet compilable!
    – Kurt
    Nov 18 at 14:37















up vote
0
down vote

favorite












i have the same code for both tables, but the second table is not displaying properly. these both tables are on the same pageenter image description here



begin{table}[htbp]
caption{Tool/technique for scope definition}
%begin{adjustbox}{width=1textwidth}
label{tab:fir}
centering
begin{adjustbox}{width=15cm, height=5.0cm}
begin{tabular}{|p{3.5cm}|p{2cm}|p{2.5cm}|p{2cm}|p{2cm}|p{2.5cm}|p{.5cm}|}
hline
multirow{2}{*}{textbf{Techniques/tools}} & multicolumn{6}{p{13.5cm}|}{centeringtextbf{Traditional project scope definition}}\ cline{2-7}
&Controlling Scope & Scope Estimation & Measure Completeness & Identifying Features&Scope Quantification & Ref \
hline
Function Points & $1$ & $1$ & $0$&$1$ & $1$ & cite{sillitti2011agile} \
hline
Expert Judgment & $0$ & $0$ & $0$ & $1$& $0$ & cite{levin2009fundamentals} \
hline
Performance Analysis & $1$ & $0$ & $0$ &$0$ & $0$ & cite{corral2011evolution}\
hline
Work-Breakdown Structure (WBS) & $1$ & $0$ & $0$ &$0$ &$1$ & cite{hans2013work}\
hline
Feature Transition charts & $1$ & $0$ & $0$ &$0$ & $0$ & cite{wnuk2009feature} \

hline
Stakeholder Analysis & $0$ & $0$ & $0$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
hline
Benefits Analysis& $0$ & $0$ & $0$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
hline
Scope Change Control System&$1$ & $0$ & $0$&$0$ & $0$ & cite{sanghera2008fundamentals} \
hline
Functional Size Measurement (FSM) & $1$ & $1$ & $0$ &$1$ & $1$ & cite{sliger2008software} \


hline
Feature Survival Charts& $1$ & $0$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

hline
SEER-SEM& $0$ & $1$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

hline
Feature Growth Charts& $1$ & $0$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

hline
SPSRI& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \

hline
end{tabular}
end{adjustbox}
end{table}




begin{table}[htbp]
caption{Tool/technique for scope definition}
%begin{adjustbox}{width=1textwidth}
label{tab:fir}
centering
begin{adjustbox}{width=15cm, height=5.0cm}
begin{tabular}{|p{3.5cm}|p{2cm}|p{2.5cm}|p{2cm}|p{2cm}|p{2.5cm}|p{.5cm}|}
hline
multirow{2}{*}{textbf{Techniques/tools}} & multicolumn{6}{p{13.5cm}|}{centeringtextbf{Agile project scope definition}}\ cline{2-7}
&Controlling Scope & Scope Estimation & Measure Completeness &Identifying Features&Scope Quantification & Ref \
hline
Feature-Breakdown Structure (WBS) & $1$ & $0$ & $1$&$1$ & $0$ & cite{sillitti2011agile} \
hline
Feature Transition charts & $1$ & $0$ & $1$ & $0$& $0$ & cite{levin2009fundamentals} \
hline
Story Mapping & $1$ & $0$ & $0$ &$1$ & $0$ & cite{corral2011evolution}\
hline
Agile EVM & $1$ & $0$ & $0$ &$1$ &$0$ & cite{hans2013work}\
hline
Burn Up charts & $1$ & $0$ & $0$ &$1$ & $0$ & cite{wnuk2009feature} \

hline
Feature Survival Charts & $1$ & $0$ & $1$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
hline
Burn Down Chart& $1$ & $0$ & $0$ &$0$ & $0$ & cite{sanghera2008fundamentals} \
hline
Requirement Matrix&$1$ & $0$ & $1$&$1$ & $0$ & cite{sanghera2008fundamentals} \
hline
TinyPM, ScrumDesk, Agile for Trac, Version one & $1$ & $1$ & $1$ &$1$ & $0$ & cite{sliger2008software} \


hline
Cumulative Flow& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline

Stacked Area Chart& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Iteration Status Chart& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Agilefant& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Iceberg List& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Kanban Board& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Tree Map& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Parking Lot Diagram& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Task Board& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Planning Poker& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Wideband Delphi& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Constructive Cost Model& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
AgileMOW& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline



end{tabular}
end{adjustbox}
end{table}









share|improve this question









New contributor




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
















  • 2




    try to avoid ever scaling tables and absolutely always avoid specifying both height and width when scaling, otherwise you are specifying that the text is to be distorted and you get what you ask for! begin{adjustbox}{width=15cm, height=5.0cm}
    – David Carlisle
    Nov 18 at 14:11






  • 1




    you said the second table isn't correct but the font is visibly distorted in both, remove the height= setting on both tables (although removing adjustbox altogether would be better. Note that no one can run your example as you only posted a fragment. Without knowing your page size it is hard to suggest how to format the table without scaling.
    – David Carlisle
    Nov 18 at 14:19










  • Please -- as usual here -- make your code snippet compilable!
    – Kurt
    Nov 18 at 14:37













up vote
0
down vote

favorite









up vote
0
down vote

favorite











i have the same code for both tables, but the second table is not displaying properly. these both tables are on the same pageenter image description here



begin{table}[htbp]
caption{Tool/technique for scope definition}
%begin{adjustbox}{width=1textwidth}
label{tab:fir}
centering
begin{adjustbox}{width=15cm, height=5.0cm}
begin{tabular}{|p{3.5cm}|p{2cm}|p{2.5cm}|p{2cm}|p{2cm}|p{2.5cm}|p{.5cm}|}
hline
multirow{2}{*}{textbf{Techniques/tools}} & multicolumn{6}{p{13.5cm}|}{centeringtextbf{Traditional project scope definition}}\ cline{2-7}
&Controlling Scope & Scope Estimation & Measure Completeness & Identifying Features&Scope Quantification & Ref \
hline
Function Points & $1$ & $1$ & $0$&$1$ & $1$ & cite{sillitti2011agile} \
hline
Expert Judgment & $0$ & $0$ & $0$ & $1$& $0$ & cite{levin2009fundamentals} \
hline
Performance Analysis & $1$ & $0$ & $0$ &$0$ & $0$ & cite{corral2011evolution}\
hline
Work-Breakdown Structure (WBS) & $1$ & $0$ & $0$ &$0$ &$1$ & cite{hans2013work}\
hline
Feature Transition charts & $1$ & $0$ & $0$ &$0$ & $0$ & cite{wnuk2009feature} \

hline
Stakeholder Analysis & $0$ & $0$ & $0$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
hline
Benefits Analysis& $0$ & $0$ & $0$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
hline
Scope Change Control System&$1$ & $0$ & $0$&$0$ & $0$ & cite{sanghera2008fundamentals} \
hline
Functional Size Measurement (FSM) & $1$ & $1$ & $0$ &$1$ & $1$ & cite{sliger2008software} \


hline
Feature Survival Charts& $1$ & $0$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

hline
SEER-SEM& $0$ & $1$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

hline
Feature Growth Charts& $1$ & $0$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

hline
SPSRI& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \

hline
end{tabular}
end{adjustbox}
end{table}




begin{table}[htbp]
caption{Tool/technique for scope definition}
%begin{adjustbox}{width=1textwidth}
label{tab:fir}
centering
begin{adjustbox}{width=15cm, height=5.0cm}
begin{tabular}{|p{3.5cm}|p{2cm}|p{2.5cm}|p{2cm}|p{2cm}|p{2.5cm}|p{.5cm}|}
hline
multirow{2}{*}{textbf{Techniques/tools}} & multicolumn{6}{p{13.5cm}|}{centeringtextbf{Agile project scope definition}}\ cline{2-7}
&Controlling Scope & Scope Estimation & Measure Completeness &Identifying Features&Scope Quantification & Ref \
hline
Feature-Breakdown Structure (WBS) & $1$ & $0$ & $1$&$1$ & $0$ & cite{sillitti2011agile} \
hline
Feature Transition charts & $1$ & $0$ & $1$ & $0$& $0$ & cite{levin2009fundamentals} \
hline
Story Mapping & $1$ & $0$ & $0$ &$1$ & $0$ & cite{corral2011evolution}\
hline
Agile EVM & $1$ & $0$ & $0$ &$1$ &$0$ & cite{hans2013work}\
hline
Burn Up charts & $1$ & $0$ & $0$ &$1$ & $0$ & cite{wnuk2009feature} \

hline
Feature Survival Charts & $1$ & $0$ & $1$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
hline
Burn Down Chart& $1$ & $0$ & $0$ &$0$ & $0$ & cite{sanghera2008fundamentals} \
hline
Requirement Matrix&$1$ & $0$ & $1$&$1$ & $0$ & cite{sanghera2008fundamentals} \
hline
TinyPM, ScrumDesk, Agile for Trac, Version one & $1$ & $1$ & $1$ &$1$ & $0$ & cite{sliger2008software} \


hline
Cumulative Flow& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline

Stacked Area Chart& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Iteration Status Chart& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Agilefant& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Iceberg List& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Kanban Board& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Tree Map& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Parking Lot Diagram& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Task Board& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Planning Poker& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Wideband Delphi& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Constructive Cost Model& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
AgileMOW& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline



end{tabular}
end{adjustbox}
end{table}









share|improve this question









New contributor




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











i have the same code for both tables, but the second table is not displaying properly. these both tables are on the same pageenter image description here



begin{table}[htbp]
caption{Tool/technique for scope definition}
%begin{adjustbox}{width=1textwidth}
label{tab:fir}
centering
begin{adjustbox}{width=15cm, height=5.0cm}
begin{tabular}{|p{3.5cm}|p{2cm}|p{2.5cm}|p{2cm}|p{2cm}|p{2.5cm}|p{.5cm}|}
hline
multirow{2}{*}{textbf{Techniques/tools}} & multicolumn{6}{p{13.5cm}|}{centeringtextbf{Traditional project scope definition}}\ cline{2-7}
&Controlling Scope & Scope Estimation & Measure Completeness & Identifying Features&Scope Quantification & Ref \
hline
Function Points & $1$ & $1$ & $0$&$1$ & $1$ & cite{sillitti2011agile} \
hline
Expert Judgment & $0$ & $0$ & $0$ & $1$& $0$ & cite{levin2009fundamentals} \
hline
Performance Analysis & $1$ & $0$ & $0$ &$0$ & $0$ & cite{corral2011evolution}\
hline
Work-Breakdown Structure (WBS) & $1$ & $0$ & $0$ &$0$ &$1$ & cite{hans2013work}\
hline
Feature Transition charts & $1$ & $0$ & $0$ &$0$ & $0$ & cite{wnuk2009feature} \

hline
Stakeholder Analysis & $0$ & $0$ & $0$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
hline
Benefits Analysis& $0$ & $0$ & $0$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
hline
Scope Change Control System&$1$ & $0$ & $0$&$0$ & $0$ & cite{sanghera2008fundamentals} \
hline
Functional Size Measurement (FSM) & $1$ & $1$ & $0$ &$1$ & $1$ & cite{sliger2008software} \


hline
Feature Survival Charts& $1$ & $0$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

hline
SEER-SEM& $0$ & $1$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

hline
Feature Growth Charts& $1$ & $0$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

hline
SPSRI& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \

hline
end{tabular}
end{adjustbox}
end{table}




begin{table}[htbp]
caption{Tool/technique for scope definition}
%begin{adjustbox}{width=1textwidth}
label{tab:fir}
centering
begin{adjustbox}{width=15cm, height=5.0cm}
begin{tabular}{|p{3.5cm}|p{2cm}|p{2.5cm}|p{2cm}|p{2cm}|p{2.5cm}|p{.5cm}|}
hline
multirow{2}{*}{textbf{Techniques/tools}} & multicolumn{6}{p{13.5cm}|}{centeringtextbf{Agile project scope definition}}\ cline{2-7}
&Controlling Scope & Scope Estimation & Measure Completeness &Identifying Features&Scope Quantification & Ref \
hline
Feature-Breakdown Structure (WBS) & $1$ & $0$ & $1$&$1$ & $0$ & cite{sillitti2011agile} \
hline
Feature Transition charts & $1$ & $0$ & $1$ & $0$& $0$ & cite{levin2009fundamentals} \
hline
Story Mapping & $1$ & $0$ & $0$ &$1$ & $0$ & cite{corral2011evolution}\
hline
Agile EVM & $1$ & $0$ & $0$ &$1$ &$0$ & cite{hans2013work}\
hline
Burn Up charts & $1$ & $0$ & $0$ &$1$ & $0$ & cite{wnuk2009feature} \

hline
Feature Survival Charts & $1$ & $0$ & $1$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
hline
Burn Down Chart& $1$ & $0$ & $0$ &$0$ & $0$ & cite{sanghera2008fundamentals} \
hline
Requirement Matrix&$1$ & $0$ & $1$&$1$ & $0$ & cite{sanghera2008fundamentals} \
hline
TinyPM, ScrumDesk, Agile for Trac, Version one & $1$ & $1$ & $1$ &$1$ & $0$ & cite{sliger2008software} \


hline
Cumulative Flow& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline

Stacked Area Chart& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Iteration Status Chart& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Agilefant& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Iceberg List& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Kanban Board& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Tree Map& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Parking Lot Diagram& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Task Board& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Planning Poker& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Wideband Delphi& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Constructive Cost Model& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
AgileMOW& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline



end{tabular}
end{adjustbox}
end{table}






tables






share|improve this question









New contributor




avais 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




avais 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








edited Nov 18 at 14:16









David Carlisle

477k3811061841




477k3811061841






New contributor




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









asked Nov 18 at 13:59









avais

232




232




New contributor




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





New contributor





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






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








  • 2




    try to avoid ever scaling tables and absolutely always avoid specifying both height and width when scaling, otherwise you are specifying that the text is to be distorted and you get what you ask for! begin{adjustbox}{width=15cm, height=5.0cm}
    – David Carlisle
    Nov 18 at 14:11






  • 1




    you said the second table isn't correct but the font is visibly distorted in both, remove the height= setting on both tables (although removing adjustbox altogether would be better. Note that no one can run your example as you only posted a fragment. Without knowing your page size it is hard to suggest how to format the table without scaling.
    – David Carlisle
    Nov 18 at 14:19










  • Please -- as usual here -- make your code snippet compilable!
    – Kurt
    Nov 18 at 14:37














  • 2




    try to avoid ever scaling tables and absolutely always avoid specifying both height and width when scaling, otherwise you are specifying that the text is to be distorted and you get what you ask for! begin{adjustbox}{width=15cm, height=5.0cm}
    – David Carlisle
    Nov 18 at 14:11






  • 1




    you said the second table isn't correct but the font is visibly distorted in both, remove the height= setting on both tables (although removing adjustbox altogether would be better. Note that no one can run your example as you only posted a fragment. Without knowing your page size it is hard to suggest how to format the table without scaling.
    – David Carlisle
    Nov 18 at 14:19










  • Please -- as usual here -- make your code snippet compilable!
    – Kurt
    Nov 18 at 14:37








2




2




try to avoid ever scaling tables and absolutely always avoid specifying both height and width when scaling, otherwise you are specifying that the text is to be distorted and you get what you ask for! begin{adjustbox}{width=15cm, height=5.0cm}
– David Carlisle
Nov 18 at 14:11




try to avoid ever scaling tables and absolutely always avoid specifying both height and width when scaling, otherwise you are specifying that the text is to be distorted and you get what you ask for! begin{adjustbox}{width=15cm, height=5.0cm}
– David Carlisle
Nov 18 at 14:11




1




1




you said the second table isn't correct but the font is visibly distorted in both, remove the height= setting on both tables (although removing adjustbox altogether would be better. Note that no one can run your example as you only posted a fragment. Without knowing your page size it is hard to suggest how to format the table without scaling.
– David Carlisle
Nov 18 at 14:19




you said the second table isn't correct but the font is visibly distorted in both, remove the height= setting on both tables (although removing adjustbox altogether would be better. Note that no one can run your example as you only posted a fragment. Without knowing your page size it is hard to suggest how to format the table without scaling.
– David Carlisle
Nov 18 at 14:19












Please -- as usual here -- make your code snippet compilable!
– Kurt
Nov 18 at 14:37




Please -- as usual here -- make your code snippet compilable!
– Kurt
Nov 18 at 14:37










1 Answer
1






active

oldest

votes

















up vote
1
down vote













I marked up your first table so that it fits in A4 without adjustbox but note that the actual table data is really quite small, the space is all taken up with over-long headings. I did not change them but with yoru subject knowledge you can perhaps come up with more abbreviated headings to make the table more readable. It would also loo a lot better without the horizontal and vertical lines.



enter image description here



documentclass[a4paper]{article}
usepackage{multirow,array}
newcommandhd[1]{begin{tabular}{@{}c@{}}#1end{tabular}}
begin{document}

begin{table}[htbp]

small
setlengthtabcolsep{3pt}

caption{Tool/technique for scope definition}
label{tab:fir}

setlengthextrarowheight{2pt}
centering

begin{tabular}{@{}|>{raggedright}p{1.7cm}|r|r|r|r|r|r|@{}}
hline
multirow{2}{*}{textbf{hd{Techniques\/\tools}}} &
multicolumn{6}{c|}{textbf{Traditional project scope definition}}\
cline{2-7}
&
hd{Controlling\Scope}&
hd{Scope\Estimation}&
hd{Measure\Completeness}&
hd{Identifying\Features}&
hd{Scope\Quantification}&
Ref\
hline
Function Points & $1$ & $1$ & $0$&$1$ & $1$ & cite{sillitti2011agile} \
hline
Expert Judgment & $0$ & $0$ & $0$ & $1$& $0$ & cite{levin2009fundamentals} \
hline
Performance Analysis & $1$ & $0$ & $0$ &$0$ & $0$ & cite{corral2011evolution}\
hline
Work-Breakdown Structure (WBS) & $1$ & $0$ & $0$ &$0$ &$1$ & cite{hans2013work}\
hline
Feature Transition charts & $1$ & $0$ & $0$ &$0$ & $0$ & cite{wnuk2009feature} \

hline
Stakeholder Analysis & $0$ & $0$ & $0$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
hline
Benefits Analysis& $0$ & $0$ & $0$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
hline
Scope Change Control System&$1$ & $0$ & $0$&$0$ & $0$ & cite{sanghera2008fundamentals} \
hline
Functional Size Measurement (FSM) & $1$ & $1$ & $0$ &$1$ & $1$ & cite{sliger2008software} \


hline
Feature Survival Charts& $1$ & $0$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

hline
SEER-SEM& $0$ & $1$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

hline
Feature Growth Charts& $1$ & $0$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

hline
SPSRI& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \

hline
end{tabular}

end{table}



end{document}
begin{table}[htbp]
caption{Tool/technique for scope definition}
%begin{adjustbox}{width=1textwidth}
label{tab:fir}
centering

begin{tabular}{|p{3.5cm}|p{2cm}|p{2.5cm}|p{2cm}|p{2cm}|p{2.5cm}|p{.5cm}|}
hline
multirow{2}{*}{textbf{Techniques/tools}} & multicolumn{6}{p{13.5cm}|}{centeringtextbf{Agile project scope definition}}\ cline{2-7}
&Controlling Scope & Scope Estimation & Measure Completeness &Identifying Features&Scope Quantification & Ref \
hline
Feature-Breakdown Structure (WBS) & $1$ & $0$ & $1$&$1$ & $0$ & cite{sillitti2011agile} \
hline
Feature Transition charts & $1$ & $0$ & $1$ & $0$& $0$ & cite{levin2009fundamentals} \
hline
Story Mapping & $1$ & $0$ & $0$ &$1$ & $0$ & cite{corral2011evolution}\
hline
Agile EVM & $1$ & $0$ & $0$ &$1$ &$0$ & cite{hans2013work}\
hline
Burn Up charts & $1$ & $0$ & $0$ &$1$ & $0$ & cite{wnuk2009feature} \

hline
Feature Survival Charts & $1$ & $0$ & $1$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
hline
Burn Down Chart& $1$ & $0$ & $0$ &$0$ & $0$ & cite{sanghera2008fundamentals} \
hline
Requirement Matrix&$1$ & $0$ & $1$&$1$ & $0$ & cite{sanghera2008fundamentals} \
hline
TinyPM, ScrumDesk, Agile for Trac, Version one & $1$ & $1$ & $1$ &$1$ & $0$ & cite{sliger2008software} \


hline
Cumulative Flow& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline

Stacked Area Chart& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Iteration Status Chart& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Agilefant& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Iceberg List& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Kanban Board& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Tree Map& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Parking Lot Diagram& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Task Board& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Planning Poker& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Wideband Delphi& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
Constructive Cost Model& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline
AgileMOW& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
hline



end{tabular}

end{table}
end{document}


Note the second table isn't used here as I added an extra end{document}: the same styling can be applied to both tables once the first table styling is complete.






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',
    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
    });


    }
    });






    avais 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%2f460596%2ftable-not-displaying-properly%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote













    I marked up your first table so that it fits in A4 without adjustbox but note that the actual table data is really quite small, the space is all taken up with over-long headings. I did not change them but with yoru subject knowledge you can perhaps come up with more abbreviated headings to make the table more readable. It would also loo a lot better without the horizontal and vertical lines.



    enter image description here



    documentclass[a4paper]{article}
    usepackage{multirow,array}
    newcommandhd[1]{begin{tabular}{@{}c@{}}#1end{tabular}}
    begin{document}

    begin{table}[htbp]

    small
    setlengthtabcolsep{3pt}

    caption{Tool/technique for scope definition}
    label{tab:fir}

    setlengthextrarowheight{2pt}
    centering

    begin{tabular}{@{}|>{raggedright}p{1.7cm}|r|r|r|r|r|r|@{}}
    hline
    multirow{2}{*}{textbf{hd{Techniques\/\tools}}} &
    multicolumn{6}{c|}{textbf{Traditional project scope definition}}\
    cline{2-7}
    &
    hd{Controlling\Scope}&
    hd{Scope\Estimation}&
    hd{Measure\Completeness}&
    hd{Identifying\Features}&
    hd{Scope\Quantification}&
    Ref\
    hline
    Function Points & $1$ & $1$ & $0$&$1$ & $1$ & cite{sillitti2011agile} \
    hline
    Expert Judgment & $0$ & $0$ & $0$ & $1$& $0$ & cite{levin2009fundamentals} \
    hline
    Performance Analysis & $1$ & $0$ & $0$ &$0$ & $0$ & cite{corral2011evolution}\
    hline
    Work-Breakdown Structure (WBS) & $1$ & $0$ & $0$ &$0$ &$1$ & cite{hans2013work}\
    hline
    Feature Transition charts & $1$ & $0$ & $0$ &$0$ & $0$ & cite{wnuk2009feature} \

    hline
    Stakeholder Analysis & $0$ & $0$ & $0$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
    hline
    Benefits Analysis& $0$ & $0$ & $0$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
    hline
    Scope Change Control System&$1$ & $0$ & $0$&$0$ & $0$ & cite{sanghera2008fundamentals} \
    hline
    Functional Size Measurement (FSM) & $1$ & $1$ & $0$ &$1$ & $1$ & cite{sliger2008software} \


    hline
    Feature Survival Charts& $1$ & $0$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

    hline
    SEER-SEM& $0$ & $1$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

    hline
    Feature Growth Charts& $1$ & $0$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

    hline
    SPSRI& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \

    hline
    end{tabular}

    end{table}



    end{document}
    begin{table}[htbp]
    caption{Tool/technique for scope definition}
    %begin{adjustbox}{width=1textwidth}
    label{tab:fir}
    centering

    begin{tabular}{|p{3.5cm}|p{2cm}|p{2.5cm}|p{2cm}|p{2cm}|p{2.5cm}|p{.5cm}|}
    hline
    multirow{2}{*}{textbf{Techniques/tools}} & multicolumn{6}{p{13.5cm}|}{centeringtextbf{Agile project scope definition}}\ cline{2-7}
    &Controlling Scope & Scope Estimation & Measure Completeness &Identifying Features&Scope Quantification & Ref \
    hline
    Feature-Breakdown Structure (WBS) & $1$ & $0$ & $1$&$1$ & $0$ & cite{sillitti2011agile} \
    hline
    Feature Transition charts & $1$ & $0$ & $1$ & $0$& $0$ & cite{levin2009fundamentals} \
    hline
    Story Mapping & $1$ & $0$ & $0$ &$1$ & $0$ & cite{corral2011evolution}\
    hline
    Agile EVM & $1$ & $0$ & $0$ &$1$ &$0$ & cite{hans2013work}\
    hline
    Burn Up charts & $1$ & $0$ & $0$ &$1$ & $0$ & cite{wnuk2009feature} \

    hline
    Feature Survival Charts & $1$ & $0$ & $1$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
    hline
    Burn Down Chart& $1$ & $0$ & $0$ &$0$ & $0$ & cite{sanghera2008fundamentals} \
    hline
    Requirement Matrix&$1$ & $0$ & $1$&$1$ & $0$ & cite{sanghera2008fundamentals} \
    hline
    TinyPM, ScrumDesk, Agile for Trac, Version one & $1$ & $1$ & $1$ &$1$ & $0$ & cite{sliger2008software} \


    hline
    Cumulative Flow& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
    hline

    Stacked Area Chart& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
    hline
    Iteration Status Chart& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
    hline
    Agilefant& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
    hline
    Iceberg List& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
    hline
    Kanban Board& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
    hline
    Tree Map& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
    hline
    Parking Lot Diagram& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
    hline
    Task Board& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
    hline
    Planning Poker& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
    hline
    Wideband Delphi& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
    hline
    Constructive Cost Model& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
    hline
    AgileMOW& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
    hline



    end{tabular}

    end{table}
    end{document}


    Note the second table isn't used here as I added an extra end{document}: the same styling can be applied to both tables once the first table styling is complete.






    share|improve this answer

























      up vote
      1
      down vote













      I marked up your first table so that it fits in A4 without adjustbox but note that the actual table data is really quite small, the space is all taken up with over-long headings. I did not change them but with yoru subject knowledge you can perhaps come up with more abbreviated headings to make the table more readable. It would also loo a lot better without the horizontal and vertical lines.



      enter image description here



      documentclass[a4paper]{article}
      usepackage{multirow,array}
      newcommandhd[1]{begin{tabular}{@{}c@{}}#1end{tabular}}
      begin{document}

      begin{table}[htbp]

      small
      setlengthtabcolsep{3pt}

      caption{Tool/technique for scope definition}
      label{tab:fir}

      setlengthextrarowheight{2pt}
      centering

      begin{tabular}{@{}|>{raggedright}p{1.7cm}|r|r|r|r|r|r|@{}}
      hline
      multirow{2}{*}{textbf{hd{Techniques\/\tools}}} &
      multicolumn{6}{c|}{textbf{Traditional project scope definition}}\
      cline{2-7}
      &
      hd{Controlling\Scope}&
      hd{Scope\Estimation}&
      hd{Measure\Completeness}&
      hd{Identifying\Features}&
      hd{Scope\Quantification}&
      Ref\
      hline
      Function Points & $1$ & $1$ & $0$&$1$ & $1$ & cite{sillitti2011agile} \
      hline
      Expert Judgment & $0$ & $0$ & $0$ & $1$& $0$ & cite{levin2009fundamentals} \
      hline
      Performance Analysis & $1$ & $0$ & $0$ &$0$ & $0$ & cite{corral2011evolution}\
      hline
      Work-Breakdown Structure (WBS) & $1$ & $0$ & $0$ &$0$ &$1$ & cite{hans2013work}\
      hline
      Feature Transition charts & $1$ & $0$ & $0$ &$0$ & $0$ & cite{wnuk2009feature} \

      hline
      Stakeholder Analysis & $0$ & $0$ & $0$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
      hline
      Benefits Analysis& $0$ & $0$ & $0$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
      hline
      Scope Change Control System&$1$ & $0$ & $0$&$0$ & $0$ & cite{sanghera2008fundamentals} \
      hline
      Functional Size Measurement (FSM) & $1$ & $1$ & $0$ &$1$ & $1$ & cite{sliger2008software} \


      hline
      Feature Survival Charts& $1$ & $0$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

      hline
      SEER-SEM& $0$ & $1$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

      hline
      Feature Growth Charts& $1$ & $0$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

      hline
      SPSRI& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \

      hline
      end{tabular}

      end{table}



      end{document}
      begin{table}[htbp]
      caption{Tool/technique for scope definition}
      %begin{adjustbox}{width=1textwidth}
      label{tab:fir}
      centering

      begin{tabular}{|p{3.5cm}|p{2cm}|p{2.5cm}|p{2cm}|p{2cm}|p{2.5cm}|p{.5cm}|}
      hline
      multirow{2}{*}{textbf{Techniques/tools}} & multicolumn{6}{p{13.5cm}|}{centeringtextbf{Agile project scope definition}}\ cline{2-7}
      &Controlling Scope & Scope Estimation & Measure Completeness &Identifying Features&Scope Quantification & Ref \
      hline
      Feature-Breakdown Structure (WBS) & $1$ & $0$ & $1$&$1$ & $0$ & cite{sillitti2011agile} \
      hline
      Feature Transition charts & $1$ & $0$ & $1$ & $0$& $0$ & cite{levin2009fundamentals} \
      hline
      Story Mapping & $1$ & $0$ & $0$ &$1$ & $0$ & cite{corral2011evolution}\
      hline
      Agile EVM & $1$ & $0$ & $0$ &$1$ &$0$ & cite{hans2013work}\
      hline
      Burn Up charts & $1$ & $0$ & $0$ &$1$ & $0$ & cite{wnuk2009feature} \

      hline
      Feature Survival Charts & $1$ & $0$ & $1$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
      hline
      Burn Down Chart& $1$ & $0$ & $0$ &$0$ & $0$ & cite{sanghera2008fundamentals} \
      hline
      Requirement Matrix&$1$ & $0$ & $1$&$1$ & $0$ & cite{sanghera2008fundamentals} \
      hline
      TinyPM, ScrumDesk, Agile for Trac, Version one & $1$ & $1$ & $1$ &$1$ & $0$ & cite{sliger2008software} \


      hline
      Cumulative Flow& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
      hline

      Stacked Area Chart& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
      hline
      Iteration Status Chart& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
      hline
      Agilefant& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
      hline
      Iceberg List& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
      hline
      Kanban Board& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
      hline
      Tree Map& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
      hline
      Parking Lot Diagram& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
      hline
      Task Board& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
      hline
      Planning Poker& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
      hline
      Wideband Delphi& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
      hline
      Constructive Cost Model& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
      hline
      AgileMOW& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
      hline



      end{tabular}

      end{table}
      end{document}


      Note the second table isn't used here as I added an extra end{document}: the same styling can be applied to both tables once the first table styling is complete.






      share|improve this answer























        up vote
        1
        down vote










        up vote
        1
        down vote









        I marked up your first table so that it fits in A4 without adjustbox but note that the actual table data is really quite small, the space is all taken up with over-long headings. I did not change them but with yoru subject knowledge you can perhaps come up with more abbreviated headings to make the table more readable. It would also loo a lot better without the horizontal and vertical lines.



        enter image description here



        documentclass[a4paper]{article}
        usepackage{multirow,array}
        newcommandhd[1]{begin{tabular}{@{}c@{}}#1end{tabular}}
        begin{document}

        begin{table}[htbp]

        small
        setlengthtabcolsep{3pt}

        caption{Tool/technique for scope definition}
        label{tab:fir}

        setlengthextrarowheight{2pt}
        centering

        begin{tabular}{@{}|>{raggedright}p{1.7cm}|r|r|r|r|r|r|@{}}
        hline
        multirow{2}{*}{textbf{hd{Techniques\/\tools}}} &
        multicolumn{6}{c|}{textbf{Traditional project scope definition}}\
        cline{2-7}
        &
        hd{Controlling\Scope}&
        hd{Scope\Estimation}&
        hd{Measure\Completeness}&
        hd{Identifying\Features}&
        hd{Scope\Quantification}&
        Ref\
        hline
        Function Points & $1$ & $1$ & $0$&$1$ & $1$ & cite{sillitti2011agile} \
        hline
        Expert Judgment & $0$ & $0$ & $0$ & $1$& $0$ & cite{levin2009fundamentals} \
        hline
        Performance Analysis & $1$ & $0$ & $0$ &$0$ & $0$ & cite{corral2011evolution}\
        hline
        Work-Breakdown Structure (WBS) & $1$ & $0$ & $0$ &$0$ &$1$ & cite{hans2013work}\
        hline
        Feature Transition charts & $1$ & $0$ & $0$ &$0$ & $0$ & cite{wnuk2009feature} \

        hline
        Stakeholder Analysis & $0$ & $0$ & $0$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
        hline
        Benefits Analysis& $0$ & $0$ & $0$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
        hline
        Scope Change Control System&$1$ & $0$ & $0$&$0$ & $0$ & cite{sanghera2008fundamentals} \
        hline
        Functional Size Measurement (FSM) & $1$ & $1$ & $0$ &$1$ & $1$ & cite{sliger2008software} \


        hline
        Feature Survival Charts& $1$ & $0$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

        hline
        SEER-SEM& $0$ & $1$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

        hline
        Feature Growth Charts& $1$ & $0$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

        hline
        SPSRI& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \

        hline
        end{tabular}

        end{table}



        end{document}
        begin{table}[htbp]
        caption{Tool/technique for scope definition}
        %begin{adjustbox}{width=1textwidth}
        label{tab:fir}
        centering

        begin{tabular}{|p{3.5cm}|p{2cm}|p{2.5cm}|p{2cm}|p{2cm}|p{2.5cm}|p{.5cm}|}
        hline
        multirow{2}{*}{textbf{Techniques/tools}} & multicolumn{6}{p{13.5cm}|}{centeringtextbf{Agile project scope definition}}\ cline{2-7}
        &Controlling Scope & Scope Estimation & Measure Completeness &Identifying Features&Scope Quantification & Ref \
        hline
        Feature-Breakdown Structure (WBS) & $1$ & $0$ & $1$&$1$ & $0$ & cite{sillitti2011agile} \
        hline
        Feature Transition charts & $1$ & $0$ & $1$ & $0$& $0$ & cite{levin2009fundamentals} \
        hline
        Story Mapping & $1$ & $0$ & $0$ &$1$ & $0$ & cite{corral2011evolution}\
        hline
        Agile EVM & $1$ & $0$ & $0$ &$1$ &$0$ & cite{hans2013work}\
        hline
        Burn Up charts & $1$ & $0$ & $0$ &$1$ & $0$ & cite{wnuk2009feature} \

        hline
        Feature Survival Charts & $1$ & $0$ & $1$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
        hline
        Burn Down Chart& $1$ & $0$ & $0$ &$0$ & $0$ & cite{sanghera2008fundamentals} \
        hline
        Requirement Matrix&$1$ & $0$ & $1$&$1$ & $0$ & cite{sanghera2008fundamentals} \
        hline
        TinyPM, ScrumDesk, Agile for Trac, Version one & $1$ & $1$ & $1$ &$1$ & $0$ & cite{sliger2008software} \


        hline
        Cumulative Flow& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline

        Stacked Area Chart& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline
        Iteration Status Chart& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline
        Agilefant& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline
        Iceberg List& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline
        Kanban Board& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline
        Tree Map& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline
        Parking Lot Diagram& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline
        Task Board& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline
        Planning Poker& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline
        Wideband Delphi& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline
        Constructive Cost Model& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline
        AgileMOW& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline



        end{tabular}

        end{table}
        end{document}


        Note the second table isn't used here as I added an extra end{document}: the same styling can be applied to both tables once the first table styling is complete.






        share|improve this answer












        I marked up your first table so that it fits in A4 without adjustbox but note that the actual table data is really quite small, the space is all taken up with over-long headings. I did not change them but with yoru subject knowledge you can perhaps come up with more abbreviated headings to make the table more readable. It would also loo a lot better without the horizontal and vertical lines.



        enter image description here



        documentclass[a4paper]{article}
        usepackage{multirow,array}
        newcommandhd[1]{begin{tabular}{@{}c@{}}#1end{tabular}}
        begin{document}

        begin{table}[htbp]

        small
        setlengthtabcolsep{3pt}

        caption{Tool/technique for scope definition}
        label{tab:fir}

        setlengthextrarowheight{2pt}
        centering

        begin{tabular}{@{}|>{raggedright}p{1.7cm}|r|r|r|r|r|r|@{}}
        hline
        multirow{2}{*}{textbf{hd{Techniques\/\tools}}} &
        multicolumn{6}{c|}{textbf{Traditional project scope definition}}\
        cline{2-7}
        &
        hd{Controlling\Scope}&
        hd{Scope\Estimation}&
        hd{Measure\Completeness}&
        hd{Identifying\Features}&
        hd{Scope\Quantification}&
        Ref\
        hline
        Function Points & $1$ & $1$ & $0$&$1$ & $1$ & cite{sillitti2011agile} \
        hline
        Expert Judgment & $0$ & $0$ & $0$ & $1$& $0$ & cite{levin2009fundamentals} \
        hline
        Performance Analysis & $1$ & $0$ & $0$ &$0$ & $0$ & cite{corral2011evolution}\
        hline
        Work-Breakdown Structure (WBS) & $1$ & $0$ & $0$ &$0$ &$1$ & cite{hans2013work}\
        hline
        Feature Transition charts & $1$ & $0$ & $0$ &$0$ & $0$ & cite{wnuk2009feature} \

        hline
        Stakeholder Analysis & $0$ & $0$ & $0$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
        hline
        Benefits Analysis& $0$ & $0$ & $0$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
        hline
        Scope Change Control System&$1$ & $0$ & $0$&$0$ & $0$ & cite{sanghera2008fundamentals} \
        hline
        Functional Size Measurement (FSM) & $1$ & $1$ & $0$ &$1$ & $1$ & cite{sliger2008software} \


        hline
        Feature Survival Charts& $1$ & $0$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

        hline
        SEER-SEM& $0$ & $1$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

        hline
        Feature Growth Charts& $1$ & $0$& $0$& $0$& $0$ & cite{wnuk2008visualization} \

        hline
        SPSRI& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \

        hline
        end{tabular}

        end{table}



        end{document}
        begin{table}[htbp]
        caption{Tool/technique for scope definition}
        %begin{adjustbox}{width=1textwidth}
        label{tab:fir}
        centering

        begin{tabular}{|p{3.5cm}|p{2cm}|p{2.5cm}|p{2cm}|p{2cm}|p{2.5cm}|p{.5cm}|}
        hline
        multirow{2}{*}{textbf{Techniques/tools}} & multicolumn{6}{p{13.5cm}|}{centeringtextbf{Agile project scope definition}}\ cline{2-7}
        &Controlling Scope & Scope Estimation & Measure Completeness &Identifying Features&Scope Quantification & Ref \
        hline
        Feature-Breakdown Structure (WBS) & $1$ & $0$ & $1$&$1$ & $0$ & cite{sillitti2011agile} \
        hline
        Feature Transition charts & $1$ & $0$ & $1$ & $0$& $0$ & cite{levin2009fundamentals} \
        hline
        Story Mapping & $1$ & $0$ & $0$ &$1$ & $0$ & cite{corral2011evolution}\
        hline
        Agile EVM & $1$ & $0$ & $0$ &$1$ &$0$ & cite{hans2013work}\
        hline
        Burn Up charts & $1$ & $0$ & $0$ &$1$ & $0$ & cite{wnuk2009feature} \

        hline
        Feature Survival Charts & $1$ & $0$ & $1$ &$1$ & $0$ & cite{sanghera2008fundamentals} \
        hline
        Burn Down Chart& $1$ & $0$ & $0$ &$0$ & $0$ & cite{sanghera2008fundamentals} \
        hline
        Requirement Matrix&$1$ & $0$ & $1$&$1$ & $0$ & cite{sanghera2008fundamentals} \
        hline
        TinyPM, ScrumDesk, Agile for Trac, Version one & $1$ & $1$ & $1$ &$1$ & $0$ & cite{sliger2008software} \


        hline
        Cumulative Flow& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline

        Stacked Area Chart& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline
        Iteration Status Chart& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline
        Agilefant& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline
        Iceberg List& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline
        Kanban Board& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline
        Tree Map& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline
        Parking Lot Diagram& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline
        Task Board& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline
        Planning Poker& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline
        Wideband Delphi& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline
        Constructive Cost Model& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline
        AgileMOW& $1$ & $0$& $1$& $1$& $0$ & cite{wnuk2008visualization} \
        hline



        end{tabular}

        end{table}
        end{document}


        Note the second table isn't used here as I added an extra end{document}: the same styling can be applied to both tables once the first table styling is complete.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 18 at 14:49









        David Carlisle

        477k3811061841




        477k3811061841






















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










             

            draft saved


            draft discarded


















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













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












            avais 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%2f460596%2ftable-not-displaying-properly%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

            Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

            ComboBox Display Member on multiple fields

            Is it possible to collect Nectar points via Trainline?