Graphics, Figures & TablesValues in variations table

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
anlilou
Posts: 1
Joined: Tue Nov 11, 2025 7:35 pm

Values in variations table

Post by anlilou »

HI! thanks for reading and helping me!
I want to put to values in the variations table.
ln(1)=0 and ln(e) =1
and I'm becomming mad lol

Here is my programm:

\newline
\newline
\begin{tikzpicture}
\tkzTabInit[lgt=3,espcl=2]{$x$ /1 , $\frac{1}{x}$ /1 , $\ln x$ /2 , signe de $\ln x$ /1}{0,1,,+\infty}
\tkzTabLine{d, ,, + }
\tkzTabVar{D-/ $-\infty$ , R/,R/,+/$+\infty$ }
\tkzTabLine{d,- , z , , +, }


\end{tikzpicture}
\newline
\newline



So many thanks!!
ALB

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply