Re: [O] Embedded LaTeX does not work with Unicode quotes

2014-11-13 Thread Nicolas Goaziou
Hello, Florian Beck writes: > Nick Dokos writes: > >> "punctuation" in the syntax tables. Look for org-latex-regexps in >> org.el > > The line in question is > > #+BEGIN_SRC emacs-lisp > ("$" "\\([^$]\\|^\\)\\(\\(\\$\\([^ > \r\n,;.$][^$\n\r]*?\\(\n[^$\n\r]*?\\)\\{0,2\\}[^ > \r\n,.$]

Re: [O] Embedded LaTeX does not work with Unicode quotes

2014-11-12 Thread Florian Beck
Nick Dokos writes: > "punctuation" in the syntax tables. Look for org-latex-regexps in > org.el The line in question is #+BEGIN_SRC emacs-lisp ("$" "\\([^$]\\|^\\)\\(\\(\\$\\([^ \r\n,;.$][^$\n\r]*?\\(\n[^$\n\r]*?\\)\\{0,2\\}[^ \r\n,.$]\\)\\$\\)\\)\\([- .,?;:'\")\000]\\|$\\)"

Re: [O] Embedded LaTeX does not work with Unicode quotes

2014-11-12 Thread Marcin Borkowski
On 2014-11-12, at 07:05, Nick Dokos wrote: > Marcin Borkowski writes: > >> Hi list, >> >> I have this: „$n\eps\le b$”, and it seems not to be recognized as a >> LaTeX fragment. The manual says: >> >> >> To avoid conflicts with currency specifications, single `$' characters >> a

Re: [O] Embedded LaTeX does not work with Unicode quotes

2014-11-11 Thread Nick Dokos
Marcin Borkowski writes: > Hi list, > > I have this: „$n\eps\le b$”, and it seems not to be recognized as a > LaTeX fragment. The manual says: > > > To avoid conflicts with currency specifications, single `$' characters > are only recognized as math delimiters if the enclosed te

[O] Embedded LaTeX does not work with Unicode quotes

2014-11-11 Thread Marcin Borkowski
Hi list, I have this: „$n\eps\le b$”, and it seems not to be recognized as a LaTeX fragment. The manual says: To avoid conflicts with currency specifications, single `$' characters are only recognized as math delimiters if the enclosed text contains at most two line breaks, is d