Mendeley bib italics fix
The snippet can be accessed without any authentication.
Authored by
Ulf Liebal
Mendeley fails to export proper '\textit{}' commands for italizing text. The code is a command line trick to convert the exportet html italics identifier into latex readable format.
italicize2bib.sh 113 B
sed -i -e 's;{\\textless}i{\\textgreater};\\textit{;g' test.bib -e 's;{\\textless}/i{\\textgreater};};g' test.bib
Please register or sign in to comment