Theses, Books, Title pages ⇒ Unable to edit the bibliography .bib file
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Unable to edit the bibliography .bib file
Thanks for the nice format. I am unable to edit the Bibliography.bib file.
Kindly help me.
Sukh
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
Re: Unable to edit the bibliography .bib file
You can edit .bib files using a BibTeX reference manager such as JabRef on Windows or BibDesk on Mac OS.
Cheers,
Vel
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Re: Unable to edit the bibliography .bib file
I'm using Mendeley as a reference manager and it generates the .bib file, no problem. Unfortunately, it does not recognize the need to italicizing necessary words such as genus and species names that may appear in publication titles, nor does it cite websites properly. I thought that I could make necessary adjustments in the .bib file, but it appears that I'm wrong. Where do I need to go to make necessary adjustments?
Thanks,
Tanya
Unable to edit the bibliography .bib file
You can go into the
.bib
file and manually specify some words in the title to be italic with \textit{}
, e.g. like this:Code: Select all
Title = {A \textit{Simple Extended}-Cavity Diode Laser},
Vel