BibTeX, biblatex and biber ⇒ asterisked bib items
-
- Posts: 15
- Joined: Sat Jul 25, 2009 12:54 am
asterisked bib items
When generating a reference list, how to make certain bib items appear in bold or *asterisked or *both?
Thanks.
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
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: asterisked bib items
-
- Posts: 15
- Joined: Sat Jul 25, 2009 12:54 am
Re: asterisked bib items
I am using natbib, style: agsm (author: year).
And thanks for taking time to answer the questions.
asterisked bib items
taking into account that the criterion is relevance (which is not one of the fields of a .bib database), I don't see how to easily implement a .bst file to do the job. At the moment, the only "easy" solution that comes to my mind is to do the changes manually; once your bibliography section is in its final version, you can manually edit the .bbl file generated by BIBTeX and make the necessary modifications. Then you can compile your .tex file in the standard way, but without running BIBTeX.
For this, I already made a suggestion in this other thread.phoneticist wrote:...For the papers where I have contributed I would like be able to generate a separate bibliography list (but that, I guess, is another story)...
-
- Posts: 15
- Joined: Sat Jul 25, 2009 12:54 am