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.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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.