Problema inserimento (indesiderato) di una pagina bianca

  • Creatore
    Topic
  • #97992
    Up
    0
    Down
    ::


    Salve,
    come da titolo ho il seguente problema: all’interno di una subsection inserisco del testo e subito dopo alcune tabelle. Il problema è che tra il testo e le tabelle si inserisce una pagina bianca (con soltanto il titolo in alto della section ed il numero della pagina in basso).
    Allego la parte di codice incriminata ed il file allegato con il risultato.
    `
    \subsection{Model for Crew Awareness Situation Human Factors}
    Probabilities figures of hazards arising from the human behaviour in the Crew Situation Awareness framework, have been estimated with the HEART method \cite{FAA-HEART}.

    \subsection{Hazards assessment}
    In order to be compliant with the required TLS, the identified hazards have been cross-checked with either specific Safety Integrity Requirements by EASA AMC 20-26 \cite{AMC20-26} and RNP aircraft architecture (section \ref{AMC 20-26 Requirements}).

    \subsection{Panel of Experts}
    \lq\lq{}Panel of Experts\rq\rq{} of aviation stakeholders has been established aiming to exchange information and opinions about hazards among Industry quoted specialists. Panel of Experts opinions can be found in \cite{Deloitte-FOSA}.

    \subsection[RNP AR Hazard Identification]{RNP AR Procedure Hazard Identification List \& Probabilities Of Identified Risks}

    To conduct a Risk assessment, the risk probabilities deriving from the Hazard probability have also been managed in qualitative mode. The qualitative indicator of hazard/risk probabilities have been estimated both from their numerical values and from discussion of \lq\lq{}Panel of Experts\rq\rq{}, and from interview from single Industry Experts. For sake of simplicity, probabilities have been indicated in the same list, in a dedicated coloured column using the schema of table \ref{tab:Probability of event occurrence classification}.

    The following list (tables \ref{tab:Dispatch and Infrastructure Hazards} to \ref{tab:Flight Crew Situation Awareness Hazards}) shows the Air Transport hazards grouped by family with their associated probability and sources.

    %Qui appare una pagina bianca, come da pdf allegato.

    \begin{center}
    \begin{table}[h]
    \includegraphics[width=\textwidth]{Table8.pdf}
    \caption{Dispatch \& Infrastructure Hazards}
    \label{tab:Dispatch and Infrastructure Hazards}
    \end{table}
    \end{center}
    `

    Come mostrato nel codice, non ho inserito nessun elemento che possa giustificare una pagina bianca.

    Grazie mille

    Attachments:
    You must be logged in to view attached files.
Visualizzazione 3 filoni di risposte
  • Autore
    Risposte
    • #97993
      OldClaudio
      Partecipante
        Up
        0
        Down
        ::


        Intanto togli l’ambiente center attorno all’ambiente table; poi vedi che cosa succede. Tieni presente che l’ambiente table è galleggiante, quindi esce fuori dal center e LaTeX lo mette dove vuole; quella pagina bianca, non è bianca, ma contiene un ambiente center che a sua volta non contiene nulla.

        Inoltre sottosezioni così brevi non hanno senso; interferiscono solo con la routine di uscita senza nessun vantaggio.

        Se vuoi dare un titolo a quelle sezioni che contengono un solo capoverso, talvolta molto breve, non usare \subsection, ma, casomai \paragraph (breve sezione non numerata con il titolo in display), oppure \subparagraph (breve sezione non numerata con il titolo in linea con il testo).

      • #97994
        Up
        0
        Down
        ::


        Quindi invece di usare l’ambiente center è meglio specificare \centering all’interno di “table” o non mettere proprio nulla?

      • #97995
        Up
        0
        Down
        ::

        Pullo” post=97484Quindi invece di usare l’ambiente center è meglio specificare \centering all’interno di “table” o non mettere proprio nulla?

        Esatto. Se non metti nulla, però, l’oggetto ti verrà tutto a sinistra sulla pagina.

        Ciao
        Tommaso

      • #97996
        Up
        0
        Down
        ::


        Perfetto, ho risolto togliendo l’ambiente center e specificando \centering all’interno dell’ambiente table.
        Grazie mille.

    Visualizzazione 3 filoni di risposte
    • Devi essere connesso per rispondere a questo topic.

    Go to top