I'm making a LaTeX document where I should have my citations in the following form --> (John Doe et al, 2006).
But using the bibliography in a manual form (without using bibtex), and the \cite command I only can get the following result --> [John Doe et al, 2006].
I know that's a bit anal, but is there any way of doing the citations with the parenthesis instead of the brackets using a manual bibliography...
Bellow I present the code I use to do the bibliography:
Code: Select all
\begin{thebibliography}{widest entry}
\bibitem[label]{cite_key} bibliographic information
and for the citation:
Code: Select all
\cite{cite_key}