auctex
[Top][All Lists]
Advanced

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

[AUCTeX] (New?) No indentation in some circumstances


From: Denis Bitouzé
Subject: [AUCTeX] (New?) No indentation in some circumstances
Date: Sun, 19 Jun 2016 18:18:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Hi,

consider the following minimal `.dtx' example:

--8<---------------cut here---------------start------------->8---
%    \begin{macrocode}
\newcommand{\blah}{%
  \textbf{%
    blah%
  }%
}
\newcommand*{\bleh}{%
  address@hidden
    \begin{tabular}{l}
      }{%
      \begin{tabular}{r}
        }%
        bleh
      \end{tabular}
      }
      \newcommand{\blih}[1]{%
      \textbf{%
      blih%
      }%
      }
%    \end{macrocode}
--8<---------------cut here---------------end--------------->8---

The content of the \blah macro can be indented as usually with the TAB
key.

But, I guess because of the disruptive two \begin{tabular} for only one
\end{tabular}, the content of the \blih macro cannot be properly
indented.

IIRC, indentation used to work properly in both cases.

Do you know what's going on?

Best,
-- 
Denis




reply via email to

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