BibTeX, biblatex and biber ⇒ Displaying a bibtex item outside the bibliography
Displaying a bibtex item outside the bibliography
I write my CV in TeX and I would like to have a "Publications" section. As I have all my articles in bibtex format I was wondering if I can display a bibtex item outside the usual bibliography section (using its unique code as in the bib file)?
Thank you very much for you help!
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Displaying a bibtex item outside the bibliography
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Displaying a bibtex item outside the bibliography
\begin{itemize}
\item
\display{Article1}
\item
\display{Article2}
\end{itemize}
where \display is the command I am looking for and "Article1" is the bibtex code such as in:
@misc {Article1,
AUTHOR = {Joe Shmoe},
TITLE = {Blah blah blah},
YEAR = {2011},
}
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Displaying a bibtex item outside the bibliography
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Displaying a bibtex item outside the bibliography
I cannot submit a working example as I don't know the right command.
If I knew the right command I wouldn't ask this question...
I am happy to supply more details regarding my question. Is my question not clear?
Thank you.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Displaying a bibtex item outside the bibliography
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Displaying a bibtex item outside the bibliography
- Why didn't you provide a true minimal example as you've been asked for?
- Why do you use the »amsart« document class for a CV?
- Why do you load the babel package about four(!) times?
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10