auctex-devel
[Top][All Lists]
Advanced

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

filling and indentation, again


From: Uwe Brauer
Subject: filling and indentation, again
Date: Thu, 24 Feb 2022 16:01:20 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Hi 

Even with Keita's patch

the following does not really work for me the document contains the
original align environment, and then the filled one.


Any idea what to do?

Regards

Uwe Brauer
\documentclass[12pt]{article}
\usepackage{amssymb,amsfonts,amsmath,amsthm}
\begin{document}
\begin{align}
  \label{eq:chap7:51}
\mathbf{A}_{c} 
& =
\left[
\begin{matrix}
-a_{1} & -a_{2} & \cdots & \cdots & -a_{n} \\
1     & 0     & \cdots & \cdots & 0     \\
0     & 1     & 0 & \cdots & 0     \\
\vdots     &       & \ddots & 0 & \vdots     \\
0     & 0     & \cdots & \cdots & 1 & 0
\end{matrix}
\right]
\qquad
\mathbf{B}_{c}  =
\left[
\begin{matrix}
1 \\
0 \\
0 \\
\vdots \\
0
\end{matrix}
\right], \\
\mathbf{C}_{c} & =
\left[
\begin{matrix}
b_{1} & b_{2} & \cdots & \cdots & b_{n}
\end{matrix}
\right], 
\qquad D_{c}  =0 .
\end{align}

Gets filled to 

\begin{align}
  \label{eq:chap7:51}
  \mathbf{A}_{c} 
  & =
    \left[
    \begin{matrix}
      -a_{1} & -a_{2} & \cdots & \cdots & -a_{n} \\
      1     & 0     & \cdots & \cdots & 0     \\
      0     & 1     & 0 & \cdots & 0     \\
      \vdots     &       & \ddots & 0 & \vdots     \\
      0 & 0 & \cdots & \cdots & 1 & 0
    \end{matrix}
                          \right]
                          \qquad
                          \mathbf{B}_{c}  =
                          \left[
                          \begin{matrix}
                            1 \\
                            0 \\
                            0 \\
                            \vdots \\
                            0
                          \end{matrix}
  \right], \\
  \mathbf{C}_{c} & =
                  \left[
                  \begin{matrix}
                    b_{1} & b_{2} & \cdots & \cdots & b_{n}
                  \end{matrix}
                                          \right], 
                                          \qquad D_{c}  =0 .
\end{align}



\end{document}

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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