BibTeX, biblatex and biberDisplaying a bibtex item outside the bibliography

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
avidanium
Posts: 12
Joined: Mon Oct 12, 2009 10:49 pm

Displaying a bibtex item outside the bibliography

Post by avidanium »

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!

Recommended reading 2024:

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

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

Post by localghost »

A true minimal example that shows the basic structure of your CV could be helpful.


Thorsten
avidanium
Posts: 12
Joined: Mon Oct 12, 2009 10:49 pm

Re: Displaying a bibtex item outside the bibliography

Post by avidanium »

\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},
}
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Displaying a bibtex item outside the bibliography

Post by localghost »

This is not a minimal example. Just to make that clear, it must be a working example.
avidanium
Posts: 12
Joined: Mon Oct 12, 2009 10:49 pm

Re: Displaying a bibtex item outside the bibliography

Post by avidanium »

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.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Re: Displaying a bibtex item outside the bibliography

Post by localghost »

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.
avidanium
Posts: 12
Joined: Mon Oct 12, 2009 10:49 pm

Re: Displaying a bibtex item outside the bibliography

Post by avidanium »

Attached.
Attachments
bib.bib
(89 Bytes) Downloaded 322 times
CV.tex
(6.35 KiB) Downloaded 353 times
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Displaying a bibtex item outside the bibliography

Post by localghost »

Three questions.
  1. Why didn't you provide a true minimal example as you've been asked for?
  2. Why do you use the »amsart« document class for a CV?
  3. Why do you load the babel package about four(!) times?
Please clean up your code so that it gets more clearly.
Post Reply