BibTeX, biblatex and biber ⇒ Displaying a bibtex item outside the bibliography
Displaying a bibtex item outside the bibliography
Hello,
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!
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.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Displaying a bibtex item outside the bibliography
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Displaying a bibtex item outside the bibliography
\section{Publications}
\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},
}
\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
This is not a minimal example. Just to make that clear, it must be a working example.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Displaying a bibtex item outside the bibliography
Dear Localghost,
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.
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
Just submit a complete but minimal example that shows how you are doing your CV. It goes without saying that you replace your personal data with some dummy text. You would already know what to do if you followed the link in my first reply. This example will serve as the starting point to solve your problem.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
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
Three questions.
- 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?
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10