BibTeX, biblatex and biberCommand to print a complete Bibliography Entry in the Text

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
efrenlopes
Posts: 4
Joined: Thu Feb 25, 2010 6:46 pm

Command to print a complete Bibliography Entry in the Text

Post by efrenlopes »

Hello!

I'm using bibtex to generate my references. It generates the chapter
references as follows:

Code: Select all

Albowicz, J., Chen, A., and Zhang, L. (2001). Recursive position estimation in sensor 
  networks. In Proceedings of the 9th International Conference on Network Protocols 
  (ICNP’01), pages 35–41, Mission Inn, Riverside, California.
Then, in the text, the available commands (\cite, \citep) allow me to cite the work to get "Albowicz et al. 2001."

However, I want some command to write:

Code: Select all

Albowicz, J., Chen, A., and Zhang, L. (2001). Recursive position estimation in sensor 
  networks. In Proceedings of the 9th International Conference on Network Protocols 
  (ICNP’01), pages 35–41, Mission Inn, Riverside, California.
in the text, just as in the chapter references. Some command like \printref{albowicz:01}.

Is possible do this?

Thank you.

Recommended reading 2024:

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

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

Post Reply