Re: [O] Quotes for LaTeX export

2014-02-06 Thread Michael Strey
Hi Laurens, _...@lvh.io writes: [...] > The preferred way to do that these days is, in the preamble: > > \usepackage{csquotes} > > ... and then later: > > \enquote{something} > > I think it would make sense to support this for org, and perhaps eventually > make it default behavior. FWIW: I had n

Re: [O] Quotes for LaTeX export

2014-02-05 Thread Nicolas Goaziou
Laurens Van Houtven <_...@lvh.io> writes: > On Wed, Feb 5, 2014 at 2:37 PM, Nicolas Goaziou 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 wou

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 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 y

Re: [O] Quotes for LaTeX export

2014-02-05 Thread Laurens Van Houtven
On Wed, Feb 5, 2014 at 2:37 PM, Nicolas Goaziou 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 quotes mechanism. >

Re: [O] Quotes for LaTeX export

2014-02-05 Thread Rasmus
Hi Laurens, Laurens Van Houtven <_...@lvh.io> writes: > On Wed, Feb 5, 2014 at 1:12 PM, Rasmus 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? I'm suggesting it make

Re: [O] Quotes for LaTeX export

2014-02-05 Thread Nicolas Goaziou
Hello, Laurens Van Houtven <_...@lvh.io> writes: > On Wed, Feb 5, 2014 at 8:46 AM, Bastien wrote: > >> Nick Dokos 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

Re: [O] Quotes for LaTeX export

2014-02-05 Thread Laurens Van Houtven
On Wed, Feb 5, 2014 at 1:12 PM, Rasmus 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 > support for boo

Re: [O] Quotes for LaTeX export

2014-02-05 Thread Rasmus
Hi Laurens, Laurens Van Houtven <_...@lvh.io> writes: > Hi Rasmus, > > On Tue, Feb 4, 2014 at 10:42 PM, Rasmus 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 ``he

Re: [O] Quotes for LaTeX export

2014-02-05 Thread Laurens Van Houtven
On Wed, Feb 5, 2014 at 8:46 AM, Bastien wrote: > Nick Dokos 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 > \usepackage{csquotes} and \enquote{so

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 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 p

Re: [O] Quotes for LaTeX export

2014-02-04 Thread Bastien
Nick Dokos 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 \usepackage{csquotes} and \enquote{something}. -- Bastien

Re: [O] Quotes for LaTeX export

2014-02-04 Thread Nick Dokos
Rasmus writes: > 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 preferring semantic markup. (The reasoning being t

Re: [O] Quotes for LaTeX export

2014-02-04 Thread Rasmus
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 preferring semantic markup. (The reasoning being that the > markup implies a

[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 langua