Special brackets for Latex code in the title of the article, so that it remains unchanged

Special brackets for Latex code in the title of the article, so that it remains unchanged when exporting.
The problem come through greek symbols in title and export from Zotero to Latex. Sugestion to do this through different encoding in both is not good for the case when title is in whole not English for example in Russian.
The discution about export was here
https://forums.zotero.org/discussion/49516/title-field-with-latex-symbols-export/
  • sorry, but I don't think you understand utf-8 encoding. The whole point of that is that it covers pretty much any language on earth, most certainly including Russian (and Chinese, Japanese, Arabic, Hebrew, etc.).
  • Thanks to you Adam - it works. Some comments:
    About greek unicode symbols in Title field of Zotero:
    1) In Zotero with right mouse - Get bibliography from document
    = it works
  • edited May 31, 2015
    2)
    For Latex:
    A. Copy greek symbol for example here http://unicode-table.com/en/sets/greek-symbols/ and insert it in Title field of document if needed;
    B. do export from Zotero FORMAT BibTex with utf8 to produce BIBtex database;
    C. use BIBtex database in Latex document,
    insert \usepackage{textalpha} in preambula - it works
    --
    About unicode symbols in Latex you can read here: http://stackoverflow.com/questions/25969041/package-inputenc-error-unicode-char-u8%CE%B2-not-set-up-for-use-with-latex
    --
    This experience was recieved in pdflatex with
    \documentclass[12pt]{article}
    \usepackage[utf8]{inputenc}
  • Thank you projecturfu and adamsmith, this solution works brilliantly!!
  • You'll get the braces for anything you surround with <span class="nocase">... </span>.
Sign In or Register to comment.