-15

How can I do this?enter image description here

Tried using% \ begin {tabbing} but o'que more than displeased was the reticence.

Henfe
  • 277
  • 1
  • 7

1 Answers1

6

I am not sure which part is important, but it looks like a simple tabular:

\documentclass{article}
\begin{document}

\begin{tabular}{rrr}
1  & 0,000 & 1,000\\
2 & 0,301 & 2,000 \\
3 & 0,407 & 2,999 \\
$\vdots$ && \\
10 & 1,000 & 1,000 
\end{tabular}

\end{document}

enter image description here

David Carlisle
  • 757,742