BibTeX, biblatex and biber ⇒ Bibliography Style that suppresses Notes
Bibliography Style that suppresses Notes
Thanks
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- 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