auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX] Indentation of \if statements


From: Tassilo Horn
Subject: Re: [AUCTeX] Indentation of \if statements
Date: Thu, 18 Dec 2014 16:38:43 +0100
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux)

Lars Madsen <address@hidden> writes:

> Just out of interest, would the patch still handle 
>
> \IfBooleanTF{#1}{true}{false}

That's usually written as

  \ifBooleanTF{#1}{%
    true}{%
    false}

and then the indentation is correct out of the box because auctex
indents the contents in braces.

Bye,
Tassilo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]