[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] how to disable indentation for tabular-like environment
From: |
Mosè Giordano |
Subject: |
Re: [AUCTeX] how to disable indentation for tabular-like environment |
Date: |
Fri, 16 Dec 2016 15:25:13 +0100 |
2016-12-16 15:17 GMT+01:00 Denis Bitouzé <address@hidden>:
> But what's the point with `\\|foo'? AFAICS:
>
> ┌────
> │ (setq LaTeX-document-regexp "myenv")
> └────
>
> does the trick as well.
\(a\|b\)
matches "a" or "b" (but in the variable you don't need to put the
outer parentheses, and you have to double escape the backslash), you
have to include both "document" and "myenv" in order to indent both in
the same way. With your setting I'm not sure the "document"
environment will be indented correctly.
Bye,
Mosè
- Re: [AUCTeX] how to disable indentation for tabular-like environment, Denis Bitouzé, 2016/12/15
- Re: [AUCTeX] how to disable indentation for tabular-like environment, Mosè Giordano, 2016/12/15
- Re: [AUCTeX] how to disable indentation for tabular-like environment, Denis Bitouzé, 2016/12/15
- Re: [AUCTeX] how to disable indentation for tabular-like environment, Mosè Giordano, 2016/12/15
- Re: [AUCTeX] how to disable indentation for tabular-like environment, Denis Bitouzé, 2016/12/16
- Re: [AUCTeX] how to disable indentation for tabular-like environment, Mosè Giordano, 2016/12/16
- Re: [AUCTeX] how to disable indentation for tabular-like environment, Denis Bitouzé, 2016/12/16
- Re: [AUCTeX] how to disable indentation for tabular-like environment, Mosè Giordano, 2016/12/16
- Re: [AUCTeX] how to disable indentation for tabular-like environment, Denis Bitouzé, 2016/12/16
- Re: [AUCTeX] how to disable indentation for tabular-like environment,
Mosè Giordano <=
- Re: [AUCTeX] how to disable indentation for tabular-like environment, Denis Bitouzé, 2016/12/16
- Re: [AUCTeX] how to disable indentation for tabular-like environment, Mosè Giordano, 2016/12/16
- Re: [AUCTeX] how to disable indentation for tabular-like environment, Denis Bitouzé, 2016/12/16
Re: [AUCTeX] how to disable indentation for tabular-like environment, Tamas Papp, 2016/12/16