\cite command

  • Creatore
    Topic
  • #117000
    Up
    0
    Down
    ::


    Hi guys, I have a problem with LaTeX. Someone could help me?

    I’m writing my thesis and I have a problem with the bibliography. I want to write my bibliography manually (If I try to write it automatically, for example using JabRef, it doesn’t work ) so in my preamble I write:
    `
    \usepackage[ autostyle, italian=guillemets]{csquotes}

    \usepackage[bibstyle=numeric, citestyle=numeric, backref, backend=biber]{biblatex}
    `
    Then, when I have to make a quote I use the \cite{…} command; an example: \cite{A}.

    In the backmatter I write :
    `
    \begin{thebibliography}{99}

    \bibitem{A}

    Perkins,Donald H. (1987),

    \emph{Introduction to High Energy Physics}, Addison-Wesley Publishing Company, Inc.

    \end{thebibliography}
    `
    But when I compile it seems like that the \cite command doesn’t work: the output is “blablabla A ….” that is the capital letter A remains instead of the number 1 ( if it is my first reference for example).

    In the bibliography section, it appears correctly all references.

    Why?

Visualizzazione 3 filoni di risposte
  • Autore
    Risposte
    • #117001
      OldClaudio
      Partecipante
        Up
        0
        Down
        ::


        Welcome to the forum.
        calling biblatex for ha handmade bibliography is useless.

        In any case the bibliography gest typeset the second time you compile your document. It’s a two stpe procedure, and sometimes, doing it with other packages, it may require four or five steps. With handmade bibliogrphies it requires two steps.
        Please read all the documentation you can; unfortunately the welth of documentation you find in this forum is all in italian. Besides the original Book by Leslie Laport, the one who created LaTeX, I can suggest you a not very recent book, but very valuable: Kopka, H. e Daly, P. W. (2004). Guide to LaTeX. Addison Wesley, 4a ed.

      • #117002
        samiel
        Partecipante
          Up
          0
          Down
          ::


          Da dieses Forum italienisch ist,
          verstehe ich nicht, warum es in Englisch geschrieben werden sollte.
          Ansonsten begrüße jede andere Sprache…

          m

        • #117003
          Up
          0
          Down
          ::


          Thank you for your reply.
          I agree with you but if I try to write the bibliography without using lines with bibtex or csquotes, and using natbib for example, the file doesn’t compile.

          I don’t know if it is a problem of my compiler or I mistake something.
          What package could I use?
          P.s. my documentclass is a Book.

          Thanks.

        • #117004
          OldClaudio
          Partecipante
            Up
            0
            Down
            ::


            Of course, if you create a bibliography file with extension .bib by using Jabref or other similar software, and you don’t specificy this .bib file name with the suitable commands that are specific to natbib or biblatex you cannot get your bibliography.
            Please read the English documentation of package natbib (terminal command: texdoc natbib) or biblatex (terminal command: texdoc biblatex) for the details.

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

        Go to top