table - delete the line under table












3














How to delete this line please? Thank you.
enter image description here



documentclass[12pt,a4paper]{report}
setlengthtextwidth{145mm}
setlengthtextheight{247mm}
setlengthoddsidemargin{15mm}
setlengthevensidemargin{15mm}
setlengthtopmargin{0mm}
setlengthheadsep{0mm}
setlengthheadheight{0mm}
letopenright=clearpage
usepackage[a-2u]{pdfx}
usepackage[czech]{babel}
usepackage{lmodern}
usepackage[T1]{fontenc}
usepackage{textcomp}
usepackage[utf8]{inputenc}
usepackage{amsmath, graphicx,threeparttable}
usepackage{array}
usepackage{caption}
usepackage[output-decimal-marker={,}]{siunitx}
NewDocumentCommand{anote}{}{makebox[0pt][l]{$^*$}}



usepackage{amsfonts} % matematické fonty
usepackage{amsthm} % sazba vět, definic apod.
usepackage{bbding} % balíček s nejrůznějšími symboly
% (čtverečky, hvězdičky, tužtičky, nůžtičky, ...)
usepackage{bm} % tučné symboly (příkaz bm)
usepackage{fancyvrb} % vylepšené prostředí pro strojové písmo
usepackage{indentfirst} % zavede odsazení 1. odstavce kapitoly
usepackage{natbib} % zajištuje možnost odkazovat na literaturu
% stylem AUTOR (ROK), resp. AUTOR [ČÍSLO]
usepackage[nottoc]{tocbibind} % zajistí přidání seznamu literatury,
usepackage{icomma}
usepackage{booktabs} % lepší vodorovné linky v tabulkách
usepackage{paralist} % lepší enumerate a itemize
usepackage{makecell}
usepackage{amssymb}
usepackage{dcolumn}
setlengthheavyrulewidth{0.25ex}
usepackage{multirow, tabularx}
newcommand{mc}[1]{multicolumn{1}{c}{#1}}
usepackage{ragged2e}
newcolumntype{d}[1]{D{.}{,}{#1}}
newcolumntype{L}{>{RaggedRightarraybackslash}X}
newcommandstack[1]{multicolumn{1}{c}{shortstack{#1}}}
newcommand{angstrom}{mbox{normalfontAA}}

newcolumntype{C}{>{Centeringarraybackslashhspace{0pt}}X}
newcommandmytab[1]{%
bgroup%
setlengthextrarowheight{0pt}%
smash{begin{tabular}[t]{@{}c@{}} #1 end{tabular}}%
egroup}
usepackage{regexpatch}
makeatletter
xpatchparametertext@cline{-}{cA-}{}{}
makeatother
hfuzz=99pt

begin{document}



begin{table}[ht!]
scriptsize
renewcommand{cellset}{renewcommand{arraystretch}{0.75}scriptsize}
setlengthextrarowheight{2pt}
setlengthtabcolsep{2pt} % default: 6pt

begin{tabularx}{textwidth}{C|*{2}{C} >{hsize=0.7hsize}C >{hsize=1.3hsize}Cc*{3}{C}}
Xhline{1.2pt}noalign{vskip 0.4ex}Xhline{1.2pt}%
multirowcell{4}{Veličina} & multicolumn{2}{c|}{[1]} & multicolumn{2}{c|}{[2]} & multicolumn{1}{c|}{[3]} & multicolumn{3}{c|}{[4]} \[0.4ex]
cline{2-9}
multicolumn{1}{c|}{} &multicolumn{2}{c|}{multirowcell{1.5}{PHOEBE fotometrie a RV}}
&multicolumn{1}{c|}{multirowcell{3}{POWR\ analýza}} & %
multicolumn{1}{c|}{multirowcell{3}{Řešení\ světelných\ křivek a RV}} &
multicolumn{1}{c|}{ multirowcell{3}{CFF }}&multicolumn{1}{c|}{ multirowcell{3}{Model\malá\ hmotnost}} & multicolumn{1}{c|}{multirowcell{3}{Model\ střední\ hmotnost}} & multicolumn{1}{c|}{multirowcell{3}{Model\ velká\ hmotnost}} \[1ex]
cline{2-3}
& multicolumn{1}{c|}{multirowcell{1.5}{Řešení II}} & multicolumn{1}{c|}{multirowcell{1.5}{Řešení III}} & multicolumn{1}{c|}{}& multicolumn{1}{c|}{} & multicolumn{1}{c|}{} & multicolumn{1}{c|}{} & multicolumn{1}{c|}{} & multicolumn{1}{c|}{} \ [1.5ex]

Xhline{1.2pt}%

makecell{$R_2$\ ($mathrm{R}_{odot}$)}& 7& 4,8& 6,5& 5& & 5& 4,92& 5,17\
&&&&&&\[-10pt]
hline
&&&&&&\[-10pt]
makecell{$V_{gamma}$\ (si{kilometerpersecond})}& 21,77(51)& 21,74(50)& & 15,5(7)& & 15,51& 15,71& 15,34\
&&&&&&\[-10pt]

Xhline{1.2pt}%
smallskip

end{tabularx}
parbox[t]{textwidth}{footnotesize
begin{scriptsize}
textit{Pozn:}
Čísla v~závorkách jsou chyby posledních uvedených cifer.
$^*$~značí fixované parametry.
end{scriptsize}
}
end{table}
end{document}


And in original file I have black rectangle. How to hide it? I have a hfuzz=99pt in preamble.
enter image description here










share|improve this question




















  • 1




    Put the parbox below end{tabularx}.
    – Johannes_B
    3 hours ago






  • 1




    Why are you using threeparttable herre?
    – Johannes_B
    3 hours ago






  • 1




    That is not what i meant. Which table generator do you use that generates that gibberish code? The table as is is (imho) not well designed (output), but the input is just crazy.
    – Johannes_B
    2 hours ago






  • 1




    Delete the final occurrence of &&&&&&\[-10pt] and move the instruction smallskip so that it occurs after, not before, end{tabularx}.
    – Mico
    2 hours ago






  • 1




    @Mico "Well, that escalated quickly" :-) Elisabeth: booktabs% lepší vodorovné linky v tabulkách -> Why don't you have a look at its documentation?
    – Johannes_B
    2 hours ago
















3














How to delete this line please? Thank you.
enter image description here



documentclass[12pt,a4paper]{report}
setlengthtextwidth{145mm}
setlengthtextheight{247mm}
setlengthoddsidemargin{15mm}
setlengthevensidemargin{15mm}
setlengthtopmargin{0mm}
setlengthheadsep{0mm}
setlengthheadheight{0mm}
letopenright=clearpage
usepackage[a-2u]{pdfx}
usepackage[czech]{babel}
usepackage{lmodern}
usepackage[T1]{fontenc}
usepackage{textcomp}
usepackage[utf8]{inputenc}
usepackage{amsmath, graphicx,threeparttable}
usepackage{array}
usepackage{caption}
usepackage[output-decimal-marker={,}]{siunitx}
NewDocumentCommand{anote}{}{makebox[0pt][l]{$^*$}}



usepackage{amsfonts} % matematické fonty
usepackage{amsthm} % sazba vět, definic apod.
usepackage{bbding} % balíček s nejrůznějšími symboly
% (čtverečky, hvězdičky, tužtičky, nůžtičky, ...)
usepackage{bm} % tučné symboly (příkaz bm)
usepackage{fancyvrb} % vylepšené prostředí pro strojové písmo
usepackage{indentfirst} % zavede odsazení 1. odstavce kapitoly
usepackage{natbib} % zajištuje možnost odkazovat na literaturu
% stylem AUTOR (ROK), resp. AUTOR [ČÍSLO]
usepackage[nottoc]{tocbibind} % zajistí přidání seznamu literatury,
usepackage{icomma}
usepackage{booktabs} % lepší vodorovné linky v tabulkách
usepackage{paralist} % lepší enumerate a itemize
usepackage{makecell}
usepackage{amssymb}
usepackage{dcolumn}
setlengthheavyrulewidth{0.25ex}
usepackage{multirow, tabularx}
newcommand{mc}[1]{multicolumn{1}{c}{#1}}
usepackage{ragged2e}
newcolumntype{d}[1]{D{.}{,}{#1}}
newcolumntype{L}{>{RaggedRightarraybackslash}X}
newcommandstack[1]{multicolumn{1}{c}{shortstack{#1}}}
newcommand{angstrom}{mbox{normalfontAA}}

newcolumntype{C}{>{Centeringarraybackslashhspace{0pt}}X}
newcommandmytab[1]{%
bgroup%
setlengthextrarowheight{0pt}%
smash{begin{tabular}[t]{@{}c@{}} #1 end{tabular}}%
egroup}
usepackage{regexpatch}
makeatletter
xpatchparametertext@cline{-}{cA-}{}{}
makeatother
hfuzz=99pt

begin{document}



begin{table}[ht!]
scriptsize
renewcommand{cellset}{renewcommand{arraystretch}{0.75}scriptsize}
setlengthextrarowheight{2pt}
setlengthtabcolsep{2pt} % default: 6pt

begin{tabularx}{textwidth}{C|*{2}{C} >{hsize=0.7hsize}C >{hsize=1.3hsize}Cc*{3}{C}}
Xhline{1.2pt}noalign{vskip 0.4ex}Xhline{1.2pt}%
multirowcell{4}{Veličina} & multicolumn{2}{c|}{[1]} & multicolumn{2}{c|}{[2]} & multicolumn{1}{c|}{[3]} & multicolumn{3}{c|}{[4]} \[0.4ex]
cline{2-9}
multicolumn{1}{c|}{} &multicolumn{2}{c|}{multirowcell{1.5}{PHOEBE fotometrie a RV}}
&multicolumn{1}{c|}{multirowcell{3}{POWR\ analýza}} & %
multicolumn{1}{c|}{multirowcell{3}{Řešení\ světelných\ křivek a RV}} &
multicolumn{1}{c|}{ multirowcell{3}{CFF }}&multicolumn{1}{c|}{ multirowcell{3}{Model\malá\ hmotnost}} & multicolumn{1}{c|}{multirowcell{3}{Model\ střední\ hmotnost}} & multicolumn{1}{c|}{multirowcell{3}{Model\ velká\ hmotnost}} \[1ex]
cline{2-3}
& multicolumn{1}{c|}{multirowcell{1.5}{Řešení II}} & multicolumn{1}{c|}{multirowcell{1.5}{Řešení III}} & multicolumn{1}{c|}{}& multicolumn{1}{c|}{} & multicolumn{1}{c|}{} & multicolumn{1}{c|}{} & multicolumn{1}{c|}{} & multicolumn{1}{c|}{} \ [1.5ex]

Xhline{1.2pt}%

makecell{$R_2$\ ($mathrm{R}_{odot}$)}& 7& 4,8& 6,5& 5& & 5& 4,92& 5,17\
&&&&&&\[-10pt]
hline
&&&&&&\[-10pt]
makecell{$V_{gamma}$\ (si{kilometerpersecond})}& 21,77(51)& 21,74(50)& & 15,5(7)& & 15,51& 15,71& 15,34\
&&&&&&\[-10pt]

Xhline{1.2pt}%
smallskip

end{tabularx}
parbox[t]{textwidth}{footnotesize
begin{scriptsize}
textit{Pozn:}
Čísla v~závorkách jsou chyby posledních uvedených cifer.
$^*$~značí fixované parametry.
end{scriptsize}
}
end{table}
end{document}


And in original file I have black rectangle. How to hide it? I have a hfuzz=99pt in preamble.
enter image description here










share|improve this question




















  • 1




    Put the parbox below end{tabularx}.
    – Johannes_B
    3 hours ago






  • 1




    Why are you using threeparttable herre?
    – Johannes_B
    3 hours ago






  • 1




    That is not what i meant. Which table generator do you use that generates that gibberish code? The table as is is (imho) not well designed (output), but the input is just crazy.
    – Johannes_B
    2 hours ago






  • 1




    Delete the final occurrence of &&&&&&\[-10pt] and move the instruction smallskip so that it occurs after, not before, end{tabularx}.
    – Mico
    2 hours ago






  • 1




    @Mico "Well, that escalated quickly" :-) Elisabeth: booktabs% lepší vodorovné linky v tabulkách -> Why don't you have a look at its documentation?
    – Johannes_B
    2 hours ago














3












3








3







How to delete this line please? Thank you.
enter image description here



documentclass[12pt,a4paper]{report}
setlengthtextwidth{145mm}
setlengthtextheight{247mm}
setlengthoddsidemargin{15mm}
setlengthevensidemargin{15mm}
setlengthtopmargin{0mm}
setlengthheadsep{0mm}
setlengthheadheight{0mm}
letopenright=clearpage
usepackage[a-2u]{pdfx}
usepackage[czech]{babel}
usepackage{lmodern}
usepackage[T1]{fontenc}
usepackage{textcomp}
usepackage[utf8]{inputenc}
usepackage{amsmath, graphicx,threeparttable}
usepackage{array}
usepackage{caption}
usepackage[output-decimal-marker={,}]{siunitx}
NewDocumentCommand{anote}{}{makebox[0pt][l]{$^*$}}



usepackage{amsfonts} % matematické fonty
usepackage{amsthm} % sazba vět, definic apod.
usepackage{bbding} % balíček s nejrůznějšími symboly
% (čtverečky, hvězdičky, tužtičky, nůžtičky, ...)
usepackage{bm} % tučné symboly (příkaz bm)
usepackage{fancyvrb} % vylepšené prostředí pro strojové písmo
usepackage{indentfirst} % zavede odsazení 1. odstavce kapitoly
usepackage{natbib} % zajištuje možnost odkazovat na literaturu
% stylem AUTOR (ROK), resp. AUTOR [ČÍSLO]
usepackage[nottoc]{tocbibind} % zajistí přidání seznamu literatury,
usepackage{icomma}
usepackage{booktabs} % lepší vodorovné linky v tabulkách
usepackage{paralist} % lepší enumerate a itemize
usepackage{makecell}
usepackage{amssymb}
usepackage{dcolumn}
setlengthheavyrulewidth{0.25ex}
usepackage{multirow, tabularx}
newcommand{mc}[1]{multicolumn{1}{c}{#1}}
usepackage{ragged2e}
newcolumntype{d}[1]{D{.}{,}{#1}}
newcolumntype{L}{>{RaggedRightarraybackslash}X}
newcommandstack[1]{multicolumn{1}{c}{shortstack{#1}}}
newcommand{angstrom}{mbox{normalfontAA}}

newcolumntype{C}{>{Centeringarraybackslashhspace{0pt}}X}
newcommandmytab[1]{%
bgroup%
setlengthextrarowheight{0pt}%
smash{begin{tabular}[t]{@{}c@{}} #1 end{tabular}}%
egroup}
usepackage{regexpatch}
makeatletter
xpatchparametertext@cline{-}{cA-}{}{}
makeatother
hfuzz=99pt

begin{document}



begin{table}[ht!]
scriptsize
renewcommand{cellset}{renewcommand{arraystretch}{0.75}scriptsize}
setlengthextrarowheight{2pt}
setlengthtabcolsep{2pt} % default: 6pt

begin{tabularx}{textwidth}{C|*{2}{C} >{hsize=0.7hsize}C >{hsize=1.3hsize}Cc*{3}{C}}
Xhline{1.2pt}noalign{vskip 0.4ex}Xhline{1.2pt}%
multirowcell{4}{Veličina} & multicolumn{2}{c|}{[1]} & multicolumn{2}{c|}{[2]} & multicolumn{1}{c|}{[3]} & multicolumn{3}{c|}{[4]} \[0.4ex]
cline{2-9}
multicolumn{1}{c|}{} &multicolumn{2}{c|}{multirowcell{1.5}{PHOEBE fotometrie a RV}}
&multicolumn{1}{c|}{multirowcell{3}{POWR\ analýza}} & %
multicolumn{1}{c|}{multirowcell{3}{Řešení\ světelných\ křivek a RV}} &
multicolumn{1}{c|}{ multirowcell{3}{CFF }}&multicolumn{1}{c|}{ multirowcell{3}{Model\malá\ hmotnost}} & multicolumn{1}{c|}{multirowcell{3}{Model\ střední\ hmotnost}} & multicolumn{1}{c|}{multirowcell{3}{Model\ velká\ hmotnost}} \[1ex]
cline{2-3}
& multicolumn{1}{c|}{multirowcell{1.5}{Řešení II}} & multicolumn{1}{c|}{multirowcell{1.5}{Řešení III}} & multicolumn{1}{c|}{}& multicolumn{1}{c|}{} & multicolumn{1}{c|}{} & multicolumn{1}{c|}{} & multicolumn{1}{c|}{} & multicolumn{1}{c|}{} \ [1.5ex]

Xhline{1.2pt}%

makecell{$R_2$\ ($mathrm{R}_{odot}$)}& 7& 4,8& 6,5& 5& & 5& 4,92& 5,17\
&&&&&&\[-10pt]
hline
&&&&&&\[-10pt]
makecell{$V_{gamma}$\ (si{kilometerpersecond})}& 21,77(51)& 21,74(50)& & 15,5(7)& & 15,51& 15,71& 15,34\
&&&&&&\[-10pt]

Xhline{1.2pt}%
smallskip

end{tabularx}
parbox[t]{textwidth}{footnotesize
begin{scriptsize}
textit{Pozn:}
Čísla v~závorkách jsou chyby posledních uvedených cifer.
$^*$~značí fixované parametry.
end{scriptsize}
}
end{table}
end{document}


And in original file I have black rectangle. How to hide it? I have a hfuzz=99pt in preamble.
enter image description here










share|improve this question















How to delete this line please? Thank you.
enter image description here



documentclass[12pt,a4paper]{report}
setlengthtextwidth{145mm}
setlengthtextheight{247mm}
setlengthoddsidemargin{15mm}
setlengthevensidemargin{15mm}
setlengthtopmargin{0mm}
setlengthheadsep{0mm}
setlengthheadheight{0mm}
letopenright=clearpage
usepackage[a-2u]{pdfx}
usepackage[czech]{babel}
usepackage{lmodern}
usepackage[T1]{fontenc}
usepackage{textcomp}
usepackage[utf8]{inputenc}
usepackage{amsmath, graphicx,threeparttable}
usepackage{array}
usepackage{caption}
usepackage[output-decimal-marker={,}]{siunitx}
NewDocumentCommand{anote}{}{makebox[0pt][l]{$^*$}}



usepackage{amsfonts} % matematické fonty
usepackage{amsthm} % sazba vět, definic apod.
usepackage{bbding} % balíček s nejrůznějšími symboly
% (čtverečky, hvězdičky, tužtičky, nůžtičky, ...)
usepackage{bm} % tučné symboly (příkaz bm)
usepackage{fancyvrb} % vylepšené prostředí pro strojové písmo
usepackage{indentfirst} % zavede odsazení 1. odstavce kapitoly
usepackage{natbib} % zajištuje možnost odkazovat na literaturu
% stylem AUTOR (ROK), resp. AUTOR [ČÍSLO]
usepackage[nottoc]{tocbibind} % zajistí přidání seznamu literatury,
usepackage{icomma}
usepackage{booktabs} % lepší vodorovné linky v tabulkách
usepackage{paralist} % lepší enumerate a itemize
usepackage{makecell}
usepackage{amssymb}
usepackage{dcolumn}
setlengthheavyrulewidth{0.25ex}
usepackage{multirow, tabularx}
newcommand{mc}[1]{multicolumn{1}{c}{#1}}
usepackage{ragged2e}
newcolumntype{d}[1]{D{.}{,}{#1}}
newcolumntype{L}{>{RaggedRightarraybackslash}X}
newcommandstack[1]{multicolumn{1}{c}{shortstack{#1}}}
newcommand{angstrom}{mbox{normalfontAA}}

newcolumntype{C}{>{Centeringarraybackslashhspace{0pt}}X}
newcommandmytab[1]{%
bgroup%
setlengthextrarowheight{0pt}%
smash{begin{tabular}[t]{@{}c@{}} #1 end{tabular}}%
egroup}
usepackage{regexpatch}
makeatletter
xpatchparametertext@cline{-}{cA-}{}{}
makeatother
hfuzz=99pt

begin{document}



begin{table}[ht!]
scriptsize
renewcommand{cellset}{renewcommand{arraystretch}{0.75}scriptsize}
setlengthextrarowheight{2pt}
setlengthtabcolsep{2pt} % default: 6pt

begin{tabularx}{textwidth}{C|*{2}{C} >{hsize=0.7hsize}C >{hsize=1.3hsize}Cc*{3}{C}}
Xhline{1.2pt}noalign{vskip 0.4ex}Xhline{1.2pt}%
multirowcell{4}{Veličina} & multicolumn{2}{c|}{[1]} & multicolumn{2}{c|}{[2]} & multicolumn{1}{c|}{[3]} & multicolumn{3}{c|}{[4]} \[0.4ex]
cline{2-9}
multicolumn{1}{c|}{} &multicolumn{2}{c|}{multirowcell{1.5}{PHOEBE fotometrie a RV}}
&multicolumn{1}{c|}{multirowcell{3}{POWR\ analýza}} & %
multicolumn{1}{c|}{multirowcell{3}{Řešení\ světelných\ křivek a RV}} &
multicolumn{1}{c|}{ multirowcell{3}{CFF }}&multicolumn{1}{c|}{ multirowcell{3}{Model\malá\ hmotnost}} & multicolumn{1}{c|}{multirowcell{3}{Model\ střední\ hmotnost}} & multicolumn{1}{c|}{multirowcell{3}{Model\ velká\ hmotnost}} \[1ex]
cline{2-3}
& multicolumn{1}{c|}{multirowcell{1.5}{Řešení II}} & multicolumn{1}{c|}{multirowcell{1.5}{Řešení III}} & multicolumn{1}{c|}{}& multicolumn{1}{c|}{} & multicolumn{1}{c|}{} & multicolumn{1}{c|}{} & multicolumn{1}{c|}{} & multicolumn{1}{c|}{} \ [1.5ex]

Xhline{1.2pt}%

makecell{$R_2$\ ($mathrm{R}_{odot}$)}& 7& 4,8& 6,5& 5& & 5& 4,92& 5,17\
&&&&&&\[-10pt]
hline
&&&&&&\[-10pt]
makecell{$V_{gamma}$\ (si{kilometerpersecond})}& 21,77(51)& 21,74(50)& & 15,5(7)& & 15,51& 15,71& 15,34\
&&&&&&\[-10pt]

Xhline{1.2pt}%
smallskip

end{tabularx}
parbox[t]{textwidth}{footnotesize
begin{scriptsize}
textit{Pozn:}
Čísla v~závorkách jsou chyby posledních uvedených cifer.
$^*$~značí fixované parametry.
end{scriptsize}
}
end{table}
end{document}


And in original file I have black rectangle. How to hide it? I have a hfuzz=99pt in preamble.
enter image description here







tables






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 hours ago









Mico

273k30369756




273k30369756










asked 3 hours ago









Elisabeth

4176




4176








  • 1




    Put the parbox below end{tabularx}.
    – Johannes_B
    3 hours ago






  • 1




    Why are you using threeparttable herre?
    – Johannes_B
    3 hours ago






  • 1




    That is not what i meant. Which table generator do you use that generates that gibberish code? The table as is is (imho) not well designed (output), but the input is just crazy.
    – Johannes_B
    2 hours ago






  • 1




    Delete the final occurrence of &&&&&&\[-10pt] and move the instruction smallskip so that it occurs after, not before, end{tabularx}.
    – Mico
    2 hours ago






  • 1




    @Mico "Well, that escalated quickly" :-) Elisabeth: booktabs% lepší vodorovné linky v tabulkách -> Why don't you have a look at its documentation?
    – Johannes_B
    2 hours ago














  • 1




    Put the parbox below end{tabularx}.
    – Johannes_B
    3 hours ago






  • 1




    Why are you using threeparttable herre?
    – Johannes_B
    3 hours ago






  • 1




    That is not what i meant. Which table generator do you use that generates that gibberish code? The table as is is (imho) not well designed (output), but the input is just crazy.
    – Johannes_B
    2 hours ago






  • 1




    Delete the final occurrence of &&&&&&\[-10pt] and move the instruction smallskip so that it occurs after, not before, end{tabularx}.
    – Mico
    2 hours ago






  • 1




    @Mico "Well, that escalated quickly" :-) Elisabeth: booktabs% lepší vodorovné linky v tabulkách -> Why don't you have a look at its documentation?
    – Johannes_B
    2 hours ago








1




1




Put the parbox below end{tabularx}.
– Johannes_B
3 hours ago




Put the parbox below end{tabularx}.
– Johannes_B
3 hours ago




1




1




Why are you using threeparttable herre?
– Johannes_B
3 hours ago




Why are you using threeparttable herre?
– Johannes_B
3 hours ago




1




1




That is not what i meant. Which table generator do you use that generates that gibberish code? The table as is is (imho) not well designed (output), but the input is just crazy.
– Johannes_B
2 hours ago




That is not what i meant. Which table generator do you use that generates that gibberish code? The table as is is (imho) not well designed (output), but the input is just crazy.
– Johannes_B
2 hours ago




1




1




Delete the final occurrence of &&&&&&\[-10pt] and move the instruction smallskip so that it occurs after, not before, end{tabularx}.
– Mico
2 hours ago




Delete the final occurrence of &&&&&&\[-10pt] and move the instruction smallskip so that it occurs after, not before, end{tabularx}.
– Mico
2 hours ago




1




1




@Mico "Well, that escalated quickly" :-) Elisabeth: booktabs% lepší vodorovné linky v tabulkách -> Why don't you have a look at its documentation?
– Johannes_B
2 hours ago




@Mico "Well, that escalated quickly" :-) Elisabeth: booktabs% lepší vodorovné linky v tabulkách -> Why don't you have a look at its documentation?
– Johannes_B
2 hours ago










1 Answer
1






active

oldest

votes


















4














To get rid of the protruding vertical line, you need to (a) get rid of the final instance of &&&&&&\[-10pt] and (b) move the smallskip instruction so that it occurs after, not before, end{tabularx}.



I can't help but comment that the code chunk



parbox[t]{textwidth}{footnotesize
begin{scriptsize}
textit{Pozn:}
Čísla v~závorkách jsou chyby posledních uvedených cifer.
$^*$~značí fixované parametry.
end{scriptsize}
}


seems extraordinarily convoluted. It can be (and should be!) replaced with



textit{Pozn:} Čísla v~závorkách jsou chyby posledních uvedených cifer. 
$^*$~značí fixované parametry.





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%2f467065%2ftable-delete-the-line-under-table%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









    4














    To get rid of the protruding vertical line, you need to (a) get rid of the final instance of &&&&&&\[-10pt] and (b) move the smallskip instruction so that it occurs after, not before, end{tabularx}.



    I can't help but comment that the code chunk



    parbox[t]{textwidth}{footnotesize
    begin{scriptsize}
    textit{Pozn:}
    Čísla v~závorkách jsou chyby posledních uvedených cifer.
    $^*$~značí fixované parametry.
    end{scriptsize}
    }


    seems extraordinarily convoluted. It can be (and should be!) replaced with



    textit{Pozn:} Čísla v~závorkách jsou chyby posledních uvedených cifer. 
    $^*$~značí fixované parametry.





    share|improve this answer


























      4














      To get rid of the protruding vertical line, you need to (a) get rid of the final instance of &&&&&&\[-10pt] and (b) move the smallskip instruction so that it occurs after, not before, end{tabularx}.



      I can't help but comment that the code chunk



      parbox[t]{textwidth}{footnotesize
      begin{scriptsize}
      textit{Pozn:}
      Čísla v~závorkách jsou chyby posledních uvedených cifer.
      $^*$~značí fixované parametry.
      end{scriptsize}
      }


      seems extraordinarily convoluted. It can be (and should be!) replaced with



      textit{Pozn:} Čísla v~závorkách jsou chyby posledních uvedených cifer. 
      $^*$~značí fixované parametry.





      share|improve this answer
























        4












        4








        4






        To get rid of the protruding vertical line, you need to (a) get rid of the final instance of &&&&&&\[-10pt] and (b) move the smallskip instruction so that it occurs after, not before, end{tabularx}.



        I can't help but comment that the code chunk



        parbox[t]{textwidth}{footnotesize
        begin{scriptsize}
        textit{Pozn:}
        Čísla v~závorkách jsou chyby posledních uvedených cifer.
        $^*$~značí fixované parametry.
        end{scriptsize}
        }


        seems extraordinarily convoluted. It can be (and should be!) replaced with



        textit{Pozn:} Čísla v~závorkách jsou chyby posledních uvedených cifer. 
        $^*$~značí fixované parametry.





        share|improve this answer












        To get rid of the protruding vertical line, you need to (a) get rid of the final instance of &&&&&&\[-10pt] and (b) move the smallskip instruction so that it occurs after, not before, end{tabularx}.



        I can't help but comment that the code chunk



        parbox[t]{textwidth}{footnotesize
        begin{scriptsize}
        textit{Pozn:}
        Čísla v~závorkách jsou chyby posledních uvedených cifer.
        $^*$~značí fixované parametry.
        end{scriptsize}
        }


        seems extraordinarily convoluted. It can be (and should be!) replaced with



        textit{Pozn:} Čísla v~závorkách jsou chyby posledních uvedených cifer. 
        $^*$~značí fixované parametry.






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 2 hours ago









        Mico

        273k30369756




        273k30369756






























            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.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • 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%2f467065%2ftable-delete-the-line-under-table%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

            404 Error Contact Form 7 ajax form submitting

            How to know if a Active Directory user can login interactively

            TypeError: fit_transform() missing 1 required positional argument: 'X'