Posizione delle tabelle casuale?

  • Creatore
    Topic
  • #44262
    Up
    0
    Down
    ::


    Per quale motivo 3 tabelle vengono in una pagina e la quarta nella seconda? (anche se ci entrerebbe la 4a!)

    `\chapter{prova}
    \begin{table}[htbp]
    \centering
    \begin{tabular}{|m{60pt}|m{10cm}|}
    \hline
    \vspace*{.8ex}
    \includegraphics[width=60pt]{Segnali_Sicurezza/casco_protezione.eps} &
    \large{prova}\\
    \hline
    \end{tabular}
    \end{table}
    \begin{table}[htbp]
    \centering
    \begin{tabular}{|m{60pt}|m{10cm}|}
    \hline
    \vspace*{.8ex}
    \includegraphics[width=60pt]{Segnali_Sicurezza/casco_protezione.eps} &
    \large{prova}\\
    \hline
    \end{tabular}
    \end{table}
    \begin{table}[htbp]
    \centering
    \begin{tabular}{|m{60pt}|m{10cm}|}
    \hline
    \vspace*{.8ex}
    \includegraphics[width=60pt]{Segnali_Sicurezza/casco_protezione.eps} &
    \large{prova}\\
    \hline
    \end{tabular}
    \end{table}
    \begin{table}[htbp]
    \centering
    \begin{tabular}{|m{60pt}|m{10cm}|}
    \hline
    \vspace*{.8ex}
    \includegraphics[width=60pt]{Segnali_Sicurezza/casco_protezione.eps} &
    \large{prova}\\
    \hline
    \end{tabular}
    \end{table}
    `

Visualizzazione 19 filoni di risposte
  • Autore
    Risposte
    • #44263
      OldClaudio
      Partecipante
        Up
        0
        Down
        ::


        Esiste un contatore che limita il numero degli oggetti flottanti in una pagina; guarda nell’appendice dell’Introduzione all’arte il cui link è all’inizio della pagina del forum.

        Se vuoi essere sicuro che le quattro tabelle stiano tutte assieme, e dato per scontato che siano orizzontalmente troppo grandi per usare uno dei pacchetti per le sotto figure o le sotto tabelle, correggi il tuo codice lasciando solo il priimo \begin{table} e l’ultimo \end{table}; al posto delle righe successive
        `
        \end{table}
        \begin{tabel}
        `
        inserisci uno spazio verticale o con \bigskip (per esempio) o con \vspace{3mm} (per esempio}.
        In questo modo l’unico oggetto flottante contiene le quattro tabelle, ognuna con la sua didascalia numerata progressivamente, per esempio: 11, 12, 13, 14 — insomma come succederebbe con quattro oggetti flottanti table distinti.

      • #44264
        Up
        0
        Down
        ::


        grazie per l’aiuto.
        Il discorso è che la cosa si verifica anche in altre pagine e le tabelle non sono necessariamente ‘unibili’, quindi devo aumentare questo limite che risulta dannoso ai miei fini.
        Io intanto cerco nel manuale, ma sapresti darmi altre indicazioni?

      • #44265
        OldClaudio
        Partecipante
          Up
          0
          Down
          ::


          GuidaGuIt nell’appendice: c’è tutta la spiegazione sulla gestione degli oggetti flottanti.

        • #44266
          Up
          0
          Down
          ::


          Tiro di nuovo fuori questo topic perché ancora non riesco ad aumentare il numero di oggetti flottanti per pagina. Io ho delle tabelle fatte solo da una o due righe e metterne solo 3 per pagina è uno spreco di spazio.

          Urge soluzione 😕

        • #44267
          Up
          0
          Down
          ::

          Tiro di nuovo fuori questo topic perché ancora non riesco ad aumentare il numero di oggetti flottanti per pagina. Io ho delle tabelle fatte solo da una o due righe e metterne solo 3 per pagina è uno spreco di spazio.

          Urge soluzione 😕

          La soluzione te l’ha già data Claudio nella prima risposta. Usa un solo ambiente table e dento metti i vari tabular, ciascuno con la propria didascalia.
          Tra l’altro vedo che nel tuo primo esempio usi tabular per inserire delle immagini. Credo non sia la strada giusta. Dovresti fare un uovo esempio perché non ci capisce dove sta il problema 🙄

          Ciao
          Ivan

        • #44268
          Up
          0
          Down
          ::


          Grazie per la risposta.

          Nell’esempio uso la tabella per l’immagine perché devo mettere un’icona e testo afficancati

          guarda qui: http://img682.imageshack.us/img682/9484/latexe.jpg

          Come vedi dopo le tre tabelle, le altre mi vanno nella pagina successiva (te lo assicuro io 😉

        • #44269
          Up
          0
          Down
          ::

          Grazie per la risposta.

          Nell’esempio uso la tabella per l’immagine perché devo mettere un’icona e testo afficancati

          guarda qui: http://img682.imageshack.us/img682/9484/latexe.jpg

          Come vedi dopo le tre tabelle, le altre mi vanno nella pagina successiva (te lo assicuro io 😉

          Più che l’immagine servirebbe il sorgente.
          Comnque, hai provato a mettere le due tabelle in un unico ambiente table, come ti aveva suggerito Claudio?
          Potresti anche considerare l’ipotesi di usare minipage

          Ciao
          Ivan

        • #44270
          Up
          0
          Down
          ::

          Grazie per la risposta.

          Nell’esempio uso la tabella per l’immagine perché devo mettere un’icona e testo afficancati

          guarda qui: http://img682.imageshack.us/img682/9484/latexe.jpg

          Come vedi dopo le tre tabelle, le altre mi vanno nella pagina successiva (te lo assicuro io 😉

          Questo mi sembra il classico esempio in cui non va usato un ambiente flottante…

          🙂
          LuCa

        • #44271
          Up
          0
          Down
          ::


          mmm…ambiente flottante vuol dire tabella?

          Puoi essere più esplicito, come se ti rivolgessi ad uno che non ne sa mezza?

        • #44272
          Up
          0
          Down
          ::

          mmm…ambiente flottante vuol dire tabella?

          Puoi essere più esplicito, come se ti rivolgessi ad uno che non ne sa mezza?

          Gli ambienti table e figure sono “flottanti” nel senso che decidono in autonomia dove impaginare il loro contenuto; galleggiano sul testo che li circonda fino a trovare la posizione ottimale per il loro contenuto.

          Un errore comune è quello di credere che per inserire un’immagine o una tabella sia obbligatorio mettere l’ “\includegraphics” tra “\begin{figure}” e “\end{figure}”. Non è così! 😉

          In questo tuo caso è lampante: se ho ben capito che tipo di manuale stai scrivendo immagino che quegli avvisi vadano lì e solo lì. Pertanto chiedere a LaTeX di posizionarli in autonomia sperando che li metta al posto giusto è sbagliato.

          🙂
          LuCa

        • #44273
          Up
          0
          Down
          ::


          intanto grazie ancora per la risposta.

          Un errore comune è quello di credere che per inserire un’immagine o una tabella sia obbligatorio mettere l’ “\includegraphics” tra “\begin{figure}” e “\end{figure}”. Non è così! 😉

          I begin per le figure non ci sono. Tolgo begin{table} ed end{table}?

          In questo tuo caso è lampante: se ho ben capito che tipo di manuale stai scrivendo immagino che quegli avvisi vadano lì e solo lì. Pertanto chiedere a LaTeX di posizionarli in autonomia sperando che li metta al posto giusto è sbagliato.

          hai capito benissimo, e quindi la soluzione migliore è: ?

        • #44274
          Up
          0
          Down
          ::

          hai capito benissimo, e quindi la soluzione migliore è: ?

          togli anche i \begin{table} e gli \end{table}, non usare ambienti floattanti ma solo un tabular.

        • #44275
          Up
          0
          Down
          ::

          hai capito benissimo, e quindi la soluzione migliore è: ?

          Al solito sarebbe bello poter avere un po’ di codice su cui lavorare. Un esempio minimo compilabile.
          Ho provato a definire un comando, prova a vedere se può funzionare:`\documentclass[a4paper]{article}
          \usepackage{graphicx}
          \usepackage{lipsum}

          \newcommand{\avviso}[2]{%
          \par\bigskip\noindent
          \parbox[][][c]{\columnwidth}{\hfill
          \parbox[c][][c]{.15\columnwidth}{\includegraphics[width=.15\columnwidth]{#1}}\quad
          \parbox[c][][c]{.6\columnwidth}{\tiny\sffamily#2}\hfill\null
          }
          \bigskip\par}

          \begin{document}
          \lipsum[1]
          \avviso{fig}{\lipsum[1]}
          \avviso{fig}{\lipsum[1]}
          \lipsum[1]
          \end{document}`Lo usi dando come primo argomento il nome dell’immagine e come secondo argomento i testo da porre a fianco. Il pacchetto “lipsum” che vedi caricato serve solo per inserire del testo di prova.

          🙂
          LuCa

        • #44276
          Up
          0
          Down
          ::


          Hai ragione, eccoti un po’ di codice (mancano i 3 simboli!):

          `\documentclass[10pt,a4paper]{book}

          \usepackage[T1,T5]{fontenc}
          \usepackage[utf8]{inputenc}
          \usepackage{cmap}
          \frenchspacing

          \usepackage{longtable}
          \usepackage{SIunitx}
          \usepackage{graphicx}
          \usepackage{amsmath}
          \usepackage{amsfonts}
          \usepackage{amssymb}
          \usepackage{array}

          \usepackage[user,titleref]{zref}

          \usepackage{geometry}
          \geometry{textheight=23cm}
          \geometry{textwidth=16cm}

          \usepackage{fancyhdr}
          \pagestyle{fancy}
          \lhead{\nouppercase{\leftmark}\\\scriptsize{\nouppercase{\rightmark}}}
          \chead{}
          \rhead{\includegraphics[scale=0.2]{Simboli_***/logo***.eps}}
          \lfoot{\scriptsize{\emph{Proprietary and Confidential of *** Impianti srl, no pass on third parties}}}
          \cfoot{}
          \rfoot{\textbf{\large{\thepage}}}
          \renewcommand{\footrulewidth}{0.2pt}
          \renewcommand{\headrulewidth}{0.2pt}

          \setlength{\headheight}{41pt}
          %\setlength{\voffset}{-.5in}
          %\setlength{\headsep}{38pt}

          \usepackage{hyperref}
          %\usepackage[draft]{graphicx}
          \usepackage{subfig}
          \usepackage{url}
          \usepackage{multirow}

          \graphicspath{{./imgs/}}

          \newcommand*{\attenzione}[1]{%
          \begin{table}[htbp]
          \centering
          \begin{tabular}{|m{60pt}|m{10cm}|}
          \hline
          \vspace*{.8ex}
          \includegraphics[width=60pt]{Segnali_Sicurezza/attenzione.eps} &
          \large{\textbf{#1}}\\
          \hline
          \end{tabular}
          \end{table}
          }

          \newcommand*{\mano}[1]{%
          \begin{table}[htbp]
          \centering
          \begin{tabular}{|m{60pt}|m{10cm}|}
          \hline
          \vspace*{.8ex}
          \includegraphics[width=60pt]{Segnali_Sicurezza/mano.eps} &
          \large{\textbf{#1}}\\
          \hline
          \end{tabular}
          \end{table}
          }

          \newcommand*{\sollevamento}[1]{%
          \begin{table}[htbp]
          \centering
          \begin{tabular}{|m{60pt}|m{10cm}|}
          \hline
          \vspace*{.8ex}
          \includegraphics[width=60pt]{Segnali_Sicurezza/sollevamento.eps} &
          \large{\textbf{#1}}\\
          \hline
          \end{tabular}
          \end{table}
          }

          \usepackage[english]{babel}

          \begin{document}

          \frontmatter

          \tableofcontents
          \listoftables
          \listoffigures

          \mainmatter

          \section{Magnet}
          \label{sec:Magnet}
          \subsection{Description}
          \label{sec:MagnetDescription}
          The magnet is a magnetic block able to fix the metallic part passing under it if the distance is magnetic field in the area is strong enough to capture metallic parts and/or metallic parts are not so heavy
          \subsection{Technical Specifications}
          \label{sec:MagnetTechnicalSpecifications}
          %Inserire una figura con le dimensioni per il cassone
          \begin{table}[htbp]
          \centering
          \begin{tabular} {|c|c|c|}
          \hline
          \textbf{} & \textbf{Value} & \textbf{Unit}\\
          \hline
          \textbf{ Dimensions} & 500 x 350 x 500 & mm\\
          \hline
          \textbf{Weight } & 80 & kg\\
          \hline
          \textbf{Force} & 2 & N\\
          \hline
          \end{tabular}
          \caption{Magnet Technical Specification}
          \label{tab:MagnetTechnicalSpecification}
          \end{table}
          \subsection{Transport and Handling}
          \label{sec:MagnetTransportandHandling}
          For a safe transportation and handling, please refer to detailed Constructor manual.
          \attenzione{Heavy block}
          \sollevamento{Identify the handling points}
          \subsection{Installation}
          \label{sec:MagnetInstallation}
          If *** Impianti is the supplier of the Box Feeder, prior to receiving the equipment the customer will be furnished with a general arrangement drawing of your equipment layout provided by ***, which includes all pertinent elevations and
          dimensions. This drawing shows the configuration of he conveyor and location of the support
          points if we are to supply conveyor supports. Because of varying soil conditions, *** does not
          specify foundation sizes for the equipment.\\
          \sollevamento{Identify the Gravity Take-up Section}
          Once the equipment is received, the installation team has to identify the Gravity Take-up Section and all necessary precautions have be taken in order to assure against injury and damage. \\
          Once installed, the start-up procedure must be performed before continuous usage.
          \subsection {Start Up}
          \label{sec:MagnetStartUp}

          Once the magnet is fixed and the distance between magnet and belt is calibrated the start-up procedure can be performed.\\
          Start-up procedure:
          \begin{enumerate}
          \item Start box feeder
          \item put some metallic parts (100g) in the fuel
          \item Verify that this metallic part is captured by magnet
          \item If yes $\Rightarrow$ procedure successfully completed
          \item If not $\Rightarrow$ optimize distance between belt and magnet
          \item If distance to low and metallic part not captured $\Rightarrow$ change the magnet with a stronger one and repeat the procedure.
          \item Confirm proper working
          \end{enumerate}
          \subsection{Use and Calibration}
          \label{sec:MagnetUseandCalibration}

          The distance between magnet and running belt has to respect the magnet constructor instructions.\\
          Once start-up procedure is successfully performed, the magnet needs only perodcally checks. Go to \ref{sec:Magnet_Maintenances}
          \subsubsection{Improper use}
          If the bigger magnet surface is not parallel to the feeding belt, that means that it is mounted in a improper way.
          \mano{Verify your mounting position with the suggest one in the constructor's manual}
          If the bigger magnet surface is mounted with a variable distance to the feeding belt, that means that it is mounted in a improper way.
          \mano{Verify your fixing points}
          \subsubsection{Misuse}
          If the distance between the biggest surface of magnet and the feeding belt s too high to not let metal be captured, that is a misuse, and metallic part can reach fuel handling machineries and/or burner.\\
          If the distance between the biggest surface of magnet and the feeding belt s too low to not let fuel falling into the chursher (if any), that is a misuse, and fuel cannot reach burners and they will stop.
          \mano{Verify that the calibrated fuel amount is falling into the chursher (if any)}
          \subsection{Maintenances}
          \label{sec:Magnet_Maintenances}
          \attenzione {Stop all moving machinery and isolate electrical power before starting maintenance}
          \attenzione {Don't restart the belt during maintenance}
          \begin{table}[htbp]
          \centering
          \begin{tabular} {|p{5cm}|p{1.5cm}|p{7cm}|}
          \hline
          \rule{0mm}{0.5cm}
          \large{\textbf{Item}} & \large{\textbf{Hours}} & \large{\textbf{Maintenance}} \\
          \hline
          Metallic parts & 200 & Remove all the captured metallic parts. \\
          \hline
          Distance & 200 & Check the distance. \\
          \hline
          \end{tabular}
          \caption{Magnet Maintenance}
          \label{tab:MagnetMaintenance}
          \end{table}
          \newpage
          \subsection{Dismantling}
          \label{sec:MagnetDismantling}
          \attenzione{Stop the box feeder and isolate electrical power before stareting dismantling}
          \sollevamento{Identify the fixing points}
          Fix the magnet before starting dismantling and follow the given procedure.
          \newpage
          \subsection{Problems and Solutions}
          \label{sec:MagnetProblemsAndSolutions}
          In the table \ref{tab:MagnetProblemsandSolutions} possible magnet failures or improper performance are listed. Please consider such a table not complete.
          \begin{table}[htbp]
          \centering
          \begin{tabular} {|p{4.5cm}|p{4.5cm}|p{4.5cm}|}
          \hline
          \large{\textbf{Problem}} & \large{\textbf{Cause}} & \large{\textbf{Remedy}} \\
          \hline
          \multirow{3}{*}{\textbf{The magnet doesn't capture}} & too much distance & reduce distance between belt and magnet \\ \cline{2-1} \cline{3-1}
          & too much captured material & remove captured material \\ \cline{2-2} \cline{3-2}
          & magnet field too low & change the magnet\\ \cline{2-3} \cline{3-3}
          \hline
          \end{tabular}

          \caption{Magnet Problems and Solutions}
          \label{tab:MagnetProblemsandSolutions}
          \end{table}
          \subsection{Annex}
          \label{sec:MagnetAnnex}
          For details, refer to constructor instruction (if provided).

          \end{document}`

        • #44277
          Up
          0
          Down
          ::


          Hai ragione, eccoti un po’ di codice (non badare al senso del discorso):

          `\documentclass[10pt,a4paper]{book}

          \usepackage[T1,T5]{fontenc}
          \usepackage[utf8]{inputenc}
          \usepackage{cmap}
          \frenchspacing

          \usepackage{longtable}
          \usepackage{SIunitx}
          \usepackage{graphicx}
          \usepackage{amsmath}
          \usepackage{amsfonts}
          \usepackage{amssymb}
          \usepackage{array}

          \usepackage[user,titleref]{zref}

          \usepackage{geometry}
          \geometry{textheight=23cm}
          \geometry{textwidth=16cm}

          \usepackage{fancyhdr}
          \pagestyle{fancy}
          \lhead{\nouppercase{\leftmark}\\\scriptsize{\nouppercase{\rightmark}}}
          \chead{}
          \rhead{\includegraphics[scale=0.2]{Simboli_***/logo***.eps}}
          \lfoot{\scriptsize{\emph{Proprietary and Confidential of *** Impianti srl, no pass on third parties}}}
          \cfoot{}
          \rfoot{\textbf{\large{\thepage}}}
          \renewcommand{\footrulewidth}{0.2pt}
          \renewcommand{\headrulewidth}{0.2pt}

          \setlength{\headheight}{41pt}
          %\setlength{\voffset}{-.5in}
          %\setlength{\headsep}{38pt}

          \usepackage{hyperref}
          %\usepackage[draft]{graphicx}
          \usepackage{subfig}
          \usepackage{url}
          \usepackage{multirow}

          \graphicspath{{./imgs/}}

          \newcommand*{\attenzione}[1]{%
          \begin{table}[htbp]
          \centering
          \begin{tabular}{|m{60pt}|m{10cm}|}
          \hline
          \vspace*{.8ex}
          \includegraphics[width=60pt]{Segnali_Sicurezza/attenzione.eps} &
          \large{\textbf{#1}}\\
          \hline
          \end{tabular}
          \end{table}
          }

          \newcommand*{\mano}[1]{%
          \begin{table}[htbp]
          \centering
          \begin{tabular}{|m{60pt}|m{10cm}|}
          \hline
          \vspace*{.8ex}
          \includegraphics[width=60pt]{Segnali_Sicurezza/mano.eps} &
          \large{\textbf{#1}}\\
          \hline
          \end{tabular}
          \end{table}
          }

          \newcommand*{\sollevamento}[1]{%
          \begin{table}[htbp]
          \centering
          \begin{tabular}{|m{60pt}|m{10cm}|}
          \hline
          \vspace*{.8ex}
          \includegraphics[width=60pt]{Segnali_Sicurezza/sollevamento.eps} &
          \large{\textbf{#1}}\\
          \hline
          \end{tabular}
          \end{table}
          }

          \usepackage[english]{babel}

          \begin{document}

          \frontmatter

          \tableofcontents
          \listoftables
          \listoffigures

          \mainmatter

          \section{Magnet}
          \label{sec:Magnet}
          \subsection{Description}
          \label{sec:MagnetDescription}
          The magnet is a magnetic block able to fix the metallic part passing under it if the distance is magnetic field in the area is strong enough to capture metallic parts and/or metallic parts are not so heavy
          \subsection{Technical Specifications}
          \label{sec:MagnetTechnicalSpecifications}
          %Inserire una figura con le dimensioni per il cassone
          \begin{table}[htbp]
          \centering
          \begin{tabular} {|c|c|c|}
          \hline
          \textbf{} & \textbf{Value} & \textbf{Unit}\\
          \hline
          \textbf{ Dimensions} & 500 x 350 x 500 & mm\\
          \hline
          \textbf{Weight } & 80 & kg\\
          \hline
          \textbf{Force} & 2 & N\\
          \hline
          \end{tabular}
          \caption{Magnet Technical Specification}
          \label{tab:MagnetTechnicalSpecification}
          \end{table}
          \subsection{Transport and Handling}
          \label{sec:MagnetTransportandHandling}
          For a safe transportation and handling, please refer to detailed Constructor manual.
          \attenzione{Heavy block}
          \sollevamento{Identify the handling points}
          \subsection{Installation}
          \label{sec:MagnetInstallation}
          If *** Impianti is the supplier of the Box Feeder, prior to receiving the equipment the customer will be furnished with a general arrangement drawing of your equipment layout provided by ***, which includes all pertinent elevations and
          dimensions. This drawing shows the configuration of he conveyor and location of the support
          points if we are to supply conveyor supports. Because of varying soil conditions, *** does not
          specify foundation sizes for the equipment.\\
          \sollevamento{Identify the Gravity Take-up Section}
          Once the equipment is received, the installation team has to identify the Gravity Take-up Section and all necessary precautions have be taken in order to assure against injury and damage. \\
          Once installed, the start-up procedure must be performed before continuous usage.
          \subsection {Start Up}
          \label{sec:MagnetStartUp}

          Once the magnet is fixed and the distance between magnet and belt is calibrated the start-up procedure can be performed.\\
          Start-up procedure:
          \begin{enumerate}
          \item Start box feeder
          \item put some metallic parts (100g) in the fuel
          \item Verify that this metallic part is captured by magnet
          \item If yes $\Rightarrow$ procedure successfully completed
          \item If not $\Rightarrow$ optimize distance between belt and magnet
          \item If distance to low and metallic part not captured $\Rightarrow$ change the magnet with a stronger one and repeat the procedure.
          \item Confirm proper working
          \end{enumerate}
          \subsection{Use and Calibration}
          \label{sec:MagnetUseandCalibration}

          The distance between magnet and running belt has to respect the magnet constructor instructions.\\
          Once start-up procedure is successfully performed, the magnet needs only perodcally checks. Go to \ref{sec:Magnet_Maintenances}
          \subsubsection{Improper use}
          If the bigger magnet surface is not parallel to the feeding belt, that means that it is mounted in a improper way.
          \mano{Verify your mounting position with the suggest one in the constructor's manual}
          If the bigger magnet surface is mounted with a variable distance to the feeding belt, that means that it is mounted in a improper way.
          \mano{Verify your fixing points}
          \subsubsection{Misuse}
          If the distance between the biggest surface of magnet and the feeding belt s too high to not let metal be captured, that is a misuse, and metallic part can reach fuel handling machineries and/or burner.\\
          If the distance between the biggest surface of magnet and the feeding belt s too low to not let fuel falling into the chursher (if any), that is a misuse, and fuel cannot reach burners and they will stop.
          \mano{Verify that the calibrated fuel amount is falling into the chursher (if any)}
          \subsection{Maintenances}
          \label{sec:Magnet_Maintenances}
          \attenzione {Stop all moving machinery and isolate electrical power before starting maintenance}
          \attenzione {Don't restart the belt during maintenance}
          \begin{table}[htbp]
          \centering
          \begin{tabular} {|p{5cm}|p{1.5cm}|p{7cm}|}
          \hline
          \rule{0mm}{0.5cm}
          \large{\textbf{Item}} & \large{\textbf{Hours}} & \large{\textbf{Maintenance}} \\
          \hline
          Metallic parts & 200 & Remove all the captured metallic parts. \\
          \hline
          Distance & 200 & Check the distance. \\
          \hline
          \end{tabular}
          \caption{Magnet Maintenance}
          \label{tab:MagnetMaintenance}
          \end{table}
          \newpage
          \subsection{Dismantling}
          \label{sec:MagnetDismantling}
          \attenzione{Stop the box feeder and isolate electrical power before stareting dismantling}
          \sollevamento{Identify the fixing points}
          Fix the magnet before starting dismantling and follow the given procedure.
          \newpage
          \subsection{Problems and Solutions}
          \label{sec:MagnetProblemsAndSolutions}
          In the table \ref{tab:MagnetProblemsandSolutions} possible magnet failures or improper performance are listed. Please consider such a table not complete.
          \begin{table}[htbp]
          \centering
          \begin{tabular} {|p{4.5cm}|p{4.5cm}|p{4.5cm}|}
          \hline
          \large{\textbf{Problem}} & \large{\textbf{Cause}} & \large{\textbf{Remedy}} \\
          \hline
          \multirow{3}{*}{\textbf{The magnet doesn't capture}} & too much distance & reduce distance between belt and magnet \\ \cline{2-1} \cline{3-1}
          & too much captured material & remove captured material \\ \cline{2-2} \cline{3-2}
          & magnet field too low & change the magnet\\ \cline{2-3} \cline{3-3}
          \hline
          \end{tabular}

          \caption{Magnet Problems and Solutions}
          \label{tab:MagnetProblemsandSolutions}
          \end{table}
          \subsection{Annex}
          \label{sec:MagnetAnnex}
          For details, refer to constructor instruction (if provided).

          \end{document}`

        • #44278
          Up
          0
          Down
          ::


          Sostituisci le definizioni dei tre comandi con questo:`\newcommand{\avviso}[2]{%
          \par\bigskip\noindent
          \parbox[][][c]{\columnwidth}{\hfill
          \parbox[c][][c]{.15\columnwidth}{\includegraphics[width=.15\columnwidth]{#1}}\quad
          \parbox[c][][c]{.6\columnwidth}{\bfseries #2}\hfill\null
          }
          \bigskip\par}

          \newcommand{\attenzione}[1]{\avviso{Segnali_Sicurezza/attenzione}{#1}}
          \newcommand{\mano}[1]{\avviso{Segnali_Sicurezza/mano}{#1}}
          \newcommand{\sollevamento}[1]{\avviso{Segnali_Sicurezza/sollevamento}{#1}}`Un altro paio di appunti:

            – non mettere l’estensione ai nomi dei file delle immagini
            – non mettere linee verticali nelle tabelle e non abusare di quelle orizzontali. (usa il pacchetto booktabs)
            – vedo che hai definito a mano la larghezza delle celle delle tabelle. Se poi decidi di cambiare le dimensioni della pagina o della gabbia di testo il layout va a quel paese. Molto meglio usare grandezze relative a \columnwidth (quindi userai “p{0.4\columnwidth}”) oppure, preferibilmente, usare il pacchetto “tabularx”
            – esiste il “capitolo 1” vero? se non vuoi i capitoli ma solo sezioni e sottosezioni puoi usare la classe “article” invece di “book”
            – il comando “\\” non si usa per andare a capo nel testo normale. Lascia una linea vuota nel sorgente. Se per qualche motivo ti dà fastidio l’indentazione di inizio paragrafo annullala: “\setlenght{\parindent}{0pt}”
            – ultimo della lista, ma non per questo di minore importanza, quando prepari un esempio “minimo” sarebbe bello fosse veramente “minimo”… 🙂

          🙂
          LuCa

        • #44279
          Up
          0
          Down
          ::


          Grazie mille!!!!!!!

          – ultimo della lista, ma non per questo di minore importanza, quando prepari un esempio “minimo” sarebbe bello fosse veramente “minimo”… 🙂 [/list]:)
          LuCa

          ahahahahahahahahahahaaha….se vedessi quant’è lungo tutto il testo………

          Applico le modifiche appena ho tempo e poi ti aggiorno.

        • #44280
          Up
          0
          Down
          ::


          non posso togliere le estensioni (perché altri file puntano a quelle immagini), però sono tutte in .eps. Si può fare qualcosa?

        • #44281
          Up
          0
          Down
          ::

          non posso togliere le estensioni (perché altri file puntano a quelle immagini), però sono tutte in .eps. Si può fare qualcosa?

          l’estensione va tolta solo nella chiamata all’interno del LaTeX, non devi toglierla da file vero e proprio.

        • #44282
          Up
          0
          Down
          ::


          sono io rincoglionito…era sbagliato il path…risolto 😉

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

      Go to top