188BET靠谱吗Exporting words with accents from Zotero to BibTeX

Hi guys, I just came over a small annoyance that I thought it'd be better to post here.

I am using a citation style with LaTeX that writes authors' names in all capital letters sometimes, and in normal casing other times.The problem is, when you have names which have accents, like Kovács or Legány, BibTeX has a preference for the usage of native TeX syntax to symbolize these accents, such as

author = {Kov\'acs, Ferenc and Leg\'any, Csaba and Babos, Attila}

instead of

author = {Kovács, Ferenc and Legány, Csaba and Babos, Attila}

so it can capitalize words and letters correctly.188BET靠谱吗Unfortunately, Zotero exports citations using the latter format instead of the former, so when BibTeX processes it, it fails to capitalize letters with accents, so Kovács becomes KOVáCS, for example, instead of KOVÁCS.
  • Enable "Display character encoding option on export" in the Export pane of the preferences, and then select ASCII as the output character set when you export via BibTeX.
  • that's really a question of the bibtex implementation--some are UTF-8 capable, some aren't.188BET靠谱吗But you can change the encoding of Zotero's BibTeX Export.If you set it to ISO 8859, e.g., it will escape accented and other non-ascii characters.
  • (Technically it should be ASCII, because á is valid Latin-1.In practice anything other than UTF-8 will trigger escaping in the translator, so it doesn't matter what you choose.)
  • I know, but we don't list ASCII (we don't list ISO 8859, either, I misremembered this), so yeah, the instructions should be anything but UTF
  • Oh, I forgot we shortened the list.We can just say "Western" (which probably means ISO 8859-1) for clarity.
  • It worked.Thanks guys.I'll be sure to spread the word about zoh-TAIR-oh!
  • Hi there, I see that this is very old and for Douglas was solved, but I have the same issue, I have character Á that won't be exported correctly to overleaf.If I put \'A it will be imported as \{textbacslash}'A and once compiled it just displays a \.188BET靠谱吗I presume the latter is on the overelaf side, but the fact that it won't export correctly should be on Zotero, no?
    (I already tried to follow the suggestions here above but it didn't work)
    Right now if I go under preferences, export I see:
    Item format: BibTeX
    and
    Import Character Encoding: Western

    I hope someone can help me out!
  • How are you exporting though?If you're using the built-in Overleaf integration, the export settings don't do anything -- that uses the API which always outputs UTF-8
Sign Inor Registerto comment.