From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Arntson Subject: Re: allow italic quote marks? org-emphasis-regexp-components Date: Thu, 18 Jun 2015 10:04:05 -0700 Message-ID: <87oakd6j96.fsf@stevenarntson.com> References: <87ioap46w5.fsf@gmail.com> <87zj3x7mz5.fsf@stevenarntson.com> <87k2v13111.fsf@mbork.pl> <87wpz1xbgp.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38582) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5dEm-0004q6-Lp for emacs-orgmode@gnu.org; Thu, 18 Jun 2015 13:04:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5dEi-0004bl-I9 for emacs-orgmode@gnu.org; Thu, 18 Jun 2015 13:04:24 -0400 Received: from plane.gmane.org ([80.91.229.3]:44340) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5dEi-0004bU-Bp for emacs-orgmode@gnu.org; Thu, 18 Jun 2015 13:04:20 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Z5dEb-00008k-Fq for emacs-orgmode@gnu.org; Thu, 18 Jun 2015 19:04:13 +0200 Received: from 104.244.220.59 ([104.244.220.59]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Jun 2015 19:04:13 +0200 Received: from steven by 104.244.220.59 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 18 Jun 2015 19:04:13 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Thank you very much! -steven Kaushal writes: > A quick google search comes up this these: > > http://tex.stackexchange.com/questions/83440/inputenc-error-unicode-char-u8-not-set-up-for-use-with-latex > http://tex.stackexchange.com/questions/4268/inputenc-error-unicode-char-u8-error-while-trying-to-write-a-degree-symbol > > Based on those solutions, may be you can add > > \DeclareUnicodeCharacter{200b}{} > I haven't tried it, so cannot guarantee if that will work. > > I regularly generate pdfs and almost all of my org documents would be > using 0x200b somewhere. If a pdf generates fine without any visible > artifacts and with all content as expected, I do not look into the tex > compilation logs. > > This time I checked the log and I don't get that error, but a warning > instead. Note that I also use XeTeX which has unicode support. Below > is a snippet from my log: > > This is XeTeX, Version 3.14159265-2.6-0.99991 (TeX Live 2014) > (preloaded format=xelatex) > \write18 enabled. > entering extended mode > (/home/kmodi/sandbox/org/italic_quotes.tex > LaTeX2e <2014/05/01> > Babel <3.9k> and hyphenation patterns for 2 languages loaded. > (/home/kmodi/texlive/2014/texmf-dist/tex/latex/base/article.cls > Document Class: article 2007/10/19 v1.4h Standard LaTeX document class > (/home/kmodi/texlive/2014/texmf-dist/tex/latex/base/size11.clo)) > (/home/kmodi/texlive/2014/texmf-dist/tex/latex/base/inputenc.sty > > Package inputenc Warning: inputenc package ignored with utf8 based > engines. > > On Thu, Jun 18, 2015 at 11:49 AM Myles English > wrote: > > Marcin Borkowski writes: > > > On 2015-06-18, at 05:19, Kaushal wrote: > > > >> The solution is simpler than you think; you simply need to add > ZERO WIDTH > >> SPACE unicode char between / and " (beginning) and " and / > (end). > > Thanks for your detailed answer Kaushal. I hadn't heard of a 'zero > length space' before. > > > Won't it break the LaTeX export? > > I seems to work and manages to produce a pdf but does give this > error: > > ! Package inputenc Error: Unicode char \u8:​ not set up for use > with LaTeX. > > Myles >