- Questo topic ha 3 risposte, 2 partecipanti ed è stato aggiornato l'ultima volta 16 anni, 9 mesi fa da .
-
Topic
-
Salve,vorrei sapere se e come si puo’ aumentare la larghezza di un block.
Ad esempio vorrei che il block nel codice sottostante sia piu’ largo in modo da contenere tutta la formula matematica.`
\documentclass[10pt]{beamer}
\usepackage[english]{babel}
\usetheme{Berlin}\begin{document}
\begin{frame}
\frametitle{Esempio Larghezza Block}
\begin{block}{test}
$$ J=\left[ \begin{array}{cc}
-l_1sin(\theta_1)-l_2sin(\theta_1+\theta_2) & l_2sin(\theta_1+\theta_2)\\
l_1cos(\theta_1)+l_2cos(\theta_1+\theta_2) & l_2cos(\theta_1+\theta_2)\end{array} \right]$$
$$T = J^TF
= \left[ \begin{array}{cc}
-l_1S_1-l_2S_{12} & l_1C_1+l_2C1_2\\
l_2S1_2 & l_2C_{12}\end{array} \right]
\left[ \begin{array}{c}
F\\
0 \end{array} \right]
= \left[ \begin{array}{c}
(-l_1S_1-l_2S_{12})F\\
(-l_2S_{12})F\end{array} \right]$$
\end{block}
\end{frame}
\end{document}
`Grazie in anticipo,
vevo
- Devi essere connesso per rispondere a questo topic.