- Questo topic ha 5 risposte, 4 partecipanti ed è stato aggiornato l'ultima volta 9 anni, 10 mesi fa da .
-
Topic
-
Buona domenica ragazzi,
Vi scrivo perché ho un problema da risolvere a cui non ho trovato una soluzione guardando la documentazione che ho.
Sto scrivendo la mia tesi di laurea magistrale in Ingegneria Civile. Nel capitolo dei risultati devo inserire molte immagini relative a diversi parametri che ho analizzato. nel mio caso ho una sezione per gli spostamenti, una per il drift e così via.metto un esempio del mio codice.
`
Figure \ref{subfig1} shows the average displacements for the corner columns 2 and 4 in transversal direction (X) and for columns 1 and 2 for longitudinal direction (Y). These graphs can be thought as the maximum storey displacement for both direction, however, this assumption would be more effective if the building had not torque, so in the three-storey building case these graphs have to be considered only as a simple indication and not as a accurate result.
\begin{figure}
\centering
\subfloat[][Average displacements in X direction]
{\includegraphics[width=.4\textwidth]{Av_disp_curve_C_col_24_1X}} \quad
\subfloat[][Average displacements in Y direction]
{\includegraphics[width=.4\textwidth]{Av_disp_curve_C_col_12_1Y}}
\caption{Average displacements for corner columns in both directions}
\label{subfig1}
\end{figure}\subsection{Inter-storey drifts}
Even for what concern the inter-storey drifts were elaborated vulnerability curve in function of return period of the earthquakes considered and also a drift profiles for the eight critical columns. Furthermore average graphs were also plotted as in the displacements case.\begin{figure}[tb]
\centering%
\includegraphics[width=0.73\textwidth]{Drift_curve_C_col_1X.eps}
\caption{Maximum storey drift along X direction for corner columns}
\label{fig:driftcc1x}
\end{figure}\begin{figure}[tb]
\centering%
\includegraphics[width=0.73\textwidth]{Pdirft_C_col_1X.eps}
\caption{Drift profile of the corner columns along X direction}
\label{fig:pdriftcc1x}
\end{figure}\begin{figure}[tb]
\centering%
\includegraphics[width=0.73\textwidth]{Drift_curve_C_col_1Y.eps}
\caption{Maximum storey drift along Y direction for corner columns}
\label{fig:driftcc1y}
\end{figure}\begin{figure}[tb]
\centering%
\includegraphics[width=0.73\textwidth]{Pdirft_C_col_1Y.eps}
\caption{Drift profile of the corner columns along Y direction}
\label{fig:pdriftcc1y}
\end{figure}Normally the most high values of storey drift are concentrated at the first floor and the upper floors present lower values. As shown in figures \ref{fig:driftcc1x} and \ref{fig:pdriftcc1x} for the columns distant from the shear-wall (column 1 and 3) such behaviour is respected, however, the presence of the stairwell wall affects the response of the columns in line with it, this behaviour can be seen in the figures above mentioned, where, even if the values are very similar, the higher value of drift is between second and third floor and not between first and second.
`Il problema è che lasciando che latex posizioni automaticamente testo e immagini anche aprendo una nuova sezione che riguarda un argomento nuovo tale sezione viene scritta prima di posizionare immagini relative alla sezione precedente rendendo la lettura caotica, perché sto commentando immagini che in realtà si trovano dopo 3 pagine di figure della sezione precedente.
una cosa del tipo:
SEZIONE 1
commento argomento 1
SEZIONE 2
commento argomento 2IMMAGINI RELATIVE A 1
IMMAGINI RELATIVE A 2Io vorrei:
SEZIONE 1
commento argomento 1
immagini 1SEZIONE 2
commento argomento 2
immagini 2
- Devi essere connesso per rispondere a questo topic.