Re: inserire delle formule nelle tabelle

#39203
Up
0
Down
::


scusate vi disturbo ancora: ora il codice è corretto, ma la resa grafica è carente: non c’è modo di distanziare meglio le righe? le formule sono tutte attaccate!

`\documentclass[a4paper,oneside,openbib, 11 pt]{book}
\usepackage[english,latin,italian]{babel}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{rotating}
\usepackage{amsmath,amssymb,amsthm}
\usepackage[table]{xcolor}
\usepackage{booktabs}
\usepackage{ctable}
\usepackage[margin=10pt,font=small,labelfont=bf,textfont=it]{caption}
\begin{document}
\begin{table}[htb]
\caption{Definizione del frame tecnico per il tronco}
\label{tab:tronco_tech}
\centering\footnotesize%\rowcolors{1}{}{gray!16}
\newcolumntype{L}{>{$\displaystyle}l<{$}} \begin{tabular}{>{\bfseries}lL}
\toprule
Origine & T_{to}=\frac{XI-T8}{2} \\
Vettore verticale & T_{tz}=\frac{\frac{MA-C7}{2}-\frac{XI-T8}{2}}{||\frac{MA-C7}{2}-\frac{XI-T8}{2}||} \\
Vettore anteroposteriore & T_{ty}=\frac{(LA-C7) \times T_{tz}}{||(LA-C7) \times T_{tz}||} \\
Vettore mediolaterale & T_{tx}=T_{ty} \times T_{tz} \\\bottomrule
\end{tabular}
\end{table}
\end{document} `

Go to top