subfloat

  • Creatore
    Topic
  • #56832
    Up
    0
    Down
    ::


    Purtroppo ho ancora qualche problema.. 😳

    `
    The standard label format is the global float number followed by a lowercase al- phanumerical subfloat number. This can be changed by redefining the commands \thesubfloatfigure and \thesubfloattable. Both define the whole float num- ber including the main number. The main number is referred by \themainfigure resp. \themaintable. The counters of the subfloats are subfloatfigure resp. subfloattable. The default values are:
    \newcommand*\thesubfloatfigure{\themainfigure\alph{subfloatfigure}} \newcommand*\thesubfloattable{\themaintable\alph{subfloattable}}
    If you want to print the subnumber of figures in brackets, you may define this:
    \renewcommand*\thesubfloatfigure{\themainfigure(\alph{subfloatfigure})}
    If you want a sublabel in the format 1–1, 1–2, . . . you can get it by the following command sequence:
    \renewcommand*\thesubfloatfigure{\themainfigure–\arabic{subfloatfigure}}
    Since it is done the same for tables this it not described again.
    `

    Io vorrei togliere completamente la numerazione dei subfloat! Qui spiega ( 😯 ) come cambiare la numerazione da quella alfabetica a quella numerica…e anche se spiegato, per chi è un novizio di TeX sembra una cosa indecifrabile!!!

    Come posso togliere la numerazione?

    `
    \begin{figure}[p!]
    \centering
    \subfloat[][]
    {\includegraphics[width=0.5\columnwidth]{img/es4/F411a}}
    \subfloat[][]
    {\includegraphics[width=0.5\columnwidth]{img/es4/F411b}} \\
    \subfloat[][]
    {\includegraphics[width=0.5\columnwidth]{img/es4/F411c}}
    \subfloat[][]
    {\includegraphics[width=0.5\columnwidth]{img/es4/F411d}} \\
    \caption{Elementi della mesh}
    \label{F411}
    \end{figure}
    `

    Non so più come ringraziare per ogni aiuto! 😥
    Zaen

Visualizzazione 1 filone di risposte
  • Autore
    Risposte
    • #56833
      Up
      0
      Down
      ::

      Purtroppo ho ancora qualche problema.. 😳

      `
      The standard label format is the global float number followed by a lowercase al- phanumerical subfloat number. This can be changed by redefining the commands \thesubfloatfigure and \thesubfloattable. Both define the whole float num- ber including the main number. The main number is referred by \themainfigure resp. \themaintable. The counters of the subfloats are subfloatfigure resp. subfloattable. The default values are:
      \newcommand*\thesubfloatfigure{\themainfigure\alph{subfloatfigure}} \newcommand*\thesubfloattable{\themaintable\alph{subfloattable}}
      If you want to print the subnumber of figures in brackets, you may define this:
      \renewcommand*\thesubfloatfigure{\themainfigure(\alph{subfloatfigure})}
      If you want a sublabel in the format 1–1, 1–2, . . . you can get it by the following command sequence:
      \renewcommand*\thesubfloatfigure{\themainfigure–\arabic{subfloatfigure}}
      Since it is done the same for tables this it not described again.
      `

      Io vorrei togliere completamente la numerazione dei subfloat! Qui spiega ( 😯 ) come cambiare la numerazione da quella alfabetica a quella numerica…e anche se spiegato, per chi è un novizio di TeX sembra una cosa indecifrabile!!!

      Come posso togliere la numerazione?

      `
      \begin{figure}[p!]
      \centering
      \subfloat[][]
      {\includegraphics[width=0.5\columnwidth]{img/es4/F411a}}
      \subfloat[][]
      {\includegraphics[width=0.5\columnwidth]{img/es4/F411b}} \\
      \subfloat[][]
      {\includegraphics[width=0.5\columnwidth]{img/es4/F411c}}
      \subfloat[][]
      {\includegraphics[width=0.5\columnwidth]{img/es4/F411d}} \\
      \caption{Elementi della mesh}
      \label{F411}
      \end{figure}
      `

      Non so più come ringraziare per ogni aiuto! 😥
      Zaen

      Non usare \subfloat, è ovvio. E non mandare messaggi nella sezione sbagliata. 🙂
      `\begin{figure}[p]
      \centering
      \includegraphics[width=0.45\columnwidth]{img/es4/F411a}
      \includegraphics[width=0.45\columnwidth]{img/es4/F411b} \\
      \includegraphics[width=0.45\columnwidth]{img/es4/F411c}
      \includegraphics[width=0.45\columnwidth]{img/es4/F411d}
      \caption{Elementi della mesh}
      \label{F411}
      \end{figure}`
      Ciao
      Enrico

    • #56834
      Up
      0
      Down
      ::


      Per l’ennesima volta… GRAZIE! 😀

Visualizzazione 1 filone di risposte
  • Devi essere connesso per rispondere a questo topic.

Go to top