- Questo topic ha 7 risposte, 4 partecipanti ed è stato aggiornato l'ultima volta 15 anni, 8 mesi fa da .
-
Topic
-
Ho un altro problema da proporvi. Ho una relazione matriciale da inserire. Poichè è molto lunga vorrei ridurre il corpo del font. Se inserisco \scriptsize mi si rimpicciolisce tutto, compreso il numero dell’equazione. Se racchiudo il codice matamatico tra le graffe, all’interno di cui inserire \scriptsize, succede una cosa strana. Il carattere diminuisce, il numero dell’equazione resta normale, ma la spaziatura e la dimensione delle parentesi delle matrici sembra sbagliata. Sapete dirmi qual’è il problema e come si può risolvere?Grazie,
Daniele`\documentclass[11pt,a4paper]{scrreprt}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[italian]{babel}\usepackage{amsmath,amssymb}
\setcounter{MaxMatrixCols}{20}\usepackage{classicthesis-ldpkg}%richiama graphicx, xcolor, caption e subfig oltre ad altri pacchetti
\usepackage[eulerchapternumbers,linedheaders,listsseparated,%
subfig,beramono,pdfspacing,drafting]{classicthesis}
\usepackage[italian]{arsclassica}\usepackage{typearea}
\areaset[7mm]{364pt}{705pt}\newcommand{\atone}{a_{\mathrm{t}1}}
\newcommand{\attwo}{a_{\mathrm{t}2}}
\newcommand{\atthree}{a_{\mathrm{t}3}}
\newcommand{\atfour}{a_{\mathrm{t}4}}
\newcommand{\abone}{a_{\mathrm{b}1}}
\newcommand{\abtwo}{a_{\mathrm{b}2}}
\newcommand{\abthree}{a_{\mathrm{b}3}}
\newcommand{\abfour}{a_{\mathrm{b}4}}\usepackage{lipsum}
\begin{document}
\lipsum[1]
\begin{equation}
{\scriptsize
\begin{pmatrix}
\delta_1\ap{I} \\ \delta_2\ap{I} \\ \delta_3\ap{I} \\ \delta_4\ap{I} \\ \atone\ap{I} \\ \attwo\ap{I} \\ \atthree\ap{I} \\ \atfour\ap{I} \\ \abone\ap{I} \\ \abtwo\ap{I} \\ \abthree\ap{I} \\ \abfour\ap{I}
\end{pmatrix}
–
\begin{bmatrix}
0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\
0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\
0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\
-\frac{b_3}{b_1} & 0 & \frac{b_2}{b_1} & 0 & 0 & 0 & 0 &-\frac{b_4}{b_1} & 0 & 0 & 0 & -\frac{b_5}{b_1} \\
0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 \\
0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 \\
0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 \\
0 & \frac{b_6+b_9}{2b_7} & 0 & 0 & -\frac{b_{10}}{2b_7} & 0 & 0 & 0 &\frac{b_{10}}{2b_7} & 0 & 0 & 0 \\
0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 \\
0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 \\
0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 \\
0 & \frac{b_6-b_9}{2b_8} & 0 & 0 & \frac{b_{10}}{2b_8} & 0 & 0 & 0 & -\frac{b_{10}}{2b_8} & 0 & 0 & 0
\end{bmatrix}
\begin{pmatrix}
\delta_1 \\ \delta_2 \\ \delta_3 \\ \delta_4 \\ \atone \\ \attwo \\ \atthree \\ \atfour \\ \abone \\ \abtwo \\ \abthree \\ \abfour
\end{pmatrix}
=
\begin{pmatrix}
0 \\ 0 \\ 0 \\ \hat{f}_1 \\ 0 \\ 0 \\ 0 \\ \hat{f}_2 \\ 0 \\ 0 \\ 0 \\ \hat{f}_3
\end{pmatrix}}
\end{equation}
\lipsum[1]\begin{equation}
\scriptsize
\begin{pmatrix}
\delta_1\ap{I} \\ \delta_2\ap{I} \\ \delta_3\ap{I} \\ \delta_4\ap{I} \\ \atone\ap{I} \\ \attwo\ap{I} \\ \atthree\ap{I} \\ \atfour\ap{I} \\ \abone\ap{I} \\ \abtwo\ap{I} \\ \abthree\ap{I} \\ \abfour\ap{I}
\end{pmatrix}
–
\begin{bmatrix}
0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\
0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\
0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\
-\frac{b_3}{b_1} & 0 & \frac{b_2}{b_1} & 0 & 0 & 0 & 0 &-\frac{b_4}{b_1} & 0 & 0 & 0 & -\frac{b_5}{b_1} \\
0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 & 0 \\
0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 & 0 \\
0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 & 0 & 0 \\
0 & \frac{b_6+b_9}{2b_7} & 0 & 0 & -\frac{b_{10}}{2b_7} & 0 & 0 & 0 &\frac{b_{10}}{2b_7} & 0 & 0 & 0 \\
0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 & 0 \\
0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 & 0 \\
0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 & 1 \\
0 & \frac{b_6-b_9}{2b_8} & 0 & 0 & \frac{b_{10}}{2b_8} & 0 & 0 & 0 & -\frac{b_{10}}{2b_8} & 0 & 0 & 0
\end{bmatrix}
\begin{pmatrix}
\delta_1 \\ \delta_2 \\ \delta_3 \\ \delta_4 \\ \atone \\ \attwo \\ \atthree \\ \atfour \\ \abone \\ \abtwo \\ \abthree \\ \abfour
\end{pmatrix}
=
\begin{pmatrix}
0 \\ 0 \\ 0 \\ \hat{f}_1 \\ 0 \\ 0 \\ 0 \\ \hat{f}_2 \\ 0 \\ 0 \\ 0 \\ \hat{f}_3
\end{pmatrix}
\end{equation}
\lipsum[1]
\end{document}`
- Devi essere connesso per rispondere a questo topic.