Risposte nei forum create
-
AutoreRisposte
-
::
Ciao,questa è l’equazione più corta. Poi ho altre tre equazioni che sono più lunghe di una pagina, quindi cercavo un modo automatico che spezzasse le equazioni sia secondo i margini di pagina (a destra) sia a fine pagina e che andasse automaticamente a nuova pagina.
Riccardo
`
\begin{equation}
\begin{aligned}
&(M_f + M_r)\ddot{y}_1 + (M_fe\cos\delta\cos\phi – M_fe\sin\delta\sin\epsilon\sin\phi)\ddot{\delta} + (M_f a\cos\epsilon\ – M_f f\sin\epsilon + M_f e\cos\delta\cos\epsilon)\ddot{\psi} \\
&+ (M_r h\cos\phi + M_f f\cos\epsilon\cos\phi\ + M_f a\cos\phi\sin\epsilon – M_fe\sin\delta\sin\phi + M_fe\cos\delta\cos\phi\sin\epsilon)\ddot{\phi} \\
&- M_r\dot{\phi}^2h\sin\phi – M_f\dot{\delta}^2e\cos\phi\sin\delta – M_f\dot{\phi}^2e\cos\phi\sin\delta – M_f\dot{\phi}^2f\cos\epsilon\sin\phi – M_fa\dot{\phi}^2\sin\epsilon\sin\phi \\
&- M_f\dot{\delta}^2e\cos\delta\sin\epsilon\sin\phi – M_f\dot{\phi}^2e\cos\delta\sin\epsilon\sin\phi – M_f\dot{\delta}\dot{\psi}e\cos\epsilon\sin\delta – 2M_f\dot{\delta}\dot{\phi}e\cos\delta\sin\phi \\
&- 2M_f\dot{\delta}\dot{\phi}e\cos\phi\sin\delta\sin\epsilon – Q_{y_1} = 0
\end{aligned}
\end{equation}
`
::
Ciao Claudio,ho riscritto il codice così:
`
\[\begin{split}
V_x=& P_z\dot{\theta}\cos\theta -P_x\dot{\theta}\sin\theta \\
V_y=& \dot{\phi}P_x\cos\phi\sin\theta – \dot{\phi}P_z\cos\phi\cos\theta – \dot{\phi}P_y\sin\phi \\
&\quad + P_x\dot{\theta}\cos\theta\sin\theta + P_z\dot{\theta}\sin\phi\sin\theta \\
V_z=& \dot{\phi}P_y\cos\phi – P_x\dot{\theta}\cos\phi\cos\theta – \dot{\phi}P_z\cos\theta\sin\phi \\
&\quad – P_z\dot{\theta}\cos\phi\sin\theta + \dot{\phi}P_x\sin\phi\sin\theta
\end{split}\]
`può andare?
R.
::
Scusami Claudio,non mi ero accorto che i warning sono tre:
`
LaTeX Font /b/c12/cWarning:/b/c0/c Font shape `OT1//cmr//bx//n' in size <12.5> not available
(Font) size <12> substituted on input line 105.
LaTeX Font /b/c12/cWarning:/b/c0/c Font shape `OML//cmm//b//it' in size <12.5> not available
(Font) size <12> substituted on input line 105.
LaTeX Font /b/c12/cWarning:/b/c0/c Font shape `OMS//cmsy//b//n' in size <12.5> not available
(Font) size <12> substituted on input line 105.
`Alla riga 105 c’è:
`
\section{Codifica capace di correggere \texorpdfstring{$t$-errori ($R_c < 1$)}{t-errori (Rc<1)}} ` Riccardo -
AutoreRisposte