TransWikia.com

Delete a line from the following table

TeX - LaTeX Asked on July 6, 2021

With the following codes, I get

documentclass[11pt]{scrartcl}
usepackage{tikz,tkz-tab,amsmath}
usetikzlibrary{arrows}

begin{document}

begin{tikzpicture}
tikzset{arrow style/.style = {blue,->,> = latex',
shorten > = 6pt,
shorten < = 6pt}}
tkzTabInit[espcl=5]{$x$ /1, $f(x)$ /1.5, $g(x)$ /2}{$0$ ,$1$ , $+infty$}%
tkzTabLine{d,-,z,+,}
tkzTabVar%
{ D+/ / $0$ ,%
-/ -2/ ,+/ $+infty$ / }%
end{tikzpicture}
end{document}

I get

enter image description here

I want to delete the first line of the above table. i.e., I want to get

enter image description here

One Answer

Like this:

enter image description here

documentclass[11pt]{scrartcl}
usepackage{tikz,tkz-tab,amsmath}
usetikzlibrary{arrows}

begin{document}

begin{tikzpicture}
    tikzset{arrow style/.style = {blue,->,> = latex',
shorten > = 6pt,
shorten < = 6pt}}
tkzTabInit[espcl=5]{$x$ /1, $g(x)$ /1}
                    {$0$ ,$1$ , $+infty$}%
tkzTabVar%
{ D+/ / $0$ ,%
-/ -2/ ,+/ $+infty$ / }%
    end{tikzpicture}
end{document}

Correct answer by Zarko on July 6, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP