- Questo topic ha 4 risposte, 3 partecipanti ed è stato aggiornato l'ultima volta 6 anni, 8 mesi fa da .
-
Topic
-
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?
- Devi essere connesso per rispondere a questo topic.