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
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
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