italics for species names
When I use italics tags ( , ) around species names in the title, italics are OK but the first letter of both words will be capitalized, whereas the correct format is that the second word (species name) should start with a small letter.
Example: Onosma dichroantha will change to Onosma Dichroantha.
Changing the .CLS file does not help.
The exported .bib file looks like the following:
{{{\emph{Onosma}}}}{\emph{ Dichroantha}}.
If I remove additional {} in the .bib file and change D to d in dichroantha by hand
(\emph{{Onosma dichroantha}})
then the output . pdf file will be OK.
My system data:
version => 5.0.73, platform => Linux x86_64, oscpu => Linux x86_64, locale => en-US, appName => Zotero, appVersion => 5.0.73, extensions => Zotero LibreOffice Integration (5.0.20.SA.5.0.73, extension), Better BibTex for Zotero (5.1.139, extension)
Example: Onosma dichroantha will change to Onosma Dichroantha.
Changing the .CLS file does not help.
The exported .bib file looks like the following:
{{{\emph{Onosma}}}}{\emph{ Dichroantha}}.
If I remove additional {} in the .bib file and change D to d in dichroantha by hand
(\emph{{Onosma dichroantha}})
then the output . pdf file will be OK.
My system data:
version => 5.0.73, platform => Linux x86_64, oscpu => Linux x86_64, locale => en-US, appName => Zotero, appVersion => 5.0.73, extensions => Zotero LibreOffice Integration (5.0.20.SA.5.0.73, extension), Better BibTex for Zotero (5.1.139, extension)
I use Rmarkdown. The CITR addin is installed and used for connection to Zotero and inserting citations. Better Bib Tex is activated. The citations will be converted to a .bib file and Pandoc will read the citations from the .bib file to generate the PDF file.
I think the problem exits between Zotero and the conversion to .bib file.
<span class="nocase">Species name</span>
Similarly, I would recommend using HTML tags for the italics as well, so
<i><span class="nocase">Species name</span></i>
<i>...</i>
as case-protected (see discussion over here). There are workarounds using a BBT postscript either by always treating<i>...</i>
as case-protected (see here) or by case-protecting specific text (see here).The "as case-protected" trick does the job, though a bit tedious.
Thank you all again for prompt responses.
Regards