BibTeX, biblatex and biber ⇒ Bibliography Style that suppresses Notes
Bibliography Style that suppresses Notes
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
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: Bibliography Style that suppresses Notes
All kidding aside: You have two options. (1) Edit the .bst file to disable printing of the note field (should be as simple as commenting out the line(s) that print the note field), or (2) remove the note field from your .bib file.
Re: Bibliography Style that suppresses Notes
thanks for your answer. Actually I don't want to change the .bib file for the further works, so I can't select the second choice. About first choice, I don't know what to do! Is there any bibliography style that does it for me? I tried "siam", "plain" and ... but they show the notes.
Thanks.
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Bibliography Style that suppresses Notes
In plain.bst, for example, that line is
Code: Select all
note output
Code: Select all
note "note" output.check