(author,year)

  • Creatore
    Topic
  • #110109
    davidebond
    Partecipante
      Up
      0
      Down
      ::


      Salve a tutti. Io ho realizzato un articolo usando amslatex, bibtex e l’opzione amsalpha. La rivista, invece, vuole che nel testo compaia (author, year). La bibliografia va ordinata in ordine alfabetico e per anno. Come fare, senza, peraltro, distruggere quanto fatto?

      Grazie,

      davide

    Visualizzazione 2 filoni di risposte
    • Autore
      Risposte
      • #110110
        davidebond
        Partecipante
          Up
          0
          Down
          ::


          Allora, io vorrei avere delle entrate nella bibliografia composte nel modo seguente:

          1. Alexander, D.~S. (1994).
          \newblock {\em {A History of Complex Dynamics. From Schr\”oder to Fatou and
          Julia}}.
          \newblock Friedr. Vieweg {\&} Sohn Verlagsgesellschaft mbH,
          Braunschweig-Wiesbaden.

          e nel testo trovarmi, per esempio,

          Alexander, 1994

          Come posso fare?

          Grazie,

          davide

        • #110111
          davidebond
          Partecipante
            Up
            0
            Down
            ::


            Non avendo ricevuto riposta, ho dovuto riscrivermi l’intera bibliografia a mano. Rimane il problema delle citazioni. Come posso avere nel testo:

            \emph{surname} year?

            Non posso postare un esempio, perché se ce l’avessi, avrei risolto il problema.

            Grazie,

            davide

          • #110112
            davidebond
            Partecipante
              Up
              0
              Down
              ::


              This is a mwe:

              `
              \documentclass{amsart}

              %%%%%%%%%%%%%%%%%%%%%%%% deletes brackets from citation
              \makeatletter
              \CheckCommand*{\@cite}[2]{%
              {%
              \@citestyle[\citeform{#1}\if@tempswa, #2\fi]%
              }%
              }
              \renewcommand*{\@cite}[2]{%
              {%
              \@citestyle\citeform{#1}\if@tempswa, #2\fi
              }%
              }
              \makeatother
              %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

              %%%%%%%%%%%%%%%%%%%%%%%%%% substitues [] in the References with numbers and points
              \makeatletter
              \renewcommand\@biblabel[1]{#1.}
              \makeatother
              %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

              \begin{document}

              I cite \cite[p.~34]{alexander1994}. But I would cite so: \emph{Alexander} 1994, p.~34. The style of reference in the bibliography is good.

              \begin{thebibliography}{99}

              \bibitem{alexander1994}
              Alexander, D.~S. 1994.
              \newblock {\em {A History of Complex Dynamics. From Schr\”oder to Fatou and
              Julia}}.
              \newblock Friedr. Vieweg {\&} Sohn Verlagsgesellschaft mbH,
              Braunschweig-Wiesbaden.

              \end{thebibliography}

              \end{document}
              `

              Va bene così? La bibliografia è corretta.

              Grazie,

              davide

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

          Go to top