BibTeX, biblatex and biber ⇒ Citation of author and page number (authorname, p.)
Citation of author and page number (authorname, p.)
Please give me as much details as you can.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Citation of author and page number (authorname, p.)
E.g., \cite[pp. 10--15]{key} may well give the desired effect, at least if you pick the right bibliography style. I don't know of any bibliography style that only prints the authorname in the citation, but perhaps one of the authordate versions would suit you.
E.g., put:
\usepackage{authordate1-4}
in the header and then
\bibliographystyle{authordate3}
\bibliography{mybibfile}
Where you want your bibliography to go.