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/
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/
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
About greek unicode symbols in Title field of Zotero:
1) In Zotero with right mouse - Get bibliography from document
= it works
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}
<span class="nocase">... </span>
.