Skip to content
Snippets Groups Projects

Mendeley bib italics fix

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    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.

    Edited
    italicize2bib.sh 113 B
    sed -i -e 's;{\\textless}i{\\textgreater};\\textit{;g' test.bib -e 's;{\\textless}/i{\\textgreater};};g' test.bib
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment