Re: Problema formule dentro tabelle

#46461
lorenzo.pantieri
Partecipante
    Up
    0
    Down
    ::


    Ecco la tabella a regola d’Arte:
    `\documentclass{article}
    \usepackage{booktabs,amsmath}
    \begin{document}
    \begin{tabular}{ccc}
    \toprule
    & Evento $E$ & Evento $\tilde{E}$ \\
    \midrule
    Rendimento sull'asset \emph{i}& $\dfrac{S_i(t+1,h')}{S_i(t,h)}=1,4$ & $\dfrac{S_i(t+1,h'')}{S_i(t,h)}=0,8$ \\[3ex]
    Rendimento sull'asset \emph{j}& $\dfrac{S_j(t+1,h')}{S_j(t,h)}=1,1$ & $\dfrac{S_j(t+1,h'')}{S_j(t,h)}=0,7$ \\
    \bottomrule
    \end{tabular}
    \end{document}`
    Ciao,
    L.

    Go to top