Page LayoutBibliography style

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
jcmt_pico
Posts: 19
Joined: Fri Jun 18, 2010 12:39 am

Bibliography style

Post by jcmt_pico »

Hi there,
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}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply