Re: [O] Quotes for LaTeX export

2014-02-05 Thread Laurens Van Houtven
Hi Rasmus, On Tue, Feb 4, 2014 at 10:42 PM, Rasmus ras...@gmx.us wrote: Hi Laurens, Laurens Van Houtven _...@lvh.io writes: I'm writing a book using org-mode. On export, org-mode turns double quotes like hello into ``hello''. Some modern LaTeXes no longer support that form, instead

Re: [O] Quotes for LaTeX export

2014-02-05 Thread Laurens Van Houtven
On Wed, Feb 5, 2014 at 8:46 AM, Bastien b...@gnu.org wrote: Nick Dokos ndo...@gmail.com writes: IIRC, there was support for csquotes in the old exporter[fn:1] but I guess it went away when the new exporter came along. Yes, it'd be good to make it possible again to use

Re: [O] Quotes for LaTeX export

2014-02-05 Thread Laurens Van Houtven
On Wed, Feb 5, 2014 at 1:12 PM, Rasmus ras...@gmx.us wrote: This is exactly the reasons why I don't want to use csquotes: \enquote{something}. I'm not sure I understand. Are you suggesting the syntax is bad? But check for instance org-latex-tables-booktabs, which makes optional

Re: [O] Quotes for LaTeX export

2014-02-05 Thread Laurens Van Houtven
On Wed, Feb 5, 2014 at 2:37 PM, Nicolas Goaziou n.goaz...@gmail.com wrote: We already have a working solution for many languages, and more general that this LaTeX-centered command. It has limitations, but csquotes support would inherit them anyway since it would be built on top of smart

Re: [O] Quotes for LaTeX export

2014-02-05 Thread Laurens Van Houtven
Hi Rasmus, On Wed, Feb 5, 2014 at 2:44 PM, Rasmus ras...@gmx.us wrote: Org already has semantic quote characters, namely '' and '. Right: I'm talking about TeX and not org-mode there. The semantic way to say this is quoted is csquotes and \enquote. But this is the Org-ML. I assume

[O] Quotes for LaTeX export

2014-02-04 Thread Laurens Van Houtven
Hi, I'm writing a book using org-mode. On export, org-mode turns double quotes like hello into ``hello''. Some modern LaTeXes no longer support that form, instead preferring semantic markup. (The reasoning being that the markup implies a particular quote style, whereas quotation style is

Re: [O] Splitting up inline LaTeX

2013-12-16 Thread Laurens Van Houtven
Thanks! Both of these solved my problem excellently. cheers lvh

[O] Splitting up inline LaTeX

2013-12-13 Thread Laurens Van Houtven
Hi! I'm using org-mode with the LaTeX export to write a book. I'm having issues with inline LaTeX citations (\cite{some label}) and glossary references (\gls{some label}). When the label (the thing in between the curly braces) is split across lines, the org-mode LaTeX exporter escapes the curly