[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}
smime.p7s
Description: S/MIME cryptographic signature
- filling and indentation, again,
Uwe Brauer <=
- Re: filling and indentation, again, Ikumi Keita, 2022/02/24
- Re: filling and indentation, again, Uwe Brauer, 2022/02/24
- Re: filling and indentation, again, Ikumi Keita, 2022/02/25
- Re: filling and indentation, again, Uwe Brauer, 2022/02/25
- Re: filling and indentation, again, Vladimir Lomov, 2022/02/25
- Re: filling and indentation, again, Ikumi Keita, 2022/02/27
- Re: filling and indentation, again, Uwe Brauer, 2022/02/27